<Audits>System.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
be31c94e-aac8-4cce-b5d2-3872a59f6814|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="be31c94e-aac8-4cce-b5d2-3872a59f6814">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="93634" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-11T00:00:00" End="2026-09-15T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
be31c94e-aac8-4cce-b5d2-3872a59f6814|HotelbedsSearch|error while generating search request: Exception - HotelBed City Hotel Codes List not found.|System.Exception: HotelBed City Hotel Codes List not found.
   at HotelSources.Hotelbeds.GetSearchRQ(String CityCode) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Hotelbeds\Hotelbeds.cs:line 350
   at HotelSources.Hotelbeds.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Hotelbeds\Hotelbeds.cs:line 87|HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
be31c94e-aac8-4cce-b5d2-3872a59f6814|TravellandaSearch|supplier interation failed||Travellanda|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
be31c94e-aac8-4cce-b5d2-3872a59f6814|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
be31c94e-aac8-4cce-b5d2-3872a59f6814|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:d3dd9bb5-1b15-4f9d-8beb-7d078926a59f
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
be31c94e-aac8-4cce-b5d2-3872a59f6814|InfiniteSearch|successfull supplier interation||Infinite|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
be31c94e-aac8-4cce-b5d2-3872a59f6814|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
be31c94e-aac8-4cce-b5d2-3872a59f6814|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
be31c94e-aac8-4cce-b5d2-3872a59f6814|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:04:00.2797111+01:00" Version="0" EchoToken="Search" TransactionIdentifier="be31c94e-aac8-4cce-b5d2-3872a59f6814" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="94" TotalAmount="62.27" OriginalAmount="61.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.373901" Longitude="39.835537" StarRating="0" HotelCode="|558588" HotelName="Snood Al Azama Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Jabal Thawr Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/8/5/8/8/558588_551f1371221.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="74.74" OriginalAmount="74" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|262270-18163477/930045466604161601/736" HotelName="MAKARIM MINA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7080000/7071100/7071097/14862450_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="75.96" OriginalAmount="75.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.4189192" Longitude="39.8605404" StarRating="4" HotelCode="|204363" HotelName="Makarem Mina" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Surur Street , Al Azeziah District, Al Aziziya,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/0/4/3/6/3/204363_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="80.02" OriginalAmount="79.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.403088" Longitude="39.873454" StarRating="1" HotelCode="|564994" HotelName="Diyar Al-Mashaer" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>King Khalid Road Makkah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/4/9/9/4/564994_2f207371935.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="87.03" OriginalAmount="86.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.470889" Longitude="39.843472" StarRating="0" HotelCode="|553044" HotelName="TIME Ruba and Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Hajj</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/0/4/4/553044_8456d3f1236.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="91.99" OriginalAmount="91.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.416305" Longitude="39.860758" StarRating="5" HotelCode="|457216" HotelName="Makkah Al Aziziah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8334 Masjid Ash Shaikh Ibn Baz</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/7/2/1/6/457216_f0134061756.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="95.98" OriginalAmount="95.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.408851" Longitude="39.86811" StarRating="1" HotelCode="|459944" HotelName="Afraa" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Masjid Al Haram Rd. Al Aziziah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/9/9/4/4/459944_a2161b21714.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.41" OriginalAmount="98.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.403918" Longitude="39.817173" StarRating="0" HotelCode="|469203" HotelName="Rizq Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ibrahim Al khalil St</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/2/0/3/469203_ab37a091227.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="99.89" OriginalAmount="98.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.402436" Longitude="39.877424" StarRating="0" HotelCode="|469954" HotelName="21 Makkah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>2350 7691 Al Masjid Al Haram Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/9/5/4/469954_f10700e1253.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="101.53" OriginalAmount="100.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.409193" Longitude="39.868713" StarRating="0" HotelCode="|470402" HotelName="Al Kiram Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Macca Al Azizyzh Min Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/4/0/2/470402_e22dfc01946.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="119.73" OriginalAmount="118.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.432239" Longitude="39.791934" StarRating="0" HotelCode="|565882" HotelName="Dar Raies Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>7088 al RADWA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/5/8/8/2/565882_d82e4b72032.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="128.73" OriginalAmount="127.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.43151" Longitude="39.851446" StarRating="4" HotelCode="|459430" HotelName="Razana Al Rowdah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ash Shisha, Al Rowda Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/9/4/3/0/459430_d6cacec1730.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="129.28" OriginalAmount="128" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|609314-18225668/930045466604161601/706" HotelName="M HOTEL AL DANA MAKKAH BY MILLENNIUM" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/35000000/34820000/34816200/34816112/2e83c977_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="129.52" OriginalAmount="128.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.38078" Longitude="39.87197" StarRating="4" HotelCode="|556596" HotelName="Millennium Makkah Al Naseem" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Taif Road, 3rd Ring Road, Al Naseem</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/5/9/6/556596_23c001c1631.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.14" OriginalAmount="128.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.433" Longitude="39.852" StarRating="3" HotelCode="|217151" HotelName="Ibis Styles Makkah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>4490 King Fahd Road, North Al Azizi Makkah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/7/1/5/1/217151_abb8c621639.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="130.29" OriginalAmount="129" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1410168-32704791/930045466604161601/982" HotelName="MERCURE MAKKAH AZIZIAH" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102210000/102209800/102209760/ef3b5b3b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="130.64" OriginalAmount="129.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.422442" Longitude="39.834281" StarRating="1" HotelCode="|456511" HotelName="Al Tawfiq Plaza" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Abdul Aziz road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/5/1/1/456511_c2d7c711218.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="132.34" OriginalAmount="131.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.418354" Longitude="39.853856" StarRating="0" HotelCode="|467728" HotelName="Violet Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Haram Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/7/2/8/467728_71dc8101157.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="135.34" OriginalAmount="134" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1063856-18860800/930045466604161601/962" HotelName="AL KISWAH TOWERS HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31710000/31705300/31705294/4a4c7837_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="137.71" OriginalAmount="136.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.407573" Longitude="39.829507" StarRating="0" HotelCode="|462793" HotelName="Batoul Ajyad" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ajyad Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/2/7/9/3/462793_ec3cc421216.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="139.43" OriginalAmount="138.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.389689" Longitude="39.877388" StarRating="0" HotelCode="|468341" HotelName="Al Hidayah Towers" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Hidayah Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/3/4/1/468341_57c0e9b1147.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="140.39" OriginalAmount="139" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="31.28442" Longitude="120.7094" StarRating="5" HotelCode="0|458606-18194813/930045466604161601/778" HotelName="M HOTEL MAKKAH BY MILLENNIUM" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>No.168 Guobin Road ,Suzhou,  215021</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16630000/16627700/16627623/14e06920_b.jpg</HotelPictures>
        <HotelDescription>Ideally located in the prime touristic area of Suzhou Industrial District, Suzhou Jinji Lake Grand Hotel promises a relaxing and wonderful visit. The hotel offers a wide range of amenities and perks to ensure you have a great time. To be found at the hotel are 24-hour room service, free Wi-Fi in all rooms, 24-hour front desk, facilities for disabled guests, express check-in/check-out. Some of the well-appointed guestrooms feature television LCD/plasma screen, additional bathroom, additional toilet, bathroom phone, carpeting. Take a break from a long day and make use of hot tub, fitness center, sauna, golf course (within 3 km), indoor pool. A welcoming atmosphere and excellent service are what you can expect during your stay at Suzhou Jinji Lake Grand Hotel. &lt;br /&gt;Front desk is located in Building No.8.&lt;br /&gt;Guests over 12 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="140.39" OriginalAmount="139" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|458726-21677021/930045466604161601/924" HotelName="RAZANA AL RAWDHA MAKKAH HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15800000/15798900/15798898/13df6700_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="145.44" OriginalAmount="144" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1434052-32710043/930045466604161601/983" HotelName="AL HIDAYAH TOWERS &amp;amp; HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91010000/91001100/91001066/607c76e5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="154.49" OriginalAmount="152.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.407707" Longitude="39.818498" StarRating="4" HotelCode="|463765" HotelName="Voco Makkah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Ibrahim Al Khalil Street, Al Mesfalah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/3/7/6/5/463765_962507b1206.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="159.23" OriginalAmount="157.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.4326378" Longitude="39.829276" StarRating="0" HotelCode="|211106" HotelName="Manarat Gaza " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>7117 Al Masjid Al Haram Rd, As Sulaymaniyyah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/2/1/1/1/0/6/211106_10.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="161.60" OriginalAmount="160" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1377382-27410922/930045466604161601/811" HotelName="NOVOTEL MAKKAH THAKHER CITY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83330000/83323900/83323883/15435f66_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="171.70" OriginalAmount="170" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1401647-27410016/930045466604161601/699" HotelName="TIME RUBA HOTEL AND SUITES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100880000/100872000/100871947/6fb2c904_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="173.04" OriginalAmount="171.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.431952" Longitude="39.798327" StarRating="0" HotelCode="|455710" HotelName="Saif Al Majd " Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abu Tabanjah Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/7/1/0/455710_a7d37d61715.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="173.72" OriginalAmount="172" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|4743-18163478/930045466604161601/590" HotelName="MAKAREM UMM ALQURA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4450000/4441100/4441095/bba5eb1c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="175.74" OriginalAmount="174" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427905-32908867/930045466604161601/152" HotelName="WIRGAN AL NOOR, TAPESTRY COLLECTION BY HILTON" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96900000/96893200/96893139/07f4b26b_edited_3670_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="206.66" OriginalAmount="204.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.403031" Longitude="39.826452" StarRating="5" HotelCode="|178334" HotelName="Le Meridien Towers Makkah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>P.O Box 9991 Kudai Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/3/4/178334_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="214.59" OriginalAmount="212.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.400896" Longitude="39.830891" StarRating="0" HotelCode="|553834" HotelName="Lamar Ajyad Hotel 1" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 06/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>21955 Ajyad Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/3/8/3/4/553834_d5ba1b71413.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="219.17" OriginalAmount="217" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427904-28590485/930045466604161601/1426" HotelName="PARK INN BY RADISSON MAKKAH THAKHER ALGHARBI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/102000000/101440000/101436800/101436782/4356f05f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="228.00" OriginalAmount="225.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.400894" Longitude="39.830694" StarRating="0" HotelCode="|460853" HotelName="Lamar Ajyad Hotel 2 - Tower B" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 04/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Ajyad Street, Ray Bakhsh Area</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/0/8/5/3/460853_502379f2320.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="228.26" OriginalAmount="226" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1403419-32908866/930045466604161601/251" HotelName="DOUBLETREE BY HILTON MAKKAH AZIZIYAH" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/67000000/66430000/66420800/66420719/e6f6f005_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="253.51" OriginalAmount="251" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1209878-20811621/930045466604161601/583" HotelName="BLUE CORAL HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/35000000/34540000/34537600/34537569/d69cd6e3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="258.56" OriginalAmount="256" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|617002-28559977/930045466604161601/1439" HotelName="PARK INN BY RADISSON MAKKAH AZIZIYAH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37760000/37757600/37757517/1f320999_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="260.06" OriginalAmount="257.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.423496" Longitude="39.807028" StarRating="0" HotelCode="|456458" HotelName="Selat Al Bait Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Prince Mansour Ibn Abd Al Aziz,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/4/5/8/456458_215658c1833.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.95" OriginalAmount="260.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.441807" Longitude="39.851969" StarRating="4" HotelCode="|469731" HotelName="Wirgan Al Nour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Hajj Road, Al Noor District, Makkah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/7/3/1/469731_2c777501856.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="278.68" OriginalAmount="275.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.423" Longitude="39.85" StarRating="4" HotelCode="|196817" HotelName="Elaf Bakkah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Mahbas AL Jen</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/8/1/7/196817_1.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="278.76" OriginalAmount="276" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1399976-32717845/930045466604161601/928" HotelName="RAMADA BY WYNDHAM MEKKAH AL TAYSEER" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/47000000/46960000/46952700/46952651/9126c799_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="284.82" OriginalAmount="282" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1399981-28681120/930045466604161601/855" HotelName="RAMADA BY WYNDHAM MEKKAH AL RAWDA" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/47000000/46410000/46406500/46406434/b2738a27_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="320.17" OriginalAmount="317" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1438285-32715250/930045466604161601/929" HotelName="NOVOTEL RESIDENCES MAKKAH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/113000000/112670000/112667200/112667164/1413e40f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="329.22" OriginalAmount="325.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.403189" Longitude="39.870475" StarRating="0" HotelCode="|455754" HotelName="Qasr Al Sahab Hotel Makkah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 05/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Azizia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/7/5/4/455754_c36442b1743.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="342.39" OriginalAmount="339" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1399778-24708099/930045466604161601/6" HotelName="COPTHORNE MAKKAH AL NASEEM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102530000/102520700/102520607/0f79b141_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="472.68" OriginalAmount="468" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|616918-18291453/930045466604161601/582" HotelName="MAKAREM AJYAD MAKKAH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4580000/4571700/4571602/c919db8b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="623.17" OriginalAmount="617" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="18.546211" Longitude="73.908822" StarRating="5" HotelCode="0|416669-28599688/930045466604161601/1198" HotelName="JABAL OMAR MARRIOTT MAKKAH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Golden Nest, Opp. Cerebrum IT Park, Kalyani Nagar ,Pune,  411014</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/345017fb_b.jpg</HotelPictures>
        <HotelDescription>The 4-star Royal Orchid Golden Suites Hotel offers comfort and convenience whether you`re on business or holiday in Pune. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Take advantage of the hotel`s 24-hour room service, free Wi-Fi in all rooms, Wi-Fi in public areas, car park, airport transfer. Television LCD/plasma screen, carpeting, mirror, separate living room, internet access – wireless can be found in selected guestrooms. Take a break from a long day and make use of fitness center. For reliable service and professional staff, Royal Orchid Golden Suites Hotel caters to your needs. &lt;br /&gt;Due to the Coronavirus (COVID-19) circumstances, the property is implementing additional measures to protect the safety of guests and staff. Any guest with a temperature above 99.1°F will be refused admission and will be advised to report to the closest government medical facility. The property may request additional documentation from guests to validate identification, travel itinerary, and other relevant information. Please contact the property for more information. &lt;br/&gt; Please note that any changes in tax structure due to government policies will result in revised taxes, which will be applicable to all reservations and will be charged additionally during check out.&lt;br /&gt;Guests over 8 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="634.16" OriginalAmount="627.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.4243972" Longitude="39.8196815" StarRating="5" HotelCode="|171151" HotelName="Anjum  Makkah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 2067 Makkah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/1/1/5/1/171151_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant, room service, a reception, a garden area and a terrace. The establishment boasts tourist information and a baggage room. SITUATION: This establishment, La Meca it is in The establishment offers a transfer service to, the airport, on request, is located in front of Masjid al-Haram the area Close to the shopping area, the nightlife and restaurants. ROOM: The rooms have WiFi (free of charge), a flat-screen television, an air-conditioning system, a mini-bar, a shower, a bathroom with a hairdryer and complimentary bathroom items.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="638.32" OriginalAmount="632" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|616875-21409051/930045466604161601/193" HotelName="DOUBLETREE BY HILTON MAKKAH JABAL OMAR" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36780000/36772500/36772421/1293522f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="644.38" OriginalAmount="638" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|252380-18156009/930045466604161601/661" HotelName="AL SHOHADA" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6590000/6588100/6588026/71aefadc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="676.70" OriginalAmount="670" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|469685-21408284/930045466604161601/280" HotelName="HILTON HOTEL &amp;amp; CONVENTION JABAL OMAR MAKKAH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18240000/18236600/18236503/a2fad8bb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="676.70" OriginalAmount="670" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|305555-18291329/930045466604161601/961" HotelName="ANJUM MAKKAH" Meals="BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7350000/7347800/7347737/w2878h2875x0y3-f3eee55c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="688.82" OriginalAmount="682" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80780-18163479/930045466604161601/733" HotelName="PULLMAN ZAMZAM MAKKAH" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4430000/4423800/4423727/cbb8ac50_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="763.56" OriginalAmount="756" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203639-18157419/930045466604161601/764" HotelName="SWISSOTEL MAKKAH" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5300000/5293800/5293767/bf5076a4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="814.06" OriginalAmount="806" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|416660-18163474/930045466604161601/658" HotelName="JABAL OMAR HYATT REGENCY MAKKAH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10490000/10487400/10487328/w2560h3836x3y4-99b083e9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="828.20" OriginalAmount="820" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|152280-28593628/930045466604161601/1334" HotelName="MOVENPICK &amp;amp; RESIDENCE HAJAR TOWER MAKKAH" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2550000/2545200/2545125/w8228h5504x0y0-224ffdca_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="831.57" OriginalAmount="823.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.419813" Longitude="39.826791" StarRating="5" HotelCode="|166401" HotelName="Al Ghufran Safwah Makkah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>AJYAD ST. MAKKAH</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/6/4/0/1/166401_7b470e11043.jpeg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="835.27" OriginalAmount="827" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|416651-21407725/930045466604161601/360" HotelName="CONRAD MAKKAH" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11440000/11439900/11439879/701b1da5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="850.42" OriginalAmount="842" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1384400-24030332/930045466604161601/853" HotelName="ADDRESS JABAL OMAR MAKKAH" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89780000/89778500/89778443/a3202d68_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="866.58" OriginalAmount="858" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203616-18156012/930045466604161601/900" HotelName="AL MARWA RAYHAAN BY ROTANA" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3430000/3429900/3429837/w2039h1360x4y3-ac72aa0c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="870.62" OriginalAmount="862" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|35404-28834921/930045466604161601/795" HotelName="MAKKAH HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19800000/19795100/19795040/e31168c4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="881.73" OriginalAmount="873" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|503387-18162569/930045466604161601/825" HotelName="MAKKAH TOWERS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/18000/17947/0ea49fab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="909.00" OriginalAmount="900" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|617051-28599919/930045466604161601/1420" HotelName="TILAL JABAL AL KABAH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22820000/22812600/22812504/fbe2cfb2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="919.10" OriginalAmount="910" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|252387-20854344/930045466604161601/784" HotelName="DAR AL GHUFRAN MAKKAH" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5270000/5261500/5261411/23ab58ca_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="925.28" OriginalAmount="916.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.4236412" Longitude="39.8191282" StarRating="5" HotelCode="|196823" HotelName="Jabal Omar Marriott , Makkah" Meals="FULL-BOARD" BedType="FULL-BOARD" CnxPolicy="Free CXL until 06/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Umm Al Qura PO Box 2036</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/9/6/8/2/3/196823_11.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="967.58" OriginalAmount="958" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|252393-18188657/930045466604161601/598" HotelName="ELAF KINDA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/564800/564720/79b44e87_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1011.01" OriginalAmount="1001" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|486164-18202211/930045466604161601/697" HotelName="SWISSOTEL AL MAQAM MAKKAH" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16250000/16249700/16249642/29abc8fd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1024.14" OriginalAmount="1014" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|256913-21407726/930045466604161601/432" HotelName="HILTON SUITES JABAL OMAR MAKKAH" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6290000/6282100/6282080/bc7bf15a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1130.19" OriginalAmount="1119" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1401646-28768637/930045466604161601/76" HotelName="JUMEIRAH JABAL OMAR MAKKAH" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90770000/90760200/90760105/31fbea55_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1340.27" OriginalAmount="1327" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|594532-28599733/930045466604161601/1435" HotelName="SHERATON MAKKAH JABAL AL KAABA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20180000/20175800/20175738/c758fd63_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1755.38" OriginalAmount="1738" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|468701-28495747/930045466604161601/1456" HotelName="PARK INN BY RADISSON, MAKKAH AL NASEEM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17930000/17925300/17925230/ac197edb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2042.22" OriginalAmount="2022" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|172107-18156014/930045466604161601/804" HotelName="RAFFLES MAKKAH PALACE" Meals="BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3810000/3800200/3800117/75fffb36_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3504.70" OriginalAmount="3470" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|78219-18986822/930045466604161601/557" HotelName="INTERCONTINENTAL DAR AL TAWHID MAKKAH" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/889300/889208/3d34dbd8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="8649.64" OriginalAmount="8564" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|458597-18194812/930045466604161601/903" HotelName="LE MERIDIEN MAKKAH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1070000/1061400/1061353/0a3f4de0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities />
    <HotelRating>4,5,3,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD</Meals>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
be31c94e-aac8-4cce-b5d2-3872a59f6814|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="be31c94e-aac8-4cce-b5d2-3872a59f6814">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="93634" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-11T00:00:00" End="2026-09-15T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
be31c94e-aac8-4cce-b5d2-3872a59f6814|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:d3dd9bb5-1b15-4f9d-8beb-7d078926a59f
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
be31c94e-aac8-4cce-b5d2-3872a59f6814|HotelbedsSearch|Root element is missing.|System.Xml.XmlException: Root element is missing.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Hotelbeds.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Hotelbeds\Hotelbeds.cs:line 420|HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
be31c94e-aac8-4cce-b5d2-3872a59f6814|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
be31c94e-aac8-4cce-b5d2-3872a59f6814|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:04:38.8929068+01:00" Version="0" EchoToken="Search" TransactionIdentifier="be31c94e-aac8-4cce-b5d2-3872a59f6814" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="83" TotalAmount="184.83" OriginalAmount="183" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1410168-32704791/930045466604161601/982" HotelName="MERCURE MAKKAH AZIZIAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102210000/102209800/102209760/ef3b5b3b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="192.91" OriginalAmount="191" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|468674-18221760/930045466604161601/920" HotelName="AFRAA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16490000/16480500/16480495/be336c59_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|468689-18196360/930045466604161601/984" HotelName="IBIS STYLES MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16910000/16902400/16902362/0e510581_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="228.26" OriginalAmount="226" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="31.28442" Longitude="120.7094" StarRating="5" HotelCode="0|458606-18194813/930045466604161601/778" HotelName="M HOTEL MAKKAH BY MILLENNIUM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>No.168 Guobin Road ,Suzhou,  215021</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16630000/16627700/16627623/14e06920_b.jpg</HotelPictures>
        <HotelDescription>Ideally located in the prime touristic area of Suzhou Industrial District, Suzhou Jinji Lake Grand Hotel promises a relaxing and wonderful visit. The hotel offers a wide range of amenities and perks to ensure you have a great time. To be found at the hotel are 24-hour room service, free Wi-Fi in all rooms, 24-hour front desk, facilities for disabled guests, express check-in/check-out. Some of the well-appointed guestrooms feature television LCD/plasma screen, additional bathroom, additional toilet, bathroom phone, carpeting. Take a break from a long day and make use of hot tub, fitness center, sauna, golf course (within 3 km), indoor pool. A welcoming atmosphere and excellent service are what you can expect during your stay at Suzhou Jinji Lake Grand Hotel. &lt;br /&gt;Front desk is located in Building No.8.&lt;br /&gt;Guests over 12 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="250.48" OriginalAmount="248" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|526937-18224025/930045466604161601/914" HotelName="MAKKAH AL AZIZIAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11610000/11601400/11601336/ea4ae770_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="260.06" OriginalAmount="257.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.423496" Longitude="39.807028" StarRating="0" HotelCode="|456458" HotelName="Selat Al Bait Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Prince Mansour Ibn Abd Al Aziz,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/4/5/8/456458_215658c1833.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.95" OriginalAmount="260.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.441807" Longitude="39.851969" StarRating="4" HotelCode="|469731" HotelName="Wirgan Al Nour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Hajj Road, Al Noor District, Makkah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/7/3/1/469731_2c777501856.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="267.65" OriginalAmount="265" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427905-32908867/930045466604161601/152" HotelName="WIRGAN AL NOOR, TAPESTRY COLLECTION BY HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96900000/96893200/96893139/07f4b26b_edited_3670_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="273.71" OriginalAmount="271" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1401647-27410016/930045466604161601/699" HotelName="TIME RUBA HOTEL AND SUITES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100880000/100872000/100871947/6fb2c904_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="284.82" OriginalAmount="282" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1399981-28681120/930045466604161601/855" HotelName="RAMADA BY WYNDHAM MEKKAH AL RAWDA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/47000000/46410000/46406500/46406434/b2738a27_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="290.88" OriginalAmount="288" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|4743-18163478/930045466604161601/590" HotelName="MAKAREM UMM ALQURA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4450000/4441100/4441095/bba5eb1c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="307.04" OriginalAmount="304" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|616850-28582162/930045466604161601/1147" HotelName="BATOUL AJYAD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31940000/31934700/31934672/3f77fe5f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="321.33" OriginalAmount="318.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.401039" Longitude="39.872629" StarRating="0" HotelCode="|465530" HotelName="DoubleTree by Hilton Makkah Aziziyah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>8113 Al Masjid Al Haram Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/5/3/0/465530_f944ce51201.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="333.30" OriginalAmount="330" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|876464-18325688/930045466604161601/838" HotelName="VOCO MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42440000/42434700/42434613/w7425h4990x0y6-9a3ca86c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="342.39" OriginalAmount="339" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1377382-27410922/930045466604161601/811" HotelName="NOVOTEL MAKKAH THAKHER CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83330000/83323900/83323883/15435f66_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="370.67" OriginalAmount="367" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427904-28590485/930045466604161601/1426" HotelName="PARK INN BY RADISSON MAKKAH THAKHER ALGHARBI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/102000000/101440000/101436800/101436782/4356f05f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="410.06" OriginalAmount="406" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|617002-28559977/930045466604161601/1439" HotelName="PARK INN BY RADISSON MAKKAH AZIZIYAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37760000/37757600/37757517/1f320999_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="426.22" OriginalAmount="422" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|262276-28581390/930045466604161601/1143" HotelName="ELAF BAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7090000/7081500/7081480/601f44ce_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="471.67" OriginalAmount="467" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1399778-24708099/930045466604161601/6" HotelName="COPTHORNE MAKKAH AL NASEEM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102530000/102520700/102520607/0f79b141_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="634.16" OriginalAmount="627.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.4243972" Longitude="39.8196815" StarRating="5" HotelCode="|171151" HotelName="Anjum  Makkah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 2067 Makkah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/1/1/5/1/171151_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant, room service, a reception, a garden area and a terrace. The establishment boasts tourist information and a baggage room. SITUATION: This establishment, La Meca it is in The establishment offers a transfer service to, the airport, on request, is located in front of Masjid al-Haram the area Close to the shopping area, the nightlife and restaurants. ROOM: The rooms have WiFi (free of charge), a flat-screen television, an air-conditioning system, a mini-bar, a shower, a bathroom with a hairdryer and complimentary bathroom items.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="644.38" OriginalAmount="638" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|252380-18156009/930045466604161601/661" HotelName="AL SHOHADA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6590000/6588100/6588026/71aefadc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="676.70" OriginalAmount="670" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|305555-18291329/930045466604161601/961" HotelName="ANJUM MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7350000/7347800/7347737/w2878h2875x0y3-f3eee55c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="688.82" OriginalAmount="682" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80780-18163479/930045466604161601/733" HotelName="PULLMAN ZAMZAM MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4430000/4423800/4423727/cbb8ac50_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="704.98" OriginalAmount="698" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|616918-18291453/930045466604161601/582" HotelName="MAKAREM AJYAD MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4580000/4571700/4571602/c919db8b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="763.56" OriginalAmount="756" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203639-18157419/930045466604161601/764" HotelName="SWISSOTEL MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5300000/5293800/5293767/bf5076a4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="791.84" OriginalAmount="784" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|616875-21409051/930045466604161601/193" HotelName="DOUBLETREE BY HILTON MAKKAH JABAL OMAR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36780000/36772500/36772421/1293522f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="828.20" OriginalAmount="820" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|152280-28593628/930045466604161601/1334" HotelName="MOVENPICK &amp;amp; RESIDENCE HAJAR TOWER MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2550000/2545200/2545125/w8228h5504x0y0-224ffdca_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="830.22" OriginalAmount="822" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|469685-21408284/930045466604161601/280" HotelName="HILTON HOTEL &amp;amp; CONVENTION JABAL OMAR MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18240000/18236600/18236503/a2fad8bb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="831.23" OriginalAmount="823" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="18.546211" Longitude="73.908822" StarRating="5" HotelCode="0|416669-28599688/930045466604161601/1198" HotelName="JABAL OMAR MARRIOTT MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Golden Nest, Opp. Cerebrum IT Park, Kalyani Nagar ,Pune,  411014</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/345017fb_b.jpg</HotelPictures>
        <HotelDescription>The 4-star Royal Orchid Golden Suites Hotel offers comfort and convenience whether you`re on business or holiday in Pune. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Take advantage of the hotel`s 24-hour room service, free Wi-Fi in all rooms, Wi-Fi in public areas, car park, airport transfer. Television LCD/plasma screen, carpeting, mirror, separate living room, internet access – wireless can be found in selected guestrooms. Take a break from a long day and make use of fitness center. For reliable service and professional staff, Royal Orchid Golden Suites Hotel caters to your needs. &lt;br /&gt;Due to the Coronavirus (COVID-19) circumstances, the property is implementing additional measures to protect the safety of guests and staff. Any guest with a temperature above 99.1°F will be refused admission and will be advised to report to the closest government medical facility. The property may request additional documentation from guests to validate identification, travel itinerary, and other relevant information. Please contact the property for more information. &lt;br/&gt; Please note that any changes in tax structure due to government policies will result in revised taxes, which will be applicable to all reservations and will be charged additionally during check out.&lt;br /&gt;Guests over 8 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="866.58" OriginalAmount="858" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203616-18156012/930045466604161601/900" HotelName="AL MARWA RAYHAAN BY ROTANA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3430000/3429900/3429837/w2039h1360x4y3-ac72aa0c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="870.62" OriginalAmount="862" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|416660-18163474/930045466604161601/658" HotelName="JABAL OMAR HYATT REGENCY MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10490000/10487400/10487328/w2560h3836x3y4-99b083e9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="894.86" OriginalAmount="886" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|35404-28834921/930045466604161601/795" HotelName="MAKKAH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19800000/19795100/19795040/e31168c4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="983.74" OriginalAmount="974" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|503387-18162569/930045466604161601/825" HotelName="MAKKAH TOWERS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/18000/17947/0ea49fab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1011.01" OriginalAmount="1001" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|486164-18202211/930045466604161601/697" HotelName="SWISSOTEL AL MAQAM MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16250000/16249700/16249642/29abc8fd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1019.09" OriginalAmount="1009" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|416651-21407725/930045466604161601/360" HotelName="CONRAD MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11440000/11439900/11439879/701b1da5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1053.43" OriginalAmount="1043" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|252387-20854344/930045466604161601/784" HotelName="DAR AL GHUFRAN MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5270000/5261500/5261411/23ab58ca_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1070.60" OriginalAmount="1060" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1384400-24030332/930045466604161601/853" HotelName="ADDRESS JABAL OMAR MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89780000/89778500/89778443/a3202d68_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1080.70" OriginalAmount="1070" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|617051-28599919/930045466604161601/1420" HotelName="TILAL JABAL AL KABAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22820000/22812600/22812504/fbe2cfb2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1100.90" OriginalAmount="1090" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|252393-18188657/930045466604161601/598" HotelName="ELAF KINDA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/564800/564720/79b44e87_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1160.49" OriginalAmount="1149" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1401646-28768637/930045466604161601/76" HotelName="JUMEIRAH JABAL OMAR MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90770000/90760200/90760105/31fbea55_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1191.80" OriginalAmount="1180" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|256913-21407726/930045466604161601/432" HotelName="HILTON SUITES JABAL OMAR MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6290000/6282100/6282080/bc7bf15a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1475.61" OriginalAmount="1461" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|594532-28599733/930045466604161601/1435" HotelName="SHERATON MAKKAH JABAL AL KAABA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20180000/20175800/20175738/c758fd63_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1906.88" OriginalAmount="1888" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|468701-28495747/930045466604161601/1456" HotelName="PARK INN BY RADISSON, MAKKAH AL NASEEM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17930000/17925300/17925230/ac197edb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2042.22" OriginalAmount="2022" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|172107-18156014/930045466604161601/804" HotelName="RAFFLES MAKKAH PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3810000/3800200/3800117/75fffb36_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3804.67" OriginalAmount="3767" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|78219-18986822/930045466604161601/557" HotelName="INTERCONTINENTAL DAR AL TAWHID MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/889300/889208/3d34dbd8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities />
    <HotelRating>3,4,2,1,5</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
be31c94e-aac8-4cce-b5d2-3872a59f6814|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="be31c94e-aac8-4cce-b5d2-3872a59f6814">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="93634" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-11T00:00:00" End="2026-09-15T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
be31c94e-aac8-4cce-b5d2-3872a59f6814|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:d3dd9bb5-1b15-4f9d-8beb-7d078926a59f
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
be31c94e-aac8-4cce-b5d2-3872a59f6814|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
be31c94e-aac8-4cce-b5d2-3872a59f6814|WebbedsSunHotelsSearch|Root element is missing.|System.Xml.XmlException: Root element is missing.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.WebbedsSunHotels.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\WebBeds\WebbedsSunHotels.cs:line 304|WebbedsSunHotels|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
be31c94e-aac8-4cce-b5d2-3872a59f6814|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:04:47.0676393+01:00" Version="0" EchoToken="Search" TransactionIdentifier="be31c94e-aac8-4cce-b5d2-3872a59f6814" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="83" TotalAmount="184.83" OriginalAmount="183" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1410168-32704791/930045466604161601/982" HotelName="MERCURE MAKKAH AZIZIAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102210000/102209800/102209760/ef3b5b3b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="192.91" OriginalAmount="191" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|468674-18221760/930045466604161601/920" HotelName="AFRAA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16490000/16480500/16480495/be336c59_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|468689-18196360/930045466604161601/984" HotelName="IBIS STYLES MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16910000/16902400/16902362/0e510581_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="228.26" OriginalAmount="226" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="31.28442" Longitude="120.7094" StarRating="5" HotelCode="0|458606-18194813/930045466604161601/778" HotelName="M HOTEL MAKKAH BY MILLENNIUM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>No.168 Guobin Road ,Suzhou,  215021</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16630000/16627700/16627623/14e06920_b.jpg</HotelPictures>
        <HotelDescription>Ideally located in the prime touristic area of Suzhou Industrial District, Suzhou Jinji Lake Grand Hotel promises a relaxing and wonderful visit. The hotel offers a wide range of amenities and perks to ensure you have a great time. To be found at the hotel are 24-hour room service, free Wi-Fi in all rooms, 24-hour front desk, facilities for disabled guests, express check-in/check-out. Some of the well-appointed guestrooms feature television LCD/plasma screen, additional bathroom, additional toilet, bathroom phone, carpeting. Take a break from a long day and make use of hot tub, fitness center, sauna, golf course (within 3 km), indoor pool. A welcoming atmosphere and excellent service are what you can expect during your stay at Suzhou Jinji Lake Grand Hotel. &lt;br /&gt;Front desk is located in Building No.8.&lt;br /&gt;Guests over 12 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="250.48" OriginalAmount="248" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|526937-18224025/930045466604161601/914" HotelName="MAKKAH AL AZIZIAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11610000/11601400/11601336/ea4ae770_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="260.06" OriginalAmount="257.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.423496" Longitude="39.807028" StarRating="0" HotelCode="|456458" HotelName="Selat Al Bait Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Prince Mansour Ibn Abd Al Aziz,</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/6/4/5/8/456458_215658c1833.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="262.95" OriginalAmount="260.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.441807" Longitude="39.851969" StarRating="4" HotelCode="|469731" HotelName="Wirgan Al Nour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Hajj Road, Al Noor District, Makkah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/9/7/3/1/469731_2c777501856.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="267.65" OriginalAmount="265" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427905-32908867/930045466604161601/152" HotelName="WIRGAN AL NOOR, TAPESTRY COLLECTION BY HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96900000/96893200/96893139/07f4b26b_edited_3670_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="273.71" OriginalAmount="271" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1401647-27410016/930045466604161601/699" HotelName="TIME RUBA HOTEL AND SUITES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100880000/100872000/100871947/6fb2c904_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="284.82" OriginalAmount="282" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1399981-28681120/930045466604161601/855" HotelName="RAMADA BY WYNDHAM MEKKAH AL RAWDA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/47000000/46410000/46406500/46406434/b2738a27_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="290.88" OriginalAmount="288" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|4743-18163478/930045466604161601/590" HotelName="MAKAREM UMM ALQURA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4450000/4441100/4441095/bba5eb1c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="307.04" OriginalAmount="304" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|616850-28582162/930045466604161601/1147" HotelName="BATOUL AJYAD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31940000/31934700/31934672/3f77fe5f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="321.33" OriginalAmount="318.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.401039" Longitude="39.872629" StarRating="0" HotelCode="|465530" HotelName="DoubleTree by Hilton Makkah Aziziyah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 06/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>8113 Al Masjid Al Haram Rd</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/5/5/3/0/465530_f944ce51201.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="333.30" OriginalAmount="330" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|876464-18325688/930045466604161601/838" HotelName="VOCO MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/43000000/42440000/42434700/42434613/w7425h4990x0y6-9a3ca86c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="342.39" OriginalAmount="339" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1377382-27410922/930045466604161601/811" HotelName="NOVOTEL MAKKAH THAKHER CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83330000/83323900/83323883/15435f66_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="370.67" OriginalAmount="367" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1427904-28590485/930045466604161601/1426" HotelName="PARK INN BY RADISSON MAKKAH THAKHER ALGHARBI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/102000000/101440000/101436800/101436782/4356f05f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="410.06" OriginalAmount="406" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|617002-28559977/930045466604161601/1439" HotelName="PARK INN BY RADISSON MAKKAH AZIZIYAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37760000/37757600/37757517/1f320999_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="426.22" OriginalAmount="422" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|262276-28581390/930045466604161601/1143" HotelName="ELAF BAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7090000/7081500/7081480/601f44ce_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="471.67" OriginalAmount="467" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1399778-24708099/930045466604161601/6" HotelName="COPTHORNE MAKKAH AL NASEEM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/103000000/102530000/102520700/102520607/0f79b141_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="634.16" OriginalAmount="627.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="21.4243972" Longitude="39.8196815" StarRating="5" HotelCode="|171151" HotelName="Anjum  Makkah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO Box 2067 Makkah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/1/1/5/1/171151_1.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has a restaurant, room service, a reception, a garden area and a terrace. The establishment boasts tourist information and a baggage room. SITUATION: This establishment, La Meca it is in The establishment offers a transfer service to, the airport, on request, is located in front of Masjid al-Haram the area Close to the shopping area, the nightlife and restaurants. ROOM: The rooms have WiFi (free of charge), a flat-screen television, an air-conditioning system, a mini-bar, a shower, a bathroom with a hairdryer and complimentary bathroom items.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="644.38" OriginalAmount="638" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|252380-18156009/930045466604161601/661" HotelName="AL SHOHADA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6590000/6588100/6588026/71aefadc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="676.70" OriginalAmount="670" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|305555-18291329/930045466604161601/961" HotelName="ANJUM MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7350000/7347800/7347737/w2878h2875x0y3-f3eee55c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="688.82" OriginalAmount="682" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80780-18163479/930045466604161601/733" HotelName="PULLMAN ZAMZAM MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4430000/4423800/4423727/cbb8ac50_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="704.98" OriginalAmount="698" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|616918-18291453/930045466604161601/582" HotelName="MAKAREM AJYAD MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4580000/4571700/4571602/c919db8b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="763.56" OriginalAmount="756" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203639-18157419/930045466604161601/764" HotelName="SWISSOTEL MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5300000/5293800/5293767/bf5076a4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="791.84" OriginalAmount="784" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|616875-21409051/930045466604161601/193" HotelName="DOUBLETREE BY HILTON MAKKAH JABAL OMAR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36780000/36772500/36772421/1293522f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="828.20" OriginalAmount="820" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|152280-28593628/930045466604161601/1334" HotelName="MOVENPICK &amp;amp; RESIDENCE HAJAR TOWER MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2550000/2545200/2545125/w8228h5504x0y0-224ffdca_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="830.22" OriginalAmount="822" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|469685-21408284/930045466604161601/280" HotelName="HILTON HOTEL &amp;amp; CONVENTION JABAL OMAR MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18240000/18236600/18236503/a2fad8bb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="831.23" OriginalAmount="823" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="18.546211" Longitude="73.908822" StarRating="5" HotelCode="0|416669-28599688/930045466604161601/1198" HotelName="JABAL OMAR MARRIOTT MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Golden Nest, Opp. Cerebrum IT Park, Kalyani Nagar ,Pune,  411014</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/345017fb_b.jpg</HotelPictures>
        <HotelDescription>The 4-star Royal Orchid Golden Suites Hotel offers comfort and convenience whether you`re on business or holiday in Pune. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. Take advantage of the hotel`s 24-hour room service, free Wi-Fi in all rooms, Wi-Fi in public areas, car park, airport transfer. Television LCD/plasma screen, carpeting, mirror, separate living room, internet access – wireless can be found in selected guestrooms. Take a break from a long day and make use of fitness center. For reliable service and professional staff, Royal Orchid Golden Suites Hotel caters to your needs. &lt;br /&gt;Due to the Coronavirus (COVID-19) circumstances, the property is implementing additional measures to protect the safety of guests and staff. Any guest with a temperature above 99.1°F will be refused admission and will be advised to report to the closest government medical facility. The property may request additional documentation from guests to validate identification, travel itinerary, and other relevant information. Please contact the property for more information. &lt;br/&gt; Please note that any changes in tax structure due to government policies will result in revised taxes, which will be applicable to all reservations and will be charged additionally during check out.&lt;br /&gt;Guests over 8 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="866.58" OriginalAmount="858" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203616-18156012/930045466604161601/900" HotelName="AL MARWA RAYHAAN BY ROTANA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3430000/3429900/3429837/w2039h1360x4y3-ac72aa0c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="870.62" OriginalAmount="862" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|416660-18163474/930045466604161601/658" HotelName="JABAL OMAR HYATT REGENCY MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10490000/10487400/10487328/w2560h3836x3y4-99b083e9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="894.86" OriginalAmount="886" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|35404-28834921/930045466604161601/795" HotelName="MAKKAH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19800000/19795100/19795040/e31168c4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="983.74" OriginalAmount="974" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|503387-18162569/930045466604161601/825" HotelName="MAKKAH TOWERS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/18000/17947/0ea49fab_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1011.01" OriginalAmount="1001" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|486164-18202211/930045466604161601/697" HotelName="SWISSOTEL AL MAQAM MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16250000/16249700/16249642/29abc8fd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1019.09" OriginalAmount="1009" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|416651-21407725/930045466604161601/360" HotelName="CONRAD MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11440000/11439900/11439879/701b1da5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1053.43" OriginalAmount="1043" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|252387-20854344/930045466604161601/784" HotelName="DAR AL GHUFRAN MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5270000/5261500/5261411/23ab58ca_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1070.60" OriginalAmount="1060" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1384400-24030332/930045466604161601/853" HotelName="ADDRESS JABAL OMAR MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89780000/89778500/89778443/a3202d68_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1080.70" OriginalAmount="1070" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|617051-28599919/930045466604161601/1420" HotelName="TILAL JABAL AL KABAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22820000/22812600/22812504/fbe2cfb2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1100.90" OriginalAmount="1090" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|252393-18188657/930045466604161601/598" HotelName="ELAF KINDA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/570000/564800/564720/79b44e87_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1160.49" OriginalAmount="1149" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1401646-28768637/930045466604161601/76" HotelName="JUMEIRAH JABAL OMAR MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90770000/90760200/90760105/31fbea55_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1191.80" OriginalAmount="1180" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|256913-21407726/930045466604161601/432" HotelName="HILTON SUITES JABAL OMAR MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6290000/6282100/6282080/bc7bf15a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1475.61" OriginalAmount="1461" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|594532-28599733/930045466604161601/1435" HotelName="SHERATON MAKKAH JABAL AL KAABA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20180000/20175800/20175738/c758fd63_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1906.88" OriginalAmount="1888" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|468701-28495747/930045466604161601/1456" HotelName="PARK INN BY RADISSON, MAKKAH AL NASEEM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17930000/17925300/17925230/ac197edb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2042.22" OriginalAmount="2022" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|172107-18156014/930045466604161601/804" HotelName="RAFFLES MAKKAH PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3810000/3800200/3800117/75fffb36_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3804.67" OriginalAmount="3767" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|78219-18986822/930045466604161601/557" HotelName="INTERCONTINENTAL DAR AL TAWHID MAKKAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/890000/889300/889208/3d34dbd8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities />
    <HotelRating>3,4,2,1,5</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
be31c94e-aac8-4cce-b5d2-3872a59f6814|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="be31c94e-aac8-4cce-b5d2-3872a59f6814">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="93634" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-11T00:00:00" End="2026-09-15T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="0|416669-28599688/930045466604161601/1198" SourceId="83" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="in" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
be31c94e-aac8-4cce-b5d2-3872a59f6814|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="be31c94e-aac8-4cce-b5d2-3872a59f6814" TimeStamp="0001-01-01T00:00:00" HotelName="JABAL OMAR MARRIOTT MAKKAH" HotelCode="|416669" StarRating="5" GTCityId="0" CityName="Makkah" CountryName="Saudi Arabia" Address="Umm Al Qura Road, 21955, Mecca, SAUDI ARABIA" PhoneNo="" FaxNo="" Latitude="21.41998" Longitude="39.82925" SourceId="83" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Deluxe City View Quad" RoomTypeCode="28599688/930045466604161601/1198|83|NjE3fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="617" TotalPrice="623.17" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>ONLY MUSLIMS ARE ALLOWED TO ENTER THE HOLY CITIES OF MECCA AND MEDINA
Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;Municipality fee:129.15 SAR&amp;lt;BR /&amp;gt;VAT:406.82 SARCXL charges apply as follows: STARTING 09/09/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-05T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Quad Partial Haram View" RoomTypeCode="28599688/930045466604161601/1202|83|NjYwfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="660" TotalPrice="666.60" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>ONLY MUSLIMS ARE ALLOWED TO ENTER THE HOLY CITIES OF MECCA AND MEDINA
Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;Municipality fee:138.15 SAR&amp;lt;BR /&amp;gt;VAT:435.17 SARCXL charges apply as follows: STARTING 09/09/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-05T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Executive One-Bedroom King Suite with Sofa Bed" RoomTypeCode="28599688/930045466604161601/1204|83|OTcyfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="972" TotalPrice="981.72" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>ONLY MUSLIMS ARE ALLOWED TO ENTER THE HOLY CITIES OF MECCA AND MEDINA
Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;Municipality fee:203.50 SAR&amp;lt;BR /&amp;gt;VAT:641.03 SARCXL charges apply as follows: STARTING 09/09/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-05T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Presidential One-Bedroom Suite" RoomTypeCode="28599688/930045466604161601/1197|83|MTEzMnxHQlB8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1132" TotalPrice="1143.32" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>ONLY MUSLIMS ARE ALLOWED TO ENTER THE HOLY CITIES OF MECCA AND MEDINA
Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;Municipality fee:237.15 SAR&amp;lt;BR /&amp;gt;VAT:747.02 SARCXL charges apply as follows: STARTING 09/09/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-05T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/345017fb_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/e9bdcce1_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/40cfb414_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/ee1bb814_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/bee42edc_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/5ea6393b_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/06cb4af8_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/875cb769_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/7cc3de3c_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/55934045_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/84c7f16f_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/65824d84_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/c4f7a089_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/79098390_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/69e56534_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/f13a0bca_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/491b6db6_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/81261b38_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/174d0e1b_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/bf3db59c_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/95f334f4_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/6cc1e01d_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/770e0f5a_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/f99fedd3_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/bf0fcc25_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/d718ae4f_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/5f0cf023_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/22049c52_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/67099e8a_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/42a75f67_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/2cd9c149_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/499c3478_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/be5d91b3_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/14a73347_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/71ccaebc_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/69c9c934_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/89318aec_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/2ec0e1f9_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/w3996h2667x0y0-91f13b53_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/4427f376_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/ab763724_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/7c46d847_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/2df3572e_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/2c75731f_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/b5486928_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/630115e3_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/3fb9410b_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/6cee89f5_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/b8eedc6e_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/268120f4_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/5a0afe86_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/f90cc4b9_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/bedd1792_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/4ce8b4d7_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/af381563_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/dd05a869_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/f60d71fb_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/bf4d205b_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/fc457a01_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/8ba9cdc3_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/7fc4c3d8_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/79ea54f7_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/255ea652_b.jpg" /><Image Url="https://i.travelapi.com/lodging/12000000/11510000/11501200/11501163/abafa167_b.jpg" /></Images><HotelAmenities>Parking&lt;BR /&gt;Restaurant&lt;BR /&gt;Room service&lt;BR /&gt;Meeting/Banquet facilities&lt;BR /&gt;24-hour front desk&lt;BR /&gt;Terrace&lt;BR /&gt;Non-smoking rooms&lt;BR /&gt;Airport shuttle&lt;BR /&gt;Business center&lt;BR /&gt;Laundry&lt;BR /&gt;Dry cleaning&lt;BR /&gt;Facilities for disabled guests&lt;BR /&gt;Family rooms&lt;BR /&gt;Breakfast in the room&lt;BR /&gt;Ironing service&lt;BR /&gt;Internet&lt;BR /&gt;Elevator&lt;BR /&gt;Express check-in/out&lt;BR /&gt;Safe&lt;BR /&gt;Valet parking&lt;BR /&gt;Currency exchange&lt;BR /&gt;Soundproof rooms&lt;BR /&gt;Car rental&lt;BR /&gt;Heating&lt;BR /&gt;Fax/Photocopying&lt;BR /&gt;Baggage storage&lt;BR /&gt;Wifi&lt;BR /&gt;Free Wifi&lt;BR /&gt;Smoke-free property&lt;BR /&gt;Air conditioning&lt;BR /&gt;Designated smoking area&lt;BR /&gt;Sun deck&lt;BR /&gt;Concierge&lt;BR /&gt;Private check-in/out&lt;BR /&gt;Special diet meals (on request)&lt;BR /&gt;Suit press&lt;BR /&gt;Airport shuttle (additional charge)&lt;BR /&gt;Shared lounge/TV area&lt;BR /&gt;Daily housekeeping&lt;BR /&gt;Parking on site&lt;BR /&gt;Private Parking&lt;BR /&gt;Wifi in all areas&lt;BR /&gt;Kids' meals&lt;BR /&gt;Parking garage&lt;BR /&gt;Accessible parking&lt;BR /&gt;Fruit&lt;BR /&gt;Airport pickup&lt;BR /&gt;Airport drop-off&lt;BR /&gt;Coffee house on site&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</HotelAmenities><HotelDescription>Nestled in the prestigious Jabal Omar complex, Marriott Hotel Jabal Omar Makkah features a stunning modern design across 22 floors, offering 426 rooms and suites with breathtaking views of the Haram and the city. With just a few simple steps to Masjid Al Haram, the hotel is ideally located for pilgrims and travelers alike.

Each elegantly designed room combines comfort and luxury, equipped with essential amenities and dedicated workspaces. We also provide accessible rooms to cater to all guests. Enjoy exquisite dining at the Spice Market Restaurants, where chefs prepare international dishes in a lively atmosphere, or savor global cuisine at The Olive. Don’t miss the hotel café, serving the finest coffee and delightful pastries.

For an elevated experience, the Executive Lounge offers exclusive access for Marriott Bonvoy members, featuring stunning views and a serene environment perfect for work or relaxation. With a 24-hour front desk, and gift shop, we ensure every aspect of your stay is exceptional.

Marriott Hotel Jabal Omar is just 45 minutes from King Abdulaziz International Airport and 15 minutes from Haramain Train Station, making it the perfect base for your Makkah journey.&lt;BR /&gt;&lt;b&gt;Prices for cots and extra beds:&lt;/b&gt;&lt;BR /&gt;from age 2 to , price:200 per_night.&lt;BR /&gt;from age 0 to 2, price:0 per_stay.&lt;BR /&gt;Minimum checkIn age: 18&lt;BR /&gt;Minimum guest age: 0&lt;BR /&gt;Pets not allowed&lt;BR /&gt;&lt;BR /&gt;Checkin Time: 16:00:00&lt;BR /&gt;Checkout End Time: 12:00:00&lt;BR /&gt;&lt;BR /&gt;&lt;b&gt;Hotel important information:&lt;/b&gt;Please note in Ramadan that any paid bed and breakfast reservation will be served with Iftar (instead of normal breakfast), while on half-board basis will be served as iftar and SohourGuests are required to show a photo ID and credit card upon check-in. Please note that all Special Requests are subject to availability and additional charges may apply.
</HotelDescription><Facilities><HotelFacilities><Type>Facilities</Type><Description>Parking&lt;BR /&gt;Restaurant&lt;BR /&gt;Room service&lt;BR /&gt;Meeting/Banquet facilities&lt;BR /&gt;24-hour front desk&lt;BR /&gt;Terrace&lt;BR /&gt;Non-smoking rooms&lt;BR /&gt;Airport shuttle&lt;BR /&gt;Business center&lt;BR /&gt;Laundry&lt;BR /&gt;Dry cleaning&lt;BR /&gt;Facilities for disabled guests&lt;BR /&gt;Family rooms&lt;BR /&gt;Breakfast in the room&lt;BR /&gt;Ironing service&lt;BR /&gt;Internet&lt;BR /&gt;Elevator&lt;BR /&gt;Express check-in/out&lt;BR /&gt;Safe&lt;BR /&gt;Valet parking&lt;BR /&gt;Currency exchange&lt;BR /&gt;Soundproof rooms&lt;BR /&gt;Car rental&lt;BR /&gt;Heating&lt;BR /&gt;Fax/Photocopying&lt;BR /&gt;Baggage storage&lt;BR /&gt;Wifi&lt;BR /&gt;Free Wifi&lt;BR /&gt;Smoke-free property&lt;BR /&gt;Air conditioning&lt;BR /&gt;Designated smoking area&lt;BR /&gt;Sun deck&lt;BR /&gt;Concierge&lt;BR /&gt;Private check-in/out&lt;BR /&gt;Special diet meals (on request)&lt;BR /&gt;Suit press&lt;BR /&gt;Airport shuttle (additional charge)&lt;BR /&gt;Shared lounge/TV area&lt;BR /&gt;Daily housekeeping&lt;BR /&gt;Parking on site&lt;BR /&gt;Private Parking&lt;BR /&gt;Wifi in all areas&lt;BR /&gt;Kids' meals&lt;BR /&gt;Parking garage&lt;BR /&gt;Accessible parking&lt;BR /&gt;Fruit&lt;BR /&gt;Airport pickup&lt;BR /&gt;Airport drop-off&lt;BR /&gt;Coffee house on site&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;</Description></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
be31c94e-aac8-4cce-b5d2-3872a59f6814|HotelbedsSearch|Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelSources.Hotelbeds.GetSupplierRS(String pRequest, String HotelActionURL, String& pSearchRS) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Hotelbeds\Hotelbeds.cs:line 2106
   at HotelSources.Hotelbeds.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Hotelbeds\Hotelbeds.cs:line 97|HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
be31c94e-aac8-4cce-b5d2-3872a59f6814|WebbedsSunHotelsSearch|Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelSources.WebbedsSunHotels.GetSupplierRS(String pRequest, String HotelActionURL, String& pSearchRS) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\WebBeds\WebbedsSunHotels.cs:line 1200
   at HotelSources.WebbedsSunHotels.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\WebBeds\WebbedsSunHotels.cs:line 95|WebbedsSunHotels|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
be31c94e-aac8-4cce-b5d2-3872a59f6814|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="be31c94e-aac8-4cce-b5d2-3872a59f6814">
  <Rooms>
    <Room RoomType="Room 1: Superior Quad Partial Haram View" TotalAdult="4" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|416669" SourceId="83" RoomTypeCode="28599688/930045466604161601/1202|83|NjYwfEdCUHxzdXBwbGllcmRlYWRsaW5l" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-09-11T00:00:00" End="2026-09-15T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
be31c94e-aac8-4cce-b5d2-3872a59f6814|GoGlobalTravelBlock|successfully done supplier prebooking||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
be31c94e-aac8-4cce-b5d2-3872a59f6814|CheckRateResponse|CheckRateResponse|<?xml version="1.0" encoding="utf-16"?>
<CheckRatesRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" Currency="GBP">
  <Status>Success</Status>
  <CancelPolicies>
    <CancelPenalties>
      <CancelPenalty Start="2026-09-05T00:00:00" End="2026-09-11T00:00:00">
        <AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" />
      </CancelPenalty>
    </CancelPenalties>
  </CancelPolicies>
  <ImportantInfo>&lt;BR /&gt;&lt;b&gt;Important Information:&lt;/b&gt;&lt;BR /&gt;Please note in Ramadan that any paid bed and breakfast reservation will be served with Iftar (instead of normal breakfast), while on half-board basis will be served as iftar and SohourGuests are required to show a photo ID and credit card upon check-in. Please note that all Special Requests are subject to availability and additional charges may apply.
&lt;BR /&gt;&lt;b&gt;Policies:&lt;/b&gt;&lt;BR /&gt;&lt;b&gt;Prices for cots and extra beds:&lt;/b&gt;&lt;BR /&gt;from age 2 to , price: 200 per_night.&lt;BR /&gt;from age 0 to 2, price: 0 per_stay.&lt;BR /&gt;Minimum check-in age: 18&lt;BR /&gt;Minimum guest age: 0&lt;BR /&gt;Pets not allowed&lt;BR /&gt;&lt;BR /&gt;Extra Charges:&lt;BR /&gt;VAT:435.17 SAR included&lt;BR /&gt;Municipality fee:138.15 SAR included&lt;BR /&gt;CXL charges apply as follows: STARTING 09/09/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.&lt;/br&gt;&lt;/br&gt;&lt;HTML&gt;&lt;BODY&gt;&lt;H1&gt;JABAL OMAR MARRIOTT MAKKAH&lt;/H1&gt;&lt;/br&gt;&lt;/br&gt;&lt;Table style='width:100%'; border='1px solid black'; &gt;&lt;tr&gt;&lt;td&gt;RoomType&lt;/td&gt;&lt;td&gt;Date From&lt;/td&gt;&lt;td&gt;Date To&lt;/td&gt;&lt;td&gt;Total Price&lt;d&gt;&lt;td&gt;Currency&lt;/td&gt;&lt;/tr&gt;&lt;tr&gt;&lt;td&gt;Superior Quad Partial Haram View&lt;/td&gt;&lt;td&gt;2026-09-11&lt;/td&gt;&lt;td&gt;2026-09-15&lt;/td&gt;&lt;td&gt;165&lt;d&gt;&lt;td&gt;GBP&lt;/td&gt;&lt;/tr&gt;&lt;/Table&gt;&lt;/BODY&gt;&lt;/HTML&gt;</ImportantInfo>
  <TotalAmount>0.00</TotalAmount>
  <TraceId>be31c94e-aac8-4cce-b5d2-3872a59f6814</TraceId>
</CheckRatesRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
851a257d-c962-4abb-8479-f087946fbb19|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="851a257d-c962-4abb-8479-f087946fbb19">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
851a257d-c962-4abb-8479-f087946fbb19|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
851a257d-c962-4abb-8479-f087946fbb19|InfiniteSearch|successfull supplier interation||Infinite|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
851a257d-c962-4abb-8479-f087946fbb19|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:d3dd9bb5-1b15-4f9d-8beb-7d078926a59f
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
851a257d-c962-4abb-8479-f087946fbb19|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
851a257d-c962-4abb-8479-f087946fbb19|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
851a257d-c962-4abb-8479-f087946fbb19|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
851a257d-c962-4abb-8479-f087946fbb19|RestelSearch|successfull supplier interation||Restel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
851a257d-c962-4abb-8479-f087946fbb19|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:06:49.3743793+01:00" Version="0" EchoToken="Search" TransactionIdentifier="851a257d-c962-4abb-8479-f087946fbb19" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="209.07" OriginalAmount="207.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46713435" Longitude="39.60585419" StarRating="0" HotelCode="682527|mirage_al_salam_hotel" HotelName="Mirage Al Salam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, Al Madinah 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/1b/a11b2eb97d322e1de7814a0a94e7c5f13fa43018.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.09" OriginalAmount="209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4635672" Longitude="39.60744048" StarRating="0" HotelCode="701633|al_wahaa_hotel" HotelName="Al Waha Al Roda Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Central Area South</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/33/6033b329d4ca97e8bd8511ba58d993dfb02b8ba8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="211.74" OriginalAmount="209.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47329" Longitude="39.60898" StarRating="4" HotelCode="310083|60661814" HotelName="Zowar International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Central Area, P.O. 42311, Madina, Al Munnawarra?</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629984/629984a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="215.13" OriginalAmount="213" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|256920-25479036/4515330425968389069/874" HotelName="ZOWAR ALALAMI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7770000/7760800/7760785/0d5391e2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="215.19" OriginalAmount="213.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|59518416" HotelName="Odst Al Madinah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="217.15" OriginalAmount="215" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|457646-32732856/4515330425968389069/898" HotelName="AL MUKHTARA INTERNATIONAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/57bd2e8b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="232.30" OriginalAmount="230.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.466517701437" Longitude="39.603623413036" StarRating="3" HotelCode="392259|al_eiman_ohud_hotel" HotelName="Al Eiman Ohud Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Street, Western Central, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/4b/934be69117a8f3e5eccec8f8bbc24866aed42c46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.40" OriginalAmount="240.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4687162" Longitude="39.60422509" StarRating="4" HotelCode="351550|al_ameen_crom_hotel" HotelName="AlAmeen CROM Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Restaurant,Room Service,Spa,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Alsalam road, Madinah 55555</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d6/47d6f6857a9e64976735a0b8a80dc2a1b9143293.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Al Ameen CROM Hotel places you in the heart of Medina, c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.40" OriginalAmount="240.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471806444444" Longitude="39.609406222222" StarRating="3" HotelCode="417174|al_aqeeq_hotel__by_al_rawda" HotelName="Hotel Rawda Al Aqiq" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Manakhah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/4b/204b8c66f2348a9e42ff44faa615a24c8709a3cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="245.43" OriginalAmount="243.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47824427" Longitude="39.65203855" StarRating="3" HotelCode="611529|doosh_teeba_hotel_suites" HotelName="Doosh Teeba Hotel Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Prince Muqrin Ibn Abdulaziz, Al Aridh, Al Madinah 42317</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/9c/c59cace556b0484654cc9d0213decfbc4686a5b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="260.58" OriginalAmount="258.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|nusk_al_madinah_hotel" HotelName="Nusk Al Madinah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="261.59" OriginalAmount="259" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1454621-32416690/4515330425968389069/994" HotelName="SEDRA GLOBAL" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111280000/111278800/111278731/3cb9aacb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="272.70" OriginalAmount="270.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47189596" Longitude="39.6063055" StarRating="4" HotelCode="356750|jewar_al_saqefah_hotel" HotelName="Jewar Al Saqefah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Umm Salmah Bent Abi Umiah Street, Central Area, Al Madinah 00966</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/05/f805ad21ca9ddfc89dcc02f8ffad290d5e517153.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="273.71" OriginalAmount="271.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46902438" Longitude="39.60405428" StarRating="1" HotelCode="615699|taba_alsalam_hotel" HotelName="Taba Al Salam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad bin Zaid al Korashy Street, Al Markazeya West, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/0d/470daea8c3ac4d803e2c84efe25cdb7d6f0e0ab0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="291.73" OriginalAmount="288.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|71782436" HotelName="Saja Al Madinah" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="298.96" OriginalAmount="296" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.573" Longitude="-116.215" StarRating="4" HotelCode="0|503033-18213490/4515330425968389069/140" HotelName="SAJA BY WARWICK MADINAH HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>3300 SOUTH VISTA AVE, BOISE, 83705, ID, US	</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19720000/19710600/19710557/6810b09e_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   When you stay at The Boise Hotel and Conference Center in Boise, you'll be near the airport and close to Hillcrest Country Club and Boise State University. This hotel is within close proximity of Zoo Boise and Morrison-Knudsen Nature Center.   Rooms   Make yourself at home in one of the 195 air-conditioned guestrooms. Cable television is provided for your entertainment. Conveniences include desks and complimentary newspapers, as well as direct-dial phones with voice mail.   Rec, Spa, Premium Amenities   Enjoy recreational amenities such as an indoor pool and a fitness facility. Additional amenities include complimentary wireless Internet access and an arcade/game room.   Dining   Take advantage of the hotel's room service (during limited hours). Quench your thirst with your favorite drink at a bar/lounge.   Business, Other Amenities   Featured amenities include a business center, secretarial services, and complimentary newspapers in the lobby. Event facilities at this hotel consist of conference/meeting rooms, small meeting rooms, and banquet facilities. A roundtrip airport shuttle is provided at no charge.   Room Info:    Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      A pet fee will be charged per stay       The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Pets allowed   Check-in time starts at 3 PM  Check-out time is 11 AM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="298.96" OriginalAmount="296.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48686113" Longitude="39.64810415" StarRating="0" HotelCode="777242|hafawah_suites" HotelName="Hafawah Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Road, Opposite Alrashid Mall, Medina 42319</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/13/7413dbe1c04033e3947f0c594cc73f068fb05d85.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="301.99" OriginalAmount="299" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1318502-26629314/4515330425968389069/882" HotelName="SEASON STAR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/58000000/57150000/57144900/57144870/72b9da16_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="343.40" OriginalAmount="340" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|56710-18152794/4515330425968389069/306" HotelName="NEW MADINAH HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/911500/911494/dcc50ed8_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="358.55" OriginalAmount="355.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|elaf_taiba_hotel_2" HotelName="Elaf Taiba Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="365.62" OriginalAmount="362.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|pullman_zamzam_madina_" HotelName="Hotel Pullman ZamZam Madinah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="368.65" OriginalAmount="365" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6533794" Longitude="-84.4470971" StarRating="5" HotelCode="0|305525-18163473/4515330425968389069/254" HotelName="PULLMAN ZAMZAM MADINA" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1776 Harvard Avenue, College Park, GA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9100000/9093700/9093635/ae38d178_b.jpg</HotelPictures>
        <HotelDescription>Just minutes from the world's busiest airport, the Hotel Indigo® Atlanta Airport College Park hotel is nestled in an historic neighborhood with a thoughtful team ready to help you discover its charm. Our spacious guest rooms offer a chance to spread out
 after your journey, and our own Harvard &amp;amp;amp; Main restaurant serves specialties that couldnt be any more local. Ingredients come from our on-site herb garden. Similarly, our bar will spoil you with personal service and tasty cocktails. For meetings, we offer
 2800 square feet of available space, and for easy discovery of greater Atlanta, were also a quick walk to the citys train system, MARTA.
&lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 12:00&lt;br /&gt;Maximum child age: 19&lt;br /&gt; Hotel Indigo Atlanta Airport College Park welcomes your pets up to 75 Lbs to stay with us. Pets above 80 Lbs are not accepted. A non refundable fee for your pet of 25 dollar for the first night or 50 dollars for a multiple night stays is required.
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="375.72" OriginalAmount="372.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48827314" Longitude="39.61096136" StarRating="1" HotelCode="612903|ewan_dar_al_hejra_hotel" HotelName="Ewan Dar AL Hejra Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8144 King Fahd Road, Behind Awaji Mosque, Medina 42313</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/20/7720a03bbe2e9a3e4499a1173c8bc424e1d094ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="413.09" OriginalAmount="409" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|262204-32413765/4515330425968389069/442" HotelName="TAIBA FRONT HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/262204/201441101026183.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="423.19" OriginalAmount="419.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|nozol_al_shakreen_hotel" HotelName="Nozol Al Shakreen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="425.21" OriginalAmount="421" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|172104-25357995/4515330425968389069/789" HotelName="ANWAR AL MADINAH MOVENPICK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/ec191428_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="427.23" OriginalAmount="423.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|anwar_al_madinah_moevenpick_hotel" HotelName="Mövenpick Anwar Al Madinah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="445.41" OriginalAmount="441.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47122151" Longitude="39.60930713" StarRating="3" HotelCode="416974|al_majeedi_arac_suites_" HotelName="Elaf Al Majeedi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Front Line Of Prophet Mosque, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/ce/fece671a2915605625b9071b207cd8f51ad1224d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most of the storeys are easily accessible by lift. A cash machine, a newspaper stand and a hairdress...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="447.43" OriginalAmount="443" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1318501-26629312/4515330425968389069/888" HotelName="Y PLATINUM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/65000000/64400000/64392500/64392435/c3f5a2f4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="449.45" OriginalAmount="445" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|457757-25626622/4515330425968389069/885" HotelName="GOLDEN TULIP AL SHAKREEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10630000/10624000/10623980/e5631671_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="453.49" OriginalAmount="449" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4823-28569936/4515330425968389069/702" HotelName="ELAF TAIBA" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE,FULL BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3430000/3422500/3422415/d14076eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="456.52" OriginalAmount="452" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|305534-18202325/4515330425968389069/274" HotelName="EMAAR AL MEKTAN" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21060000/21058600/21058516/c5a8a4d6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="460.56" OriginalAmount="456.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47271126" Longitude="39.61049887" StarRating="4" HotelCode="358709|royal_inn_" HotelName="Nozol Royal Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abi Obaida ibn Aljarrah Street, North Central Area, Madinah 99999</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/dd/dfdd224be95a057eabf7558aa127f83aab9063a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="485.81" OriginalAmount="481.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|royal_dyar_hotel" HotelName="Royal Dyar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="487.83" OriginalAmount="483" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|305543-25510767/4515330425968389069/878" HotelName="ROYAL INN AL-NOKHBA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17860000/17853900/17853828/f0f16e0f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="492.88" OriginalAmount="488.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47191172685" Longitude="39.613252208836" StarRating="5" HotelCode="98069|al_haram_hotel_by_al_rawda" HotelName="Al Haram Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 25739, Al-Madinah al-Munawwarah 41476</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/41/8d41f05b47356e1596e1f72eaf5ddabbf7ebaf62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="498.94" OriginalAmount="494" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1438260-32416691/4515330425968389069/995" HotelName="WORTH PENINSULA MADINAH" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/114000000/113780000/113778900/113778887/86b86d17_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="511.06" OriginalAmount="506" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1466322-32938583/4515330425968389069/35" HotelName="DIYAR AJWA, TAPESTRY COLLECTION BY HILTON" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121310000/121306700/121306618/w5757h3835x0y5-8e9276b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="519.08" OriginalAmount="513.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4677128" Longitude="39.60459341" StarRating="4" HotelCode="357072|589337" HotelName="Golden Tulip AL Mektan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f1c5203a3bfec0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="531.26" OriginalAmount="526" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1384396-24030320/4515330425968389069/195" HotelName="EMAAR ROYAL" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1384396/202311281589181.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="538.33" OriginalAmount="533" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|262210-28595255/4515330425968389069/434" HotelName="RUVE AL MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8140000/8131500/8131490/e9974115_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="539.70" OriginalAmount="534.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300" HotelName="Millennium Al Aqeeq Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="556.51" OriginalAmount="551.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47110066" Longitude="39.60646085" StarRating="3" HotelCode="351666|mawaddah_al_safwa" HotelName="Mawaddah Al Safwa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/09/2026" HotelFacility="Air Conditioning,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Abdul Mohsen Bin Abdulaziz Street, Madinah 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/21/5021dd39020a5607443203e17f199b21ae9d5c5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="557.52" OriginalAmount="552.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47348164" Longitude="39.61311597" StarRating="5" HotelCode="353519|al_eiman_royal_hotel" HotelName="Al Eiman Royal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area North, Al Madina, 20012 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/6f/1a6fabef202b86adb2fc6e6ffcec780c7178ee54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.75" OriginalAmount="575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|holiday_villa_madinah_2" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="583.78" OriginalAmount="578.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|shaza_al_madina" HotelName="Shaza Al Madina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="588.83" OriginalAmount="583" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450425-32740233/4515330425968389069/969" HotelName="DOUBLETREE BY HILTON MADINAH GATE" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120310000/120302900/120302839/49f6de84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="595.90" OriginalAmount="590" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1413735-30815228/4515330425968389069/932" HotelName="AL MANAKHA ROTANA MADINAH" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/106000000/105780000/105779700/105779680/bd112964_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="604.99" OriginalAmount="599.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|al_muna_kareem_radisson_blu_hotel_al_madinah" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="639.33" OriginalAmount="633" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|262212-18194765/4515330425968389069/263" HotelName="FRONTEL AL HARITHIA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33316300/33316243/981737c4_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="642.88" OriginalAmount="636.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|1368483" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="662.55" OriginalAmount="655.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4720016" Longitude="39.6082188" StarRating="5" HotelCode="310367|52598546" HotelName="Arac Al Aqeeq" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Gift Shop,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>North Central Region, Musab Bin Omair Street, Al Madinah, Al Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/05/6a05a8da6612e74c9a6e0b3f41c75199ac3b3ee2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Medina, Al Aqeeq Palace Arac Hotel Madinah is minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="688.82" OriginalAmount="682" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1386067-26688179/4515330425968389069/850" HotelName="AL EIMAN ROYAL" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9850000/9840400/9840311/4a6461b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="701.84" OriginalAmount="694.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4721477" Longitude="39.61198578" StarRating="4" HotelCode="352214|7508012" HotelName="Dallah Taibah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Meeting Room,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zar Street, PO Box 6747, Madinah Al-Munawarah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/0d/1b0d5e12d9d7effc2b2c3b189d5466d913fce4b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Dallah Taibah Hotel in Medina, you'll be in a shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="715.08" OriginalAmount="708" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|252417-20810825/4515330425968389069/383" HotelName="DALLAH TAIBAH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6630000/6622600/6622541/a68bc066_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="787.47" OriginalAmount="779.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|1341825" HotelName="Madinah Mövenpick Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="892.84" OriginalAmount="884.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47282562" Longitude="39.60682845" StarRating="4" HotelCode="351867|al_eiman_taibah" HotelName="Al Eiman Taibah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central North, Al Madinah 55555</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/e4/a6e4a7f0e1fd1a66379ccac29b36f70b092bf2c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of facilities and services to ensure a comfortable stay. Individual storeys...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="938.29" OriginalAmount="929" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203613-18210037/4515330425968389069/347" HotelName="SOFITEL SHAHD AL MADINAH" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4150000/4143500/4143410/a907ca47_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1044.34" OriginalAmount="1034" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80776-25251025/4515330425968389069/961" HotelName="OBEROI" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6630000/6622700/6622640/3738d253_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1088.78" OriginalAmount="1078" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1452584-32740426/4515330425968389069/939" HotelName="MAKAREM BURJ AL MADINAH" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110620000/110617700/110617682/w6945h4628x0y0-9c2c3375_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1091.81" OriginalAmount="1081.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|dar_al_iman_intercontinental" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BREAKFAST-FOR-2" BedType="BREAKFAST-FOR-2" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1106.96" OriginalAmount="1096" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4823511" Longitude="9.2028803" StarRating="5" HotelCode="0|457754-21004073/4515330425968389069/97" HotelName="MILLENNIUM AL AQEEQ" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Via Ruggero Boscovich, 21 (Hotel Bolzano) ,Milan,  20124</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/8000000/7360000/7353600/7353509/c08749a6_b.jpg</HotelPictures>
        <HotelDescription>Set in a prime location of Milan, Hotel Bolzano puts everything the city has to offer just outside your doorstep. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. 24-hour room service, free Wi-Fi in all rooms, Wi-Fi in public areas, airport transfer, tours are there for guest`s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Enjoy the hotel`s recreational facilities, including garden, before retiring to your room for a well-deserved rest. For reliable service and professional staff, Hotel Bolzano caters to your needs. &lt;br /&gt;American Express, Visa, Euro/Mastercard, Carte Bleue, Diners Club, JCB, Maestro, Bankcard, CartaSi, Australian BankCard&lt;br /&gt;Guests over 3 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1116.05" OriginalAmount="1105" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|491141-28440809/4515330425968389069/451" HotelName="MARRIOTT EXECUTIVE APARTMENTS MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37030000/37028700/37028684/bcdb99bb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1119.37" OriginalAmount="1108.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|CAM375700" HotelName="Hilton Madinah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HD,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1122.11" OriginalAmount="1111" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80772-32393287/4515330425968389069/18" HotelName="MADINAH HILTON" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903600/903564/w3837h2789x3y3-6bedb427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1130.19" OriginalAmount="1119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|intercontinental_dar_al_hijra_madinah" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1141.30" OriginalAmount="1130" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80770-25251019/4515330425968389069/759" HotelName="INTERCONTINENTAL MADINAH - DAR AL IMAN" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2537900/2537849/w6605h4398x0y6-08a8d65c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1179.68" OriginalAmount="1168" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|78218-25247468/4515330425968389069/863" HotelName="INTERCONTINENTAL DAR AL HIJRA MADINAH" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/130000/124800/124784/357586b6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1257.37" OriginalAmount="1244.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|6388682" HotelName="The Oberoi, Madina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1362.49" OriginalAmount="1349" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|457742-32382165/4515330425968389069/103" HotelName="MILLENNIUM TAIBA HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4310000/4308800/4308755/b3cdede8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1365.52" OriginalAmount="1352.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48954135" Longitude="39.56409616" StarRating="5" HotelCode="80156|le_meridien_medina" HotelName="Le Meridien Medina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road, PO Box 1735, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/24/c224bf893b45e94d60fa8c053abc791397270039.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1513.07" OriginalAmount="1498.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611" HotelName="Millennium Taiba Hotel Madina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1535.20" OriginalAmount="1520.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|royal_inn_al_rawda__dyar_international_previously" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1936.17" OriginalAmount="1917" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1454607-32416689/4515330425968389069/899" HotelName="JAYDEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108690000/108686400/108686352/27e2c417_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2086.66" OriginalAmount="2066" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80765-28598704/4515330425968389069/403" HotelName="DAR AL TAQWA (CITY VIEW)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/8000000/7994200/7994117/8f004e17_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2251.29" OriginalAmount="2229.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|dar_al_taqwa_hotel" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7295.23" OriginalAmount="7223.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="0" HotelCode="835434|al_mokhtara_al_gharbi_hotel" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Fax,Internet,Spa,Telephone Service,Lounge,Restaurant,Room Service,Conference Hall,Jacuzzi,24 Hour Front Desk,24 Hour Room Service,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Housekeeping,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Gift Shop,24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Currency Exchange,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Kitchen,Designated Smoking Area,Central Heating</BasicAmenities>
    <HotelRating>4,5,1,2,3</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE,FULL BOARD</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
851a257d-c962-4abb-8479-f087946fbb19|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="851a257d-c962-4abb-8479-f087946fbb19">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
851a257d-c962-4abb-8479-f087946fbb19|HotelbedsSearch|Root element is missing.|System.Xml.XmlException: Root element is missing.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Hotelbeds.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Hotelbeds\Hotelbeds.cs:line 420|HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
851a257d-c962-4abb-8479-f087946fbb19|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
851a257d-c962-4abb-8479-f087946fbb19|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:d3dd9bb5-1b15-4f9d-8beb-7d078926a59f
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
851a257d-c962-4abb-8479-f087946fbb19|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:07:50.3300366+01:00" Version="0" EchoToken="Search" TransactionIdentifier="851a257d-c962-4abb-8479-f087946fbb19" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="261.59" OriginalAmount="259" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1454621-32416690/4515330425968389069/994" HotelName="SEDRA GLOBAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111280000/111278800/111278731/3cb9aacb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="286.84" OriginalAmount="284" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|256920-25479036/4515330425968389069/874" HotelName="ZOWAR ALALAMI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7770000/7760800/7760785/0d5391e2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="294.92" OriginalAmount="292" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1186103-26507533/4515330425968389069/892" HotelName="ODST AL MADINAH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17520000/17510500/17510455/6a874eca_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="301.99" OriginalAmount="299" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1318502-26629314/4515330425968389069/882" HotelName="SEASON STAR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/58000000/57150000/57144900/57144870/72b9da16_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="316.13" OriginalAmount="313" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|457646-32732856/4515330425968389069/898" HotelName="AL MUKHTARA INTERNATIONAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/57bd2e8b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="417.13" OriginalAmount="413" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.573" Longitude="-116.215" StarRating="4" HotelCode="0|503033-18213490/4515330425968389069/140" HotelName="SAJA BY WARWICK MADINAH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3300 SOUTH VISTA AVE, BOISE, 83705, ID, US	</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19720000/19710600/19710557/6810b09e_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   When you stay at The Boise Hotel and Conference Center in Boise, you'll be near the airport and close to Hillcrest Country Club and Boise State University. This hotel is within close proximity of Zoo Boise and Morrison-Knudsen Nature Center.   Rooms   Make yourself at home in one of the 195 air-conditioned guestrooms. Cable television is provided for your entertainment. Conveniences include desks and complimentary newspapers, as well as direct-dial phones with voice mail.   Rec, Spa, Premium Amenities   Enjoy recreational amenities such as an indoor pool and a fitness facility. Additional amenities include complimentary wireless Internet access and an arcade/game room.   Dining   Take advantage of the hotel's room service (during limited hours). Quench your thirst with your favorite drink at a bar/lounge.   Business, Other Amenities   Featured amenities include a business center, secretarial services, and complimentary newspapers in the lobby. Event facilities at this hotel consist of conference/meeting rooms, small meeting rooms, and banquet facilities. A roundtrip airport shuttle is provided at no charge.   Room Info:    Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      A pet fee will be charged per stay       The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Pets allowed   Check-in time starts at 3 PM  Check-out time is 11 AM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="423.55" OriginalAmount="419.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|71782436|Bed &amp; Breakfast" HotelName="Saja Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="441.29" OriginalAmount="436.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|008381" HotelName="Nusk Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="447.43" OriginalAmount="443" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1318501-26629312/4515330425968389069/888" HotelName="Y PLATINUM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/65000000/64400000/64392500/64392435/c3f5a2f4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="483.79" OriginalAmount="479" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|56710-18152794/4515330425968389069/306" HotelName="NEW MADINAH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/911500/911494/dcc50ed8_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="502.10" OriginalAmount="497.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Bed &amp; Breakfast" HotelName="Hotel Pullman ZamZam Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="510.05" OriginalAmount="505" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6533794" Longitude="-84.4470971" StarRating="5" HotelCode="0|305525-18163473/4515330425968389069/254" HotelName="PULLMAN ZAMZAM MADINA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1776 Harvard Avenue, College Park, GA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9100000/9093700/9093635/ae38d178_b.jpg</HotelPictures>
        <HotelDescription>Just minutes from the world's busiest airport, the Hotel Indigo® Atlanta Airport College Park hotel is nestled in an historic neighborhood with a thoughtful team ready to help you discover its charm. Our spacious guest rooms offer a chance to spread out
 after your journey, and our own Harvard &amp;amp;amp; Main restaurant serves specialties that couldnt be any more local. Ingredients come from our on-site herb garden. Similarly, our bar will spoil you with personal service and tasty cocktails. For meetings, we offer
 2800 square feet of available space, and for easy discovery of greater Atlanta, were also a quick walk to the citys train system, MARTA.
&lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 12:00&lt;br /&gt;Maximum child age: 19&lt;br /&gt; Hotel Indigo Atlanta Airport College Park welcomes your pets up to 75 Lbs to stay with us. Pets above 80 Lbs are not accepted. A non refundable fee for your pet of 25 dollar for the first night or 50 dollars for a multiple night stays is required.
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="522.17" OriginalAmount="517" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|305534-18202325/4515330425968389069/274" HotelName="EMAAR AL MEKTAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21060000/21058600/21058516/c5a8a4d6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="538.33" OriginalAmount="533" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|262210-28595255/4515330425968389069/434" HotelName="RUVE AL MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8140000/8131500/8131490/e9974115_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="552.47" OriginalAmount="547" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|262204-32413765/4515330425968389069/442" HotelName="TAIBA FRONT HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/262204/201441101026183.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="566.61" OriginalAmount="561" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|172104-25357995/4515330425968389069/789" HotelName="ANWAR AL MADINAH MOVENPICK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/ec191428_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="570.65" OriginalAmount="565" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|457757-25626622/4515330425968389069/885" HotelName="GOLDEN TULIP AL SHAKREEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10630000/10624000/10623980/e5631671_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="575.70" OriginalAmount="570" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1438260-32416691/4515330425968389069/995" HotelName="WORTH PENINSULA MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/114000000/113780000/113778900/113778887/86b86d17_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.75" OriginalAmount="575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|holiday_villa_madinah_2" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="593.63" OriginalAmount="587.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4677128" Longitude="39.60459341" StarRating="4" HotelCode="357072|589337" HotelName="Golden Tulip AL Mektan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f1c5203a3bfec0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="604.99" OriginalAmount="599.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|al_muna_kareem_radisson_blu_hotel_al_madinah" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="608.02" OriginalAmount="602" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4823-28569936/4515330425968389069/702" HotelName="ELAF TAIBA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3430000/3422500/3422415/d14076eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="613.07" OriginalAmount="607" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1384396-24030320/4515330425968389069/195" HotelName="EMAAR ROYAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1384396/202311281589181.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="634.28" OriginalAmount="628" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|305543-25510767/4515330425968389069/878" HotelName="ROYAL INN AL-NOKHBA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17860000/17853900/17853828/f0f16e0f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="636.30" OriginalAmount="630" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1466322-32938583/4515330425968389069/35" HotelName="DIYAR AJWA, TAPESTRY COLLECTION BY HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121310000/121306700/121306618/w5757h3835x0y5-8e9276b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="639.33" OriginalAmount="633" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|262212-18194765/4515330425968389069/263" HotelName="FRONTEL AL HARITHIA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33316300/33316243/981737c4_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="642.88" OriginalAmount="636.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|1368483|Bed &amp; Breakfast" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="656.00" OriginalAmount="649.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|CAS397300|Bed &amp; Breakfast" HotelName="Mövenpick Anwar Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="662.55" OriginalAmount="655.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4720016" Longitude="39.6082188" StarRating="5" HotelCode="310367|52598546|Bed &amp; Breakfast" HotelName="Arac Al Aqeeq" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Gift Shop,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>North Central Region, Musab Bin Omair Street, Al Madinah, Al Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/05/6a05a8da6612e74c9a6e0b3f41c75199ac3b3ee2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Medina, Al Aqeeq Palace Arac Hotel Madinah is minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="697.15" OriginalAmount="690.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47191172685" Longitude="39.613252208836" StarRating="5" HotelCode="98069|3509383|Bed &amp; Breakfast" HotelName="Al Haram Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 25739, Al-Madinah al-Munawwarah 41476</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/41/8d41f05b47356e1596e1f72eaf5ddabbf7ebaf62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="699.93" OriginalAmount="693" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450425-32740233/4515330425968389069/969" HotelName="DOUBLETREE BY HILTON MADINAH GATE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120310000/120302900/120302839/49f6de84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="719.12" OriginalAmount="712" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1413735-30815228/4515330425968389069/932" HotelName="AL MANAKHA ROTANA MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/106000000/105780000/105779700/105779680/bd112964_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="794.87" OriginalAmount="787" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1386067-26688179/4515330425968389069/850" HotelName="AL EIMAN ROYAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9850000/9840400/9840311/4a6461b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1088.78" OriginalAmount="1078" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1452584-32740426/4515330425968389069/939" HotelName="MAKAREM BURJ AL MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110620000/110617700/110617682/w6945h4628x0y0-9c2c3375_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1116.05" OriginalAmount="1105" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|491141-28440809/4515330425968389069/451" HotelName="MARRIOTT EXECUTIVE APARTMENTS MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37030000/37028700/37028684/bcdb99bb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1130.19" OriginalAmount="1119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|intercontinental_dar_al_hijra_madinah" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1134.23" OriginalAmount="1123" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203613-18210037/4515330425968389069/347" HotelName="SOFITEL SHAHD AL MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4150000/4143500/4143410/a907ca47_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1167.66" OriginalAmount="1156.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|2891071|Bed &amp; Breakfast" HotelName="Shaza Al Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1218.06" OriginalAmount="1206" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4823511" Longitude="9.2028803" StarRating="5" HotelCode="0|457754-21004073/4515330425968389069/97" HotelName="MILLENNIUM AL AQEEQ" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Via Ruggero Boscovich, 21 (Hotel Bolzano) ,Milan,  20124</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/8000000/7360000/7353600/7353509/c08749a6_b.jpg</HotelPictures>
        <HotelDescription>Set in a prime location of Milan, Hotel Bolzano puts everything the city has to offer just outside your doorstep. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. 24-hour room service, free Wi-Fi in all rooms, Wi-Fi in public areas, airport transfer, tours are there for guest`s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Enjoy the hotel`s recreational facilities, including garden, before retiring to your room for a well-deserved rest. For reliable service and professional staff, Hotel Bolzano caters to your needs. &lt;br /&gt;American Express, Visa, Euro/Mastercard, Carte Bleue, Diners Club, JCB, Maestro, Bankcard, CartaSi, Australian BankCard&lt;br /&gt;Guests over 3 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1248.79" OriginalAmount="1236.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|4196511|Bed &amp; Breakfast" HotelName="Elaf Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="1270.18" OriginalAmount="1257.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|835598" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1281.69" OriginalAmount="1269" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|78218-25247468/4515330425968389069/863" HotelName="INTERCONTINENTAL DAR AL HIJRA MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/130000/124800/124784/357586b6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1287.69" OriginalAmount="1274.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300|Bed &amp; Breakfast" HotelName="Millennium Al Aqeeq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1291.57" OriginalAmount="1278.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|CAM375700|Bed &amp; Breakfast" HotelName="Hilton Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1294.82" OriginalAmount="1282" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80772-32393287/4515330425968389069/18" HotelName="MADINAH HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903600/903564/w3837h2789x3y3-6bedb427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1294.82" OriginalAmount="1282" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80770-25251019/4515330425968389069/759" HotelName="INTERCONTINENTAL MADINAH - DAR AL IMAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2537900/2537849/w6605h4398x0y6-08a8d65c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1473.59" OriginalAmount="1459" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|457742-32382165/4515330425968389069/103" HotelName="MILLENNIUM TAIBA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4310000/4308800/4308755/b3cdede8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1515.00" OriginalAmount="1500" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80776-25251025/4515330425968389069/961" HotelName="OBEROI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6630000/6622700/6622640/3738d253_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1535.20" OriginalAmount="1520.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|royal_inn_al_rawda__dyar_international_previously" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1578.63" OriginalAmount="1563" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203612-28443082/4515330425968389069/483" HotelName="LE MERIDIEN MEDINA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1050000/1042900/1042883/d795afa7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1635.60" OriginalAmount="1619.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611|Bed &amp; Breakfast" HotelName="Millennium Taiba Hotel Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1936.17" OriginalAmount="1917" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1454607-32416689/4515330425968389069/899" HotelName="JAYDEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108690000/108686400/108686352/27e2c417_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2004.98" OriginalAmount="1985.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|6388682|Bed &amp; Breakfast" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2086.66" OriginalAmount="2066" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80765-28598704/4515330425968389069/403" HotelName="DAR AL TAQWA (CITY VIEW)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/8000000/7994200/7994117/8f004e17_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2251.29" OriginalAmount="2229.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|dar_al_taqwa_hotel" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="7295.23" OriginalAmount="7223.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="0" HotelCode="835434|al_mokhtara_al_gharbi_hotel" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Internet,Fax,Spa,Telephone Service,Conference Hall,Lounge,Kitchen,Laundry,Restaurant,Room Service,Business Centre,Meeting Room,Jacuzzi,Coffee Shop,Concierge,Dry Cleaning,Elevator,LCD/Projector,Luggage Storage,Gift Shop,Designated Smoking Area,Central Heating</BasicAmenities>
    <HotelRating>4,5,3,1,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
851a257d-c962-4abb-8479-f087946fbb19|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="851a257d-c962-4abb-8479-f087946fbb19">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="0|172104-25357995/4515330425968389069/789" SourceId="83" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="in" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
851a257d-c962-4abb-8479-f087946fbb19|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="851a257d-c962-4abb-8479-f087946fbb19" TimeStamp="0001-01-01T00:00:00" HotelName="ANWAR AL MADINAH MOVENPICK" HotelCode="|172104" StarRating="5" GTCityId="0" CityName="Madinah" CountryName="Saudi Arabia" Address="Central Zone, P.O. Box 41340, Madinah, SA" PhoneNo="966-8-002444416" FaxNo="" SourceId="83" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Classic Room Multiple Beds" RoomTypeCode="25357995/4515330425968389069/789|83|NDIxfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="421" TotalPrice="425.21" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>ONLY MUSLIMS ARE ALLOWED TO ENTER THE HOLY CITIES OF MECCA AND MEDINA
&amp;lt;BR /&amp;gt;Bed types are not guaranteed:Classic Room, Multiple Beds - 4 Twin Beds(room for 0 adults )CXL charges apply as follows: STARTING 05/08/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T10:07:55.3738824+01:00" End="2026-09-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Room Multiple Beds" RoomTypeCode="25357995/4515330425968389069/795|83|NTQxfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="541" TotalPrice="546.41" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>ONLY MUSLIMS ARE ALLOWED TO ENTER THE HOLY CITIES OF MECCA AND MEDINA
&amp;lt;BR /&amp;gt;Bed types are not guaranteed:Superior Room, Multiple Beds - 4 Twin Beds(room for 0 adults )CXL charges apply as follows: STARTING 05/08/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T10:07:55.3738824+01:00" End="2026-09-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Classic 4 Beds" RoomTypeCode="18210048/4515330425968389069/216|83|NTQ0fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="544" TotalPrice="549.44" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>ONLY MUSLIMS ARE ALLOWED TO ENTER THE HOLY CITIES OF MECCA AND MEDINA
&amp;lt;BR /&amp;gt;IF YOU FAIL TO CHECK-IN FOR THIS RESERVATION, OR IF YOU CANCEL OR CHANGE THIS RESERVATION AFTER CXL DEADLINE, YOU MAY INCUR PENALTY CHARGES AT THE DISCRETION OF THE HOTEL OF UP TO 100% OF THE BOOKING VALUE, UNLESS OTHERWISE STATED.No Amendments Allowed. &amp;lt;BR /&amp;gt;CXL charges apply as follows: STARTING 05/08/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T10:07:55.3738824+01:00" End="2026-09-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Room Multiple Beds (Partial Haram View)" RoomTypeCode="25357995/4515330425968389069/783|83|NTgxfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="581" TotalPrice="586.81" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>ONLY MUSLIMS ARE ALLOWED TO ENTER THE HOLY CITIES OF MECCA AND MEDINA
&amp;lt;BR /&amp;gt;Bed types are not guaranteed:Superior Room, Multiple Beds (Partial Haram View) - 4 Twin Beds(room for 0 adults )CXL charges apply as follows: STARTING 05/08/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T10:07:55.3738824+01:00" End="2026-09-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Studio 2 Queen Beds (Haram View)" RoomTypeCode="25357995/4515330425968389069/805|83|NjAxfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="601" TotalPrice="607.01" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>ONLY MUSLIMS ARE ALLOWED TO ENTER THE HOLY CITIES OF MECCA AND MEDINA
&amp;lt;BR /&amp;gt;Bed types are not guaranteed:Studio, 2 Queen Beds (Haram View) - 2 Queen Beds(room for 0 adults )CXL charges apply as follows: STARTING 05/08/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T10:07:55.3738824+01:00" End="2026-09-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Deluxe Room Multiple Beds (Haram View)" RoomTypeCode="25357995/4515330425968389069/801|83|NjIxfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="621" TotalPrice="627.21" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>ONLY MUSLIMS ARE ALLOWED TO ENTER THE HOLY CITIES OF MECCA AND MEDINA
&amp;lt;BR /&amp;gt;Bed types are not guaranteed:Deluxe Room, Multiple Beds (Haram View) - 4 Twin Beds(room for 0 adults )CXL charges apply as follows: STARTING 05/08/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T10:07:55.3738824+01:00" End="2026-09-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior 4 Single Beds" RoomTypeCode="18210048/4515330425968389069/212|83|NzAwfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="700" TotalPrice="707.00" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>ONLY MUSLIMS ARE ALLOWED TO ENTER THE HOLY CITIES OF MECCA AND MEDINA
&amp;lt;BR /&amp;gt;IF YOU FAIL TO CHECK-IN FOR THIS RESERVATION, OR IF YOU CANCEL OR CHANGE THIS RESERVATION AFTER CXL DEADLINE, YOU MAY INCUR PENALTY CHARGES AT THE DISCRETION OF THE HOTEL OF UP TO 100% OF THE BOOKING VALUE, UNLESS OTHERWISE STATED.No Amendments Allowed. &amp;lt;BR /&amp;gt;CXL charges apply as follows: STARTING 05/08/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T10:07:55.3738824+01:00" End="2026-09-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior 4 Beds Part Haram View" RoomTypeCode="18210048/4515330425968389069/226|83|NzUxfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="751" TotalPrice="758.51" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>ONLY MUSLIMS ARE ALLOWED TO ENTER THE HOLY CITIES OF MECCA AND MEDINA
&amp;lt;BR /&amp;gt;IF YOU FAIL TO CHECK-IN FOR THIS RESERVATION, OR IF YOU CANCEL OR CHANGE THIS RESERVATION AFTER CXL DEADLINE, YOU MAY INCUR PENALTY CHARGES AT THE DISCRETION OF THE HOTEL OF UP TO 100% OF THE BOOKING VALUE, UNLESS OTHERWISE STATED.No Amendments Allowed. &amp;lt;BR /&amp;gt;CXL charges apply as follows: STARTING 05/08/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T10:07:55.3738824+01:00" End="2026-09-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Deluxe 4 Beds Haram View" RoomTypeCode="18210048/4515330425968389069/218|83|ODAzfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="803" TotalPrice="811.03" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>ONLY MUSLIMS ARE ALLOWED TO ENTER THE HOLY CITIES OF MECCA AND MEDINA
&amp;lt;BR /&amp;gt;IF YOU FAIL TO CHECK-IN FOR THIS RESERVATION, OR IF YOU CANCEL OR CHANGE THIS RESERVATION AFTER CXL DEADLINE, YOU MAY INCUR PENALTY CHARGES AT THE DISCRETION OF THE HOTEL OF UP TO 100% OF THE BOOKING VALUE, UNLESS OTHERWISE STATED.No Amendments Allowed. &amp;lt;BR /&amp;gt;CXL charges apply as follows: STARTING 05/08/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T10:07:55.3738824+01:00" End="2026-09-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Studio with Two Queen Beds and View" RoomTypeCode="28595148/4515330425968389069/578|83|ODUwfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="850" TotalPrice="858.50" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>ONLY MUSLIMS ARE ALLOWED TO ENTER THE HOLY CITIES OF MECCA AND MEDINA
Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;Municipality fee:180.00 SAR&amp;lt;BR /&amp;gt;VAT:567.00 SARCXL charges apply as follows: STARTING 05/08/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T10:07:55.3748782+01:00" End="2026-09-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Executive Suite 2 Bedrooms" RoomTypeCode="25357995/4515330425968389069/808|83|MTIzNHxHQlB8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1234" TotalPrice="1246.34" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>ONLY MUSLIMS ARE ALLOWED TO ENTER THE HOLY CITIES OF MECCA AND MEDINA
&amp;lt;BR /&amp;gt;Bed types are not guaranteed:Executive Suite, 2 Bedrooms - 2 King Beds(room for 0 adults )CXL charges apply as follows: STARTING 05/08/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T10:07:55.3748782+01:00" End="2026-09-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Suite 3 Bedrooms (Ambassador)" RoomTypeCode="25357995/4515330425968389069/781|83|MTU4MnxHQlB8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1582" TotalPrice="1597.82" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>ONLY MUSLIMS ARE ALLOWED TO ENTER THE HOLY CITIES OF MECCA AND MEDINA
&amp;lt;BR /&amp;gt;Bed types are not guaranteed:Suite, 3 Bedrooms (Ambassador) - 1 Double Bed(room for 0 adults )CXL charges apply as follows: STARTING 05/08/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T10:07:55.3748782+01:00" End="2026-09-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/03d9e07f_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/6b51f05d_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/e0fa9b1b_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/d42f4710_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/996bda44_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/250eacfb_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/27c289bc_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/d8f568f9_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/a9f2a331_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/af9e5128_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/1c2640c6_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/ad8836b1_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/a57df2cf_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/f939dbcc_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/35303a70_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/f514b9a0_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/5f3fea75_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/b9f383c4_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/ebc31813_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/732b516a_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/50da7c64_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/167e2069_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/c799c336_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/w2985h2250x0y0-e9511ad1_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/7b6913bc_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/903e0a31_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/58a057ab_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/e15f8f60_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/f31e2523_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/d75d9e89_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/3e0d7da3_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/416a28e1_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/a916bd14_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/a1266d2f_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/9525211c_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/fc1f3a76_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/8c1d65b4_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/eddb1efc_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/effbbfcf_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/f8a14704_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/4a3ae76e_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/e97c3d6a_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/ad871c15_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/d16631a1_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/336c7d1f_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/2d1a0096_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/e8ad1123_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/96ac9103_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/cab660e2_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/fb905523_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/583b2b98_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/d79a07ac_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/30629868_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/4caa4d84_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/a3321dae_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/bc3e87d1_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/7f55739b_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/1fca37bb_b.jpg" /></Images><HotelAmenities>Dry cleaning/laundry service&lt;BR /&gt;Gift shops or newsstand&lt;BR /&gt;Shopping on site&lt;BR /&gt;Bulk dispenser for toiletries&lt;BR /&gt;Vegetarian breakfast available&lt;BR /&gt;Parking (limited spaces)&lt;BR /&gt;Biodegradable/compostable stirrers&lt;BR /&gt;No single-use plastic straws&lt;BR /&gt;No single-use plastic soda bottles&lt;BR /&gt;No single-use plastic stirrers&lt;BR /&gt;Reusable cups only&lt;BR /&gt;Reusable tableware only&lt;BR /&gt;Free wired internet&lt;BR /&gt;Biodegradable/compostable straws&lt;BR /&gt;Limo or town car service available&lt;BR /&gt;No single-use plastic water bottles&lt;BR /&gt;Free WiFi&lt;BR /&gt;Wheelchair accessible parking&lt;BR /&gt;Airport transportation - pickup (surcharge)&lt;BR /&gt;Comprehensive food waste policy&lt;BR /&gt;Airport transportation (surcharge)&lt;BR /&gt;Eco-friendly toiletries&lt;BR /&gt;At least 80% of all lighting comes from LEDs&lt;BR /&gt;Eco-friendly cleaning products provided&lt;BR /&gt;Recycling&lt;BR /&gt;LED light bulbs&lt;BR /&gt;Vegan menu options available&lt;BR /&gt;No accessible shuttle&lt;BR /&gt;Vegetarian menu options available&lt;BR /&gt;Wheelchair-accessible on-site restaurant&lt;BR /&gt;Visual alarms in hallways&lt;BR /&gt;Multilingual staff&lt;BR /&gt;Wheelchairs available on site&lt;BR /&gt;Electric car charging station&lt;BR /&gt;Breakfast available (surcharge)&lt;BR /&gt;Wheelchair-accessible meeting spaces/business center&lt;BR /&gt;Number of coffee shops/cafes - 1&lt;BR /&gt;Laundry facilities&lt;BR /&gt;Elevator&lt;BR /&gt;Fitness facilities&lt;BR /&gt;Locally-sourced food on site (80% or more)&lt;BR /&gt;Guest education on local ecosystems and culture&lt;BR /&gt;Organic food&lt;BR /&gt;Showcase for local artists&lt;BR /&gt;Wheelchair accessible (may have limitations)&lt;BR /&gt;Banquet hall&lt;BR /&gt;Wheelchair accessible&lt;BR /&gt;Wheelchair-accessible concierge desk&lt;BR /&gt;Locally-owned &amp;amp; organized tours &amp;amp; activities&lt;BR /&gt;Wheelchair-accessible van parking&lt;BR /&gt;Express check-in&lt;BR /&gt;Assistive listening devices in meeting rooms&lt;BR /&gt;Wheelchair-accessible path to elevator&lt;BR /&gt;Meeting rooms&lt;BR /&gt;Change of bed sheets (on request)&lt;BR /&gt;Wheelchair-accessible registration desk&lt;BR /&gt;Television in common areas&lt;BR /&gt;Wheelchair-accessible public washroom&lt;BR /&gt;Change of towels (on request)&lt;BR /&gt;Stair-free path to entrance&lt;BR /&gt;Free newspapers in lobby&lt;BR /&gt;Shopping mall on site&lt;BR /&gt;Water-efficient showers only&lt;BR /&gt;Luggage storage&lt;BR /&gt;Grocery/convenience store&lt;BR /&gt;Express check-out&lt;BR /&gt;Porter/bellhop&lt;BR /&gt;Business center&lt;BR /&gt;24-hour front desk&lt;BR /&gt;Number of restaurants - 4&lt;BR /&gt;Housekeeping on request&lt;BR /&gt;Spa services on site&lt;BR /&gt;Smoke-free property&lt;BR /&gt;Safe-deposit box at front desk&lt;BR /&gt;Snack bar/deli&lt;BR /&gt;Steam room&lt;BR /&gt;Self parking (surcharge)&lt;BR /&gt;Free valet parking&lt;BR /&gt;Computer station&lt;BR /&gt;ATM/banking&lt;BR /&gt;Concierge services&lt;BR /&gt;</HotelAmenities><HotelDescription>&lt;b&gt;Property Desc:&lt;/b&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; A stay at Anwar Al Madinah Mövenpick Hotel places you in the heart of Madinah, a 4-minute drive from Al Noor Mall and 6 minutes from Qiblatain Mosque.  This luxury hotel is 3.7 mi (6 km) from Madina Mall and 3.9 mi (6.3 km) from Quba Mosque.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; Make yourself at home in one of the 1291 individually decorated guestrooms, featuring minibars and LCD televisions. Complimentary wireless internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with showers feature complimentary toiletries and hair dryers. Conveniences include phones, as well as laptop-compatible safes and desks.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;/b&gt;&lt;/p&gt;&lt;p&gt; Enjoy recreational amenities such as a steam room and a fitness center. Additional amenities at this hotel include complimentary wireless internet access, concierge services, and gift shops/newsstands.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; Grab a bite at Al Salam, one of the hotel's 4 restaurants, or stay in and take advantage of the 24-hour room service. Snacks are also available at the coffee shop/cafe. Buffet breakfasts are available daily from 6:30 AM to 10:30 AM for a fee.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt;&lt;/p&gt;&lt;p&gt; Featured amenities include complimentary wired internet access, a business center, and limo/town car service. A roundtrip airport shuttle is provided for a surcharge (available on request), and free valet parking is available onsite.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Attractions&lt;/b&gt; &lt;/p&gt;&lt;p&gt;Distances are displayed to the nearest 0.1 mile and kilometer. &lt;br /&gt; &lt;p&gt;Masjid Al Ghamamah - 0.7 km / 0.4 mi &lt;br /&gt; Prophet's Mosque - 0.7 km / 0.5 mi &lt;br /&gt; The Green Dome - 0.7 km / 0.5 mi &lt;br /&gt; Masjid Abu Dharr al Ghifari - 0.9 km / 0.6 mi &lt;br /&gt; Al-Baqi Cemetery - 1 km / 0.6 mi &lt;br /&gt; Al-Safiya Museum and Garden - 1.2 km / 0.7 mi &lt;br /&gt; New Bilal Market - 1.5 km / 0.9 mi &lt;br /&gt; Al Hijaz Railway Museum - 1.5 km / 0.9 mi &lt;br /&gt; Bilal Ibn Rabah Mosque - 1.5 km / 0.9 mi &lt;br /&gt; Ali Ibn Abi Talib Mosque - 2.1 km / 1.3 mi &lt;br /&gt; The Seven Mosques - 2.3 km / 1.4 mi &lt;br /&gt; Historical Quba Castle - 2.9 km / 1.8 mi &lt;br /&gt; Masjid Al-Jummah - 3.2 km / 2 mi &lt;br /&gt; Quba Mosque - 3.9 km / 2.4 mi &lt;br /&gt; Uhud Martyrs Square - 4.1 km / 2.6 mi &lt;br /&gt; &lt;/p&gt;&lt;p&gt;The nearest airports are:&lt;br /&gt;Madinah (MED-Prince Mohammad Bin Abdulaziz) - 14.9 km / 9.2 mi&lt;br /&gt; King Abdulaziz Intl. Airport (JED) - 395.6 km / 245.8 mi&lt;br /&gt; &lt;/p&gt;&lt;p&gt;&lt;/p&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;National Ratings&lt;/b&gt;&lt;/p&gt;&lt;p&gt; This property has received its official star rating from Saudi Ministry of Tourism.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Spoken Languages&lt;/b&gt;&lt;/p&gt;&lt;p&gt;Hindi&lt;/b&gt;&lt;p&gt;Arabic&lt;/b&gt;&lt;p&gt;English&lt;/b&gt;&lt;p&gt;Indonesian&lt;/b&gt;&lt;p&gt;Urdu&lt;/b&gt;&lt;p&gt;&lt;b&gt;Know Before You Go:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;ul&gt;  &lt;li&gt;Only Muslims are allowed to enter the holy cities of Mecca and Medina. &lt;/li&gt; &lt;li&gt;Local laws may restrict unmarried guests from sharing rooms. Guests are responsible for providing proof of marriage, if requested by the property. &lt;/li&gt; &lt;li&gt;Couples wishing to share a room must provide proof of marriage. &lt;/li&gt;&lt;li&gt;Reservations are required for massage services. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &lt;/li&gt;&lt;li&gt;Children 12 years old and younger stay free when occupying the parent or guardian's room, using existing bedding. &lt;/li&gt;&lt;li&gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &lt;/li&gt;&lt;li&gt;No pets and no service animals are allowed at this property. &lt;/li&gt;&lt;li&gt;Alcohol is not served or permitted at this property. &lt;/li&gt;&lt;li&gt;Contactless check-out is available.&lt;/li&gt; &lt;/ul&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Fees:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;ul&gt; &lt;li&gt;Fee for buffet breakfast: approximately SAR 65 to 150 for adults, and SAR 32.5 to 75 for children&lt;/li&gt;&lt;li&gt;Airport shuttle fee: SAR 500 per vehicle&lt;/li&gt;&lt;li&gt;Self parking fee: SAR 120 per day&lt;/li&gt;&lt;li&gt;Rollaway bed fee: SAR 100.0 per night&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &lt;/p&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin Instructions:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;ul&gt;  &lt;li&gt;Extra-person charges may apply and vary depending on property policy&lt;/li&gt;&lt;li&gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&lt;/li&gt;&lt;li&gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&lt;/li&gt;&lt;li&gt;The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation&lt;/li&gt;&lt;li&gt;This property accepts credit cards; cash is not accepted&lt;/li&gt;&lt;li&gt;Noise-free guestrooms cannot be guaranteed&lt;/li&gt;&lt;li&gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, a security system, a first aid kit, and window guards&lt;/li&gt;&lt;li&gt;This property affirms that it follows the cleaning and disinfection practices of ALLSAFE (Accor Hotels)&lt;/li&gt;&lt;li&gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&lt;/li&gt;  &lt;/ul&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Special Checkin Instructions:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; This property offers transfers from the airport (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin Time:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; 5:00 PM&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin End Time:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; midnight&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin Minimum Age:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; 18&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkout Time:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; 12:00 PM&lt;/p&gt;&lt;br /&gt;</HotelDescription><Facilities><HotelFacilities><Type>Facilities</Type><Description>Dry cleaning/laundry service&lt;BR /&gt;Gift shops or newsstand&lt;BR /&gt;Shopping on site&lt;BR /&gt;Bulk dispenser for toiletries&lt;BR /&gt;Vegetarian breakfast available&lt;BR /&gt;Parking (limited spaces)&lt;BR /&gt;Biodegradable/compostable stirrers&lt;BR /&gt;No single-use plastic straws&lt;BR /&gt;No single-use plastic soda bottles&lt;BR /&gt;No single-use plastic stirrers&lt;BR /&gt;Reusable cups only&lt;BR /&gt;Reusable tableware only&lt;BR /&gt;Free wired internet&lt;BR /&gt;Biodegradable/compostable straws&lt;BR /&gt;Limo or town car service available&lt;BR /&gt;No single-use plastic water bottles&lt;BR /&gt;Free WiFi&lt;BR /&gt;Wheelchair accessible parking&lt;BR /&gt;Airport transportation - pickup (surcharge)&lt;BR /&gt;Comprehensive food waste policy&lt;BR /&gt;Airport transportation (surcharge)&lt;BR /&gt;Eco-friendly toiletries&lt;BR /&gt;At least 80% of all lighting comes from LEDs&lt;BR /&gt;Eco-friendly cleaning products provided&lt;BR /&gt;Recycling&lt;BR /&gt;LED light bulbs&lt;BR /&gt;Vegan menu options available&lt;BR /&gt;No accessible shuttle&lt;BR /&gt;Vegetarian menu options available&lt;BR /&gt;Wheelchair-accessible on-site restaurant&lt;BR /&gt;Visual alarms in hallways&lt;BR /&gt;Multilingual staff&lt;BR /&gt;Wheelchairs available on site&lt;BR /&gt;Electric car charging station&lt;BR /&gt;Breakfast available (surcharge)&lt;BR /&gt;Wheelchair-accessible meeting spaces/business center&lt;BR /&gt;Number of coffee shops/cafes - 1&lt;BR /&gt;Laundry facilities&lt;BR /&gt;Elevator&lt;BR /&gt;Fitness facilities&lt;BR /&gt;Locally-sourced food on site (80% or more)&lt;BR /&gt;Guest education on local ecosystems and culture&lt;BR /&gt;Organic food&lt;BR /&gt;Showcase for local artists&lt;BR /&gt;Wheelchair accessible (may have limitations)&lt;BR /&gt;Banquet hall&lt;BR /&gt;Wheelchair accessible&lt;BR /&gt;Wheelchair-accessible concierge desk&lt;BR /&gt;Locally-owned &amp;amp; organized tours &amp;amp; activities&lt;BR /&gt;Wheelchair-accessible van parking&lt;BR /&gt;Express check-in&lt;BR /&gt;Assistive listening devices in meeting rooms&lt;BR /&gt;Wheelchair-accessible path to elevator&lt;BR /&gt;Meeting rooms&lt;BR /&gt;Change of bed sheets (on request)&lt;BR /&gt;Wheelchair-accessible registration desk&lt;BR /&gt;Television in common areas&lt;BR /&gt;Wheelchair-accessible public washroom&lt;BR /&gt;Change of towels (on request)&lt;BR /&gt;Stair-free path to entrance&lt;BR /&gt;Free newspapers in lobby&lt;BR /&gt;Shopping mall on site&lt;BR /&gt;Water-efficient showers only&lt;BR /&gt;Luggage storage&lt;BR /&gt;Grocery/convenience store&lt;BR /&gt;Express check-out&lt;BR /&gt;Porter/bellhop&lt;BR /&gt;Business center&lt;BR /&gt;24-hour front desk&lt;BR /&gt;Number of restaurants - 4&lt;BR /&gt;Housekeeping on request&lt;BR /&gt;Spa services on site&lt;BR /&gt;Smoke-free property&lt;BR /&gt;Safe-deposit box at front desk&lt;BR /&gt;Snack bar/deli&lt;BR /&gt;Steam room&lt;BR /&gt;Self parking (surcharge)&lt;BR /&gt;Free valet parking&lt;BR /&gt;Computer station&lt;BR /&gt;ATM/banking&lt;BR /&gt;Concierge services&lt;BR /&gt;</Description></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
851a257d-c962-4abb-8479-f087946fbb19|HotelbedsSearch|Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelSources.Hotelbeds.GetSupplierRS(String pRequest, String HotelActionURL, String& pSearchRS) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Hotelbeds\Hotelbeds.cs:line 2106
   at HotelSources.Hotelbeds.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Hotelbeds\Hotelbeds.cs:line 97|HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
851a257d-c962-4abb-8479-f087946fbb19|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="851a257d-c962-4abb-8479-f087946fbb19">
  <Rooms>
    <Room RoomType="Room 1: Studio 2 Queen Beds (Haram View)" TotalAdult="4" TotalChild="0">
      <Childs />
    </Room>
  </Rooms>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
  <Accommodation HotelId="|172104" SourceId="83" RoomTypeCode="25357995/4515330425968389069/805|83|NjAxfEdCUHxzdXBwbGllcmRlYWRsaW5l" TotalPrice="0" IsHoldBooking="false" HoldBy="0" />
  <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
  <CountryCode_MoneyReceive>0</CountryCode_MoneyReceive>
</CheckRatesRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
851a257d-c962-4abb-8479-f087946fbb19|GoGlobalTravelBlock|successfully done supplier prebooking||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|InfiniteSearch|successfull supplier interation||Infinite|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|RestelSearch|successfull supplier interation||Restel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:08:57.4128726+01:00" Version="0" EchoToken="Search" TransactionIdentifier="9b46e005-2477-41fe-b842-0cf811dec9f6" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="153.93" OriginalAmount="152.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248" HotelName="Al Mukhtara International Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.24" OriginalAmount="155.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.466477" Longitude="39.605509" StarRating="0" HotelCode="|455708" HotelName="Mokhtara Diamond" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Haram, Al-Madinah al-Munawwarah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/7/0/8/455708_a5e7d651713.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="203.86" OriginalAmount="201.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47329" Longitude="39.60898" StarRating="4" HotelCode="310083|629984" HotelName="Zowar International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Central Area, P.O. 42311, Madina, Al Munnawarra?</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629984/629984a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="207.21" OriginalAmount="205.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|629988" HotelName="Odst Al Madinah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.07" OriginalAmount="207.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46713435" Longitude="39.60585419" StarRating="0" HotelCode="682527|mirage_al_salam_hotel" HotelName="Mirage Al Salam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, Al Madinah 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/1b/a11b2eb97d322e1de7814a0a94e7c5f13fa43018.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.09" OriginalAmount="209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4635672" Longitude="39.60744048" StarRating="0" HotelCode="701633|al_wahaa_hotel" HotelName="Al Waha Al Roda Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Central Area South</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/33/6033b329d4ca97e8bd8511ba58d993dfb02b8ba8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="222.37" OriginalAmount="220.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.466517701437" Longitude="39.603623413036" StarRating="3" HotelCode="392259|2345045" HotelName="Al Eiman Ohud Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Street, Western Central, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/4b/934be69117a8f3e5eccec8f8bbc24866aed42c46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="224.24" OriginalAmount="222.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46483674" Longitude="39.60993194" StarRating="4" HotelCode="433688|2367385" HotelName="Al Ansar Golden Tulip" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>4147 Al Madina Al Munawarah, PO Box 3241, Al Madina Al Munawwarah 41421</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/81/a481878346fd32d2830b1f1fa8125f99cd95b31b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="225.63" OriginalAmount="223.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473472" Longitude="39.606573" StarRating="0" HotelCode="|470252" HotelName="Waqf Outhman Bin Affan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Badaah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/2/5/2/470252_63ae8631247.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.40" OriginalAmount="225.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.488143" Longitude="39.616199" StarRating="0" HotelCode="|471533" HotelName="Zaha Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zur Al Ghafari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/3/3/471533_a451ea91956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.40" OriginalAmount="240.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471806444444" Longitude="39.609406222222" StarRating="3" HotelCode="417174|al_aqeeq_hotel__by_al_rawda" HotelName="Hotel Rawda Al Aqiq" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Manakhah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/4b/204b8c66f2348a9e42ff44faa615a24c8709a3cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.40" OriginalAmount="240.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4687162" Longitude="39.60422509" StarRating="4" HotelCode="351550|al_ameen_crom_hotel" HotelName="AlAmeen CROM Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Restaurant,Room Service,Spa,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Alsalam road, Madinah 55555</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d6/47d6f6857a9e64976735a0b8a80dc2a1b9143293.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Al Ameen CROM Hotel places you in the heart of Medina, c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="245.43" OriginalAmount="243.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47824427" Longitude="39.65203855" StarRating="3" HotelCode="611529|doosh_teeba_hotel_suites" HotelName="Doosh Teeba Hotel Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Prince Muqrin Ibn Abdulaziz, Al Aridh, Al Madinah 42317</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/9c/c59cace556b0484654cc9d0213decfbc4686a5b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="259.58" OriginalAmount="257.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464569" Longitude="39.60959" StarRating="4" HotelCode="|563298" HotelName="Nusk Al Madinah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>South Central Area of Prophetic Mosque</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/3/2/9/8/563298_41a041e1841.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="272.70" OriginalAmount="270.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47189596" Longitude="39.6063055" StarRating="4" HotelCode="356750|jewar_al_saqefah_hotel" HotelName="Jewar Al Saqefah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Umm Salmah Bent Abi Umiah Street, Central Area, Al Madinah 00966</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/05/f805ad21ca9ddfc89dcc02f8ffad290d5e517153.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="273.71" OriginalAmount="271.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46902438" Longitude="39.60405428" StarRating="1" HotelCode="615699|taba_alsalam_hotel" HotelName="Taba Al Salam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad bin Zaid al Korashy Street, Al Markazeya West, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/0d/470daea8c3ac4d803e2c84efe25cdb7d6f0e0ab0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="281.10" OriginalAmount="278.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|613309" HotelName="Saja Al Madinah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="281.22" OriginalAmount="278.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.468895" Longitude="39.604199" StarRating="3" HotelCode="|565667" HotelName="Taba Al Salam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Central Western,Almunakhih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/5/6/6/7/565667_75ef3282021.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="298.96" OriginalAmount="296.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48686113" Longitude="39.64810415" StarRating="0" HotelCode="777242|hafawah_suites" HotelName="Hafawah Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Road, Opposite Alrashid Mall, Medina 42319</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/13/7413dbe1c04033e3947f0c594cc73f068fb05d85.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="300.12" OriginalAmount="297.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.452486" Longitude="39.591589" StarRating="0" HotelCode="|470947" HotelName="The Seasons Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Branch Road 49</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/9/4/7/470947_4c32c011240.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="320.53" OriginalAmount="317.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.434601" Longitude="39.656897" StarRating="0" HotelCode="|470658" HotelName="Hasana Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Branch Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/6/5/8/470658_e5083921257.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="358.55" OriginalAmount="355.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|elaf_taiba_hotel_2" HotelName="Elaf Taiba Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="365.62" OriginalAmount="362.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|pullman_zamzam_madina_" HotelName="Hotel Pullman ZamZam Madinah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="375.72" OriginalAmount="372.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48827314" Longitude="39.61096136" StarRating="1" HotelCode="612903|ewan_dar_al_hejra_hotel" HotelName="Ewan Dar AL Hejra Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8144 King Fahd Road, Behind Awaji Mosque, Medina 42313</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/20/7720a03bbe2e9a3e4499a1173c8bc424e1d094ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="423.19" OriginalAmount="419.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|nozol_al_shakreen_hotel" HotelName="Nozol Al Shakreen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="427.23" OriginalAmount="423.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|anwar_al_madinah_moevenpick_hotel" HotelName="Mövenpick Anwar Al Madinah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="445.41" OriginalAmount="441.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47122151" Longitude="39.60930713" StarRating="3" HotelCode="416974|al_majeedi_arac_suites_" HotelName="Elaf Al Majeedi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Front Line Of Prophet Mosque, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/ce/fece671a2915605625b9071b207cd8f51ad1224d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most of the storeys are easily accessible by lift. A cash machine, a newspaper stand and a hairdress...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="460.56" OriginalAmount="456.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47271126" Longitude="39.61049887" StarRating="4" HotelCode="358709|royal_inn_" HotelName="Nozol Royal Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abi Obaida ibn Aljarrah Street, North Central Area, Madinah 99999</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/dd/dfdd224be95a057eabf7558aa127f83aab9063a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="461.86" OriginalAmount="457.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.484865" Longitude="39.682216" StarRating="0" HotelCode="|467200" HotelName="Flavor Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Prince Muqrin Ibn Abdulaziz</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/2/0/0/467200_1a7c3941758.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="471.59" OriginalAmount="466.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355" HotelName="Tulip Inn Al Dar Madinah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="474.57" OriginalAmount="469.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472759" Longitude="39.610839" StarRating="5" HotelCode="|556058" HotelName="MADEN-مادن" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/0/5/8/556058_a233f601518.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="485.81" OriginalAmount="481.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|royal_dyar_hotel" HotelName="Royal Dyar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="492.88" OriginalAmount="488.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47191172685" Longitude="39.613252208836" StarRating="5" HotelCode="98069|al_haram_hotel_by_al_rawda" HotelName="Al Haram Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 25739, Al-Madinah al-Munawwarah 41476</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/41/8d41f05b47356e1596e1f72eaf5ddabbf7ebaf62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="511.06" OriginalAmount="506" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1466322-32938583/8372900444308395037/80" HotelName="DIYAR AJWA, TAPESTRY COLLECTION BY HILTON" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121310000/121306700/121306618/w5757h3835x0y5-8e9276b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="519.08" OriginalAmount="513.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4677128" Longitude="39.60459341" StarRating="4" HotelCode="357072|589337" HotelName="Golden Tulip AL Mektan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f1c5203a3bfec0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="539.70" OriginalAmount="534.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300" HotelName="Millennium Al Aqeeq Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="542.51" OriginalAmount="537.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|1658548" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="546.41" OriginalAmount="541.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47348164" Longitude="39.61311597" StarRating="5" HotelCode="353519|al_eiman_royal_hotel" HotelName="Al Eiman Royal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area North, Al Madina, 20012 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/6f/1a6fabef202b86adb2fc6e6ffcec780c7178ee54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="556.51" OriginalAmount="551.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47110066" Longitude="39.60646085" StarRating="3" HotelCode="351666|mawaddah_al_safwa" HotelName="Mawaddah Al Safwa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/09/2026" HotelFacility="Air Conditioning,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Abdul Mohsen Bin Abdulaziz Street, Madinah 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/21/5021dd39020a5607443203e17f199b21ae9d5c5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.75" OriginalAmount="575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|holiday_villa_madinah_2" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="583.78" OriginalAmount="578.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|shaza_al_madina" HotelName="Shaza Al Madina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="594.89" OriginalAmount="589" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450425-32372448/8372900444308395037/52" HotelName="DOUBLETREE BY HILTON MADINAH GATE" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120310000/120302900/120302839/49f6de84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="609.03" OriginalAmount="603" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6533794" Longitude="-84.4470971" StarRating="5" HotelCode="0|305525-19576019/8372900444308395037/0" HotelName="PULLMAN ZAMZAM MADINA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1776 Harvard Avenue, College Park, GA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9100000/9093700/9093635/ae38d178_b.jpg</HotelPictures>
        <HotelDescription>Just minutes from the world's busiest airport, the Hotel Indigo® Atlanta Airport College Park hotel is nestled in an historic neighborhood with a thoughtful team ready to help you discover its charm. Our spacious guest rooms offer a chance to spread out
 after your journey, and our own Harvard &amp;amp;amp; Main restaurant serves specialties that couldnt be any more local. Ingredients come from our on-site herb garden. Similarly, our bar will spoil you with personal service and tasty cocktails. For meetings, we offer
 2800 square feet of available space, and for easy discovery of greater Atlanta, were also a quick walk to the citys train system, MARTA.
&lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 12:00&lt;br /&gt;Maximum child age: 19&lt;br /&gt; Hotel Indigo Atlanta Airport College Park welcomes your pets up to 75 Lbs to stay with us. Pets above 80 Lbs are not accepted. A non refundable fee for your pet of 25 dollar for the first night or 50 dollars for a multiple night stays is required.
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="642.88" OriginalAmount="636.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|1368483" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="662.55" OriginalAmount="655.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4720016" Longitude="39.6082188" StarRating="5" HotelCode="310367|52598546" HotelName="Arac Al Aqeeq" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Gift Shop,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>North Central Region, Musab Bin Omair Street, Al Madinah, Al Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/05/6a05a8da6612e74c9a6e0b3f41c75199ac3b3ee2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Medina, Al Aqeeq Palace Arac Hotel Madinah is minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="668.34" OriginalAmount="661.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4721477" Longitude="39.61198578" StarRating="4" HotelCode="352214|684476" HotelName="Dallah Taibah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Meeting Room,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zar Street, PO Box 6747, Madinah Al-Munawarah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/0d/1b0d5e12d9d7effc2b2c3b189d5466d913fce4b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Dallah Taibah Hotel in Medina, you'll be in a shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="746.39" OriginalAmount="739" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|56710-32431509/8372900444308395037/122" HotelName="NEW MADINAH HOTEL" Meals="ROOM ONLY,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/911500/911494/dcc50ed8_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="787.47" OriginalAmount="779.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|1341825" HotelName="Madinah Mövenpick Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="892.84" OriginalAmount="884.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47282562" Longitude="39.60682845" StarRating="4" HotelCode="351867|al_eiman_taibah" HotelName="Al Eiman Taibah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central North, Al Madinah 55555</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/e4/a6e4a7f0e1fd1a66379ccac29b36f70b092bf2c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of facilities and services to ensure a comfortable stay. Individual storeys...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1091.81" OriginalAmount="1081.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|dar_al_iman_intercontinental" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BREAKFAST-FOR-2" BedType="BREAKFAST-FOR-2" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1092.24" OriginalAmount="1081.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669" HotelName="Hilton Madinah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1122.11" OriginalAmount="1111" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80772-32393287/8372900444308395037/24" HotelName="MADINAH HILTON" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903600/903564/w3837h2789x3y3-6bedb427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1130.19" OriginalAmount="1119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|intercontinental_dar_al_hijra_madinah" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1142.40" OriginalAmount="1131.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|2391035" HotelName="Marriott Executive Apartments Madinah" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0f8617ce8709cd0e9c938559a95054e03fe6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1166.42" OriginalAmount="1154.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4711941" Longitude="39.6069708" StarRating="4" HotelCode="|62063" HotelName="Elaf Taiba" Meals="ALL-INCLUSIVE" BedType="ALL-INCLUSIVE" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>PO BOX 7540, MADINAH AL-MOUNAWARA, Madina SAUDI ARABIA, Saudi Arabia</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/6/2/0/6/3/62063_1e0c8391126.jpg</HotelPictures>
        <HotelDescription>HOTEL: The establishment offers a limousine service, a laundry service and a valet service. ROOM: The fully-equipped rooms, have an air-conditioning system, a direct line telephone, a satellite TV, a fridge and room service.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1257.37" OriginalAmount="1244.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|6388682" HotelName="The Oberoi, Madina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1257.94" OriginalAmount="1245.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1348.52" OriginalAmount="1335.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4887527" Longitude="39.5641065" StarRating="0" HotelCode="|178389" HotelName="Le Meridien Medina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road - Madinah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/9/178389_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1374.29" OriginalAmount="1360.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4653717" Longitude="39.6066073" StarRating="5" HotelCode="|160205" HotelName="Taiba Madinah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Omar Ibn Al Khattab Road, P.O. Box 5300, 41422</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/0/2/0/5/160205_d8d1b381716.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has comfortable facilities. SITUATION: This hotel is near the city centre, is 20 minutes away from the airport excellent transport links to the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1481.43" OriginalAmount="1466.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472002" Longitude="39.609925" StarRating="5" HotelCode="|552494" HotelName="Maden AlRawda" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, 20012</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/4/9/4/552494_3a22f481514.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1513.07" OriginalAmount="1498.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611" HotelName="Millennium Taiba Hotel Madina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1993.21" OriginalAmount="1973.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4714864" Longitude="39.6114743" StarRating="5" HotelCode="|178384" HotelName="Dar Al Taqwa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>City Center</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/4/178384_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2075.35" OriginalAmount="2054.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="3" HotelCode="835434|712570" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46336551" Longitude="39.60535684" StarRating="3" HotelCode="776997|629992" HotelName="Rawdah Al Mukhtara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ben Awaf Street, Northern Area Of Al 10, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629992/629992a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rawdaht Al.Mukhtara Hotel is a prestigious 2 Stars property that located in the hart of the Al.Madin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|629994" HotelName="Al Mukhtara Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7365.39" OriginalAmount="7292.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535" HotelName="Al Mukhtara Al Gharbi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service,Jacuzzi,24 Hour Front Desk,24 Hour Room Service,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Housekeeping,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Gift Shop,24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Currency Exchange,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Central Heating,Designated Smoking Area</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:d3dd9bb5-1b15-4f9d-8beb-7d078926a59f
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:09:10.5112424+01:00" Version="0" EchoToken="Search" TransactionIdentifier="9b46e005-2477-41fe-b842-0cf811dec9f6" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="224.48" OriginalAmount="222.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248|Bed &amp; Breakfast" HotelName="Al Mukhtara International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.40" OriginalAmount="225.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.488143" Longitude="39.616199" StarRating="0" HotelCode="|471533" HotelName="Zaha Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zur Al Ghafari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/3/3/471533_a451ea91956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|629988|Bed &amp; Breakfast" HotelName="Odst Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47329" Longitude="39.60898" StarRating="4" HotelCode="310083|629984|Bed &amp; Breakfast" HotelName="Zowar International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Central Area, P.O. 42311, Madina, Al Munnawarra?</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629984/629984a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="393.63" OriginalAmount="389.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|613309|Bed &amp; Breakfast" HotelName="Saja Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="436.14" OriginalAmount="431.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|35724|Bed &amp; Breakfast" HotelName="Madinah Mövenpick Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="441.29" OriginalAmount="436.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|008381" HotelName="Nusk Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="502.10" OriginalAmount="497.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Bed &amp; Breakfast" HotelName="Hotel Pullman ZamZam Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="509.83" OriginalAmount="504.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355|Bed &amp; Breakfast" HotelName="Tulip Inn Al Dar Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="565.68" OriginalAmount="560.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|2367525|Bed &amp; Breakfast" HotelName="Nozol Al Shakreen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="574.32" OriginalAmount="568.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Bed &amp; Breakfast" HotelName="Elaf Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.75" OriginalAmount="575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|holiday_villa_madinah_2" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="593.63" OriginalAmount="587.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4677128" Longitude="39.60459341" StarRating="4" HotelCode="357072|589337" HotelName="Golden Tulip AL Mektan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f1c5203a3bfec0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="604.99" OriginalAmount="599.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|al_muna_kareem_radisson_blu_hotel_al_madinah" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="609.03" OriginalAmount="603" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6533794" Longitude="-84.4470971" StarRating="5" HotelCode="0|305525-19576019/8372900444308395037/0" HotelName="PULLMAN ZAMZAM MADINA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1776 Harvard Avenue, College Park, GA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9100000/9093700/9093635/ae38d178_b.jpg</HotelPictures>
        <HotelDescription>Just minutes from the world's busiest airport, the Hotel Indigo® Atlanta Airport College Park hotel is nestled in an historic neighborhood with a thoughtful team ready to help you discover its charm. Our spacious guest rooms offer a chance to spread out
 after your journey, and our own Harvard &amp;amp;amp; Main restaurant serves specialties that couldnt be any more local. Ingredients come from our on-site herb garden. Similarly, our bar will spoil you with personal service and tasty cocktails. For meetings, we offer
 2800 square feet of available space, and for easy discovery of greater Atlanta, were also a quick walk to the citys train system, MARTA.
&lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 12:00&lt;br /&gt;Maximum child age: 19&lt;br /&gt; Hotel Indigo Atlanta Airport College Park welcomes your pets up to 75 Lbs to stay with us. Pets above 80 Lbs are not accepted. A non refundable fee for your pet of 25 dollar for the first night or 50 dollars for a multiple night stays is required.
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="635.26" OriginalAmount="628.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635|Bed &amp; Breakfast" HotelName="Royal Dyar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="636.30" OriginalAmount="630" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1466322-32938583/8372900444308395037/80" HotelName="DIYAR AJWA, TAPESTRY COLLECTION BY HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121310000/121306700/121306618/w5757h3835x0y5-8e9276b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="642.88" OriginalAmount="636.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|1368483|Bed &amp; Breakfast" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="656.00" OriginalAmount="649.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|CAS397300|Bed &amp; Breakfast" HotelName="Mövenpick Anwar Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="662.55" OriginalAmount="655.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4720016" Longitude="39.6082188" StarRating="5" HotelCode="310367|52598546|Bed &amp; Breakfast" HotelName="Arac Al Aqeeq" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Gift Shop,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>North Central Region, Musab Bin Omair Street, Al Madinah, Al Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/05/6a05a8da6612e74c9a6e0b3f41c75199ac3b3ee2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Medina, Al Aqeeq Palace Arac Hotel Madinah is minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="697.15" OriginalAmount="690.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47191172685" Longitude="39.613252208836" StarRating="5" HotelCode="98069|3509383|Bed &amp; Breakfast" HotelName="Al Haram Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 25739, Al-Madinah al-Munawwarah 41476</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/41/8d41f05b47356e1596e1f72eaf5ddabbf7ebaf62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="707.00" OriginalAmount="700" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450425-32372448/8372900444308395037/52" HotelName="DOUBLETREE BY HILTON MADINAH GATE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120310000/120302900/120302839/49f6de84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1130.19" OriginalAmount="1119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|intercontinental_dar_al_hijra_madinah" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1154.95" OriginalAmount="1143.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|321221|Bed &amp; Breakfast" HotelName="Shaza Al Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1204.93" OriginalAmount="1193.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|marriott_executive_apartments_madinah" HotelName="Marriott Executive Apartments Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0f8617ce8709cd0e9c938559a95054e03fe6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1258.85" OriginalAmount="1246.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|321559|Bed &amp; Breakfast" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1260.28" OriginalAmount="1247.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669|Bed &amp; Breakfast" HotelName="Hilton Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1287.69" OriginalAmount="1274.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300|Bed &amp; Breakfast" HotelName="Millennium Al Aqeeq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1294.82" OriginalAmount="1282" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80772-32393287/8372900444308395037/24" HotelName="MADINAH HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903600/903564/w3837h2789x3y3-6bedb427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1348.52" OriginalAmount="1335.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4887527" Longitude="39.5641065" StarRating="0" HotelCode="|178389" HotelName="Le Meridien Medina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road - Madinah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/9/178389_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1535.20" OriginalAmount="1520.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|royal_inn_al_rawda__dyar_international_previously" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1635.60" OriginalAmount="1619.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611|Bed &amp; Breakfast" HotelName="Millennium Taiba Hotel Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1993.21" OriginalAmount="1973.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4714864" Longitude="39.6114743" StarRating="5" HotelCode="|178384" HotelName="Dar Al Taqwa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>City Center</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/4/178384_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2004.98" OriginalAmount="1985.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|6388682|Bed &amp; Breakfast" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2251.29" OriginalAmount="2229.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|dar_al_taqwa_hotel" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="3" HotelCode="835434|712570|Bed &amp; Breakfast" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46336551" Longitude="39.60535684" StarRating="3" HotelCode="776997|629992|Bed &amp; Breakfast" HotelName="Rawdah Al Mukhtara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ben Awaf Street, Northern Area Of Al 10, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629992/629992a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rawdaht Al.Mukhtara Hotel is a prestigious 2 Stars property that located in the hart of the Al.Madin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|629994|Bed &amp; Breakfast" HotelName="Al Mukhtara Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7365.39" OriginalAmount="7292.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535|Bed &amp; Breakfast" HotelName="Al Mukhtara Al Gharbi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Fax,Internet,Lounge,Telephone Service,Restaurant,Room Service,Spa,Conference Hall,24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Laundry,Meeting Room,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Kitchen,Coffee Shop,Concierge,Dry Cleaning,Elevator,LCD/Projector,Luggage Storage,Jacuzzi,Gift Shop,Designated Smoking Area,Central Heating</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ab746491-782a-469c-888e-2ceb0675062d|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="ab746491-782a-469c-888e-2ceb0675062d">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="54074" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-10-04T00:00:00" End="2026-10-05T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@aitravel-kh.com" Password="Snanum@$" RequestedCurrency="GBP" ClientNationality="KH" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ab746491-782a-469c-888e-2ceb0675062d|InfiniteSearch|Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelSources.Infinite.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 97|Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ab746491-782a-469c-888e-2ceb0675062d|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ab746491-782a-469c-888e-2ceb0675062d|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:d3dd9bb5-1b15-4f9d-8beb-7d078926a59f
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ab746491-782a-469c-888e-2ceb0675062d|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ab746491-782a-469c-888e-2ceb0675062d|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ab746491-782a-469c-888e-2ceb0675062d|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ab746491-782a-469c-888e-2ceb0675062d|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ab746491-782a-469c-888e-2ceb0675062d|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="98617|CAS397300|Bed &amp; Breakfast" SourceId="1" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="in" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ab746491-782a-469c-888e-2ceb0675062d|RestelSearch|successfull supplier interation||Restel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6" TimeStamp="0001-01-01T00:00:00" HotelName="Mövenpick Anwar Al Madinah" HotelCode="98617|1520156" StarRating="5" GTCityId="71497" CountryCode="SA" CityName="Madinah" CountryName="Saudi Arabia" Address="Central Zone, Madinah, Munawara" PostCode="" PhoneNo="+96648181000" FaxNo="+96648182000" Email="hotel.anwar-al-madinah@movenpick.com" CheckInTime="17:00" CheckOutTime="12:00" Latitude="24.471403413525" Longitude="39.607810378075" SourceId="12" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Classic Quadruple room" RoomTypeCode="h-4bbec8fa-cd42-51c8-acb5-484c90f1f512|63|NDIzLjAwfEdCUHwyMDI2LTA4LTA2" OriginalAmount="423" TotalPrice="427.23" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 17.63-- city tax is included in the room rate.&lt;br/&gt;GBP 52.88-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|VIP room amenities|Smoke Detector|Locker|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="427.23" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: CLASSIC, MULTIPLE BEDS" RoomTypeCode="0|0|1160857945|1786007374081676B2129B43||yes|35714|16|NDI0Ljg5fEdCUHwyMDI2LTA4LTA2" OriginalAmount="425" TotalPrice="429.14" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Noise-free guestrooms cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, a security system, a first aid kit, and window guards&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of ALLSAFE (Accor Hotels)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the airport (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately SAR 65 to 150 for adults, and SAR 32.5 to 75 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: SAR 500 per vehicle&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Self parking fee: SAR 120 per day&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: SAR 100.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Only Muslims are allowed to enter the holy cities of Mecca and Medina. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Local laws may restrict unmarried guests from sharing rooms. Guests are responsible for providing proof of marriage, if requested by the property. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Reservations are required for massage services. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Children 12 years old and younger stay free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Alcohol is not served or permitted at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-out is available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 4 people: 148.53 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 4 people: 111.39 USD (This amount is included within the total price). NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="429.14" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: CLASSIC, 4 BEDS" RoomTypeCode="0|0|1134964505|1786007374095482B2119B0||yes|35714|16|NDM2LjE0fEdCUHwyMDI2LTA4LTA2" OriginalAmount="436" TotalPrice="440.50" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="440.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: QUADRUPLE CLASSIC" RoomTypeCode="3992463980-1-0|713992463980|4|0|12|NDUzLjY1fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="454" TotalPrice="458.19" Status="CheckRates" NonRefundable="false" FreeText="Non Refundable Rate" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast Service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Classic Room, Multiple Beds" RoomTypeCode="02095|74aa1cd1-9176-11f1-8857-61bf5990a587$gf-xCppmRkE6ibLceIQ8u1BJWxANDEc4pKm5yf_FAIrS-pvLtRnBDQ1YpM1LlR-3HOr8YvOQO2mTAUS-a5ALg6xk_xFOAZk6giT6OMQDscoNgvcIAdoqi0639ySjFI-kJOM9B5LeiefUuA5WYMcHSL0ZgSCS8r4UPvIW7pGa-q3MkXbB9t3_RiWW0wLYvoxj19v2HJAKXtmP_jHcXaodRLLJFQy3go2YCcMBYBRZUId8Ij37-1QqCIE1kY6kSW9I2Z3NfyBzbK6NmxqAOfo9hbJGCqsJWKdwpb4Ll252N10EcbdRl83Eps-w8UQj23r58XOattTin0zU0iFxGuExjA|523.80|98617|CAS397300|1|NTIzLjgwfEdCUHwyMDI2LTA5LTA5" OriginalAmount="524" TotalPrice="529.04" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-05T10:09:33.1622214+01:00" End="2026-09-18T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="529.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Quadruple room" RoomTypeCode="h-2507495e-75fb-569c-a0cb-cc566487fb49|63|NTQ0LjAwfEdCUHwyMDI2LTA4LTA2" OriginalAmount="544" TotalPrice="549.44" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 22.67-- city tax is included in the room rate.&lt;br/&gt;GBP 68.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|VIP room amenities|Smoke Detector|Locker|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="549.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, MULTIPLE BEDS" RoomTypeCode="0|0|1160620025|1786007374081676B2129B59||yes|35714|16|NTQ2LjI5fEdCUHwyMDI2LTA4LTA2" OriginalAmount="546" TotalPrice="551.75" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Noise-free guestrooms cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, a security system, a first aid kit, and window guards&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of ALLSAFE (Accor Hotels)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the airport (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately SAR 65 to 150 for adults, and SAR 32.5 to 75 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: SAR 500 per vehicle&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Self parking fee: SAR 120 per day&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: SAR 100.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Only Muslims are allowed to enter the holy cities of Mecca and Medina. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Local laws may restrict unmarried guests from sharing rooms. Guests are responsible for providing proof of marriage, if requested by the property. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Reservations are required for massage services. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Children 12 years old and younger stay free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Alcohol is not served or permitted at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-out is available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 4 people: 182.31 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 4 people: 143.22 USD (This amount is included within the total price). NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="551.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: CLASSIC 4 BEDS" RoomTypeCode="395305554-1-0|710395305554|4|0|12|NTUyLjk5fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="553" TotalPrice="558.52" Status="CheckRates" NonRefundable="false" FreeText="Non Refundable Rate" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: CLASSIC, QUADRUPLE" RoomTypeCode="0|0|1161030585|1786007374087536B2153B8||yes|35714|16|NTU3LjY4fEdCUHwyMDI2LTA4LTA2" OriginalAmount="558" TotalPrice="563.26" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="563.26" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, 4 BEDS" RoomTypeCode="0|0|1134900625|1786007374095482B2119B4||yes|35714|16|NTYwLjc0fEdCUHwyMDI2LTA4LTA2" OriginalAmount="561" TotalPrice="566.35" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="566.35" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: SUPERIOR 4 SINGLE BEDS TOWER VIEW" RoomTypeCode="1901523425-1-0|711901523425|4|0|12|NTgyLjg4fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="583" TotalPrice="588.71" Status="CheckRates" NonRefundable="false" FreeText="Non Refundable Rate" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior with Part Haram view Quadruple room" RoomTypeCode="h-2d0710cb-0359-5874-90de-c63977e5d782|63|NTg0LjAwfEdCUHwyMDI2LTA4LTA2" OriginalAmount="584" TotalPrice="589.84" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 24.33-- city tax is included in the room rate.&lt;br/&gt;GBP 73.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|VIP room amenities|Smoke Detector|Locker|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="589.84" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, MULTIPLE BEDS, PARTIAL HARAM VIEW" RoomTypeCode="0|0|1160620015|1786007374081676B2129B51||yes|35714|16|NTg2Ljc0fEdCUHwyMDI2LTA4LTA2" OriginalAmount="587" TotalPrice="592.61" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Noise-free guestrooms cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, a security system, a first aid kit, and window guards&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of ALLSAFE (Accor Hotels)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the airport (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately SAR 65 to 150 for adults, and SAR 32.5 to 75 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: SAR 500 per vehicle&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Self parking fee: SAR 120 per day&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: SAR 100.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Only Muslims are allowed to enter the holy cities of Mecca and Medina. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Local laws may restrict unmarried guests from sharing rooms. Guests are responsible for providing proof of marriage, if requested by the property. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Reservations are required for massage services. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Children 12 years old and younger stay free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Alcohol is not served or permitted at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-out is available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 4 people: 193.59 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 4 people: 153.78 USD (This amount is included within the total price). NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="592.61" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Classic Triple room (extra bed not included)" RoomTypeCode="h-666e1d92-4d93-5048-963a-51105a5946b1|63|NTkwLjAwfEdCUHwyMDI2LTA4LTA2" OriginalAmount="590" TotalPrice="595.90" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 24.58-- city tax is included in the room rate.&lt;br/&gt;GBP 73.75-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|VIP room amenities|Smoke Detector|Locker|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="595.90" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Classic 4 Beds" RoomTypeCode="20260915$20260918$W$273$322264$QUA.AS-1$ID_B2B_97$RO$APFLMRA1$1~4~0$$N@07~A-SIC~262346~1023582534~N~~~NOR~~DEA50C5BB8D9471178600733824906AAUK0015000900060825e2b3|8|NjkxLjk0fEVVUnwyMDI2LTA5LTA5" OriginalAmount="593" TotalPrice="599.06" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-09T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="593.13" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, 4 BEDS, PARTIAL HARAM VIEW" RoomTypeCode="0|0|1134906165|1786007374095482B2119B8||yes|35714|16|NjAyLjI2fEdCUHwyMDI2LTA4LTA2" OriginalAmount="602" TotalPrice="608.28" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="608.28" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: With Haram view Studio" RoomTypeCode="h-636e3aaf-8fd7-528a-962c-f19fcfa5926a|63|NjA1LjAwfEdCUHwyMDI2LTA4LTA2" OriginalAmount="605" TotalPrice="611.05" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 25.21-- city tax is included in the room rate.&lt;br/&gt;GBP 75.63-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|VIP room amenities|Smoke Detector|Locker|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="611.05" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STUDIO, 2 QUEEN BEDS, HARAM VIEW" RoomTypeCode="0|0|1443184795|1786007374081676B2129B27||yes|35714|16|NjA2Ljk5fEdCUHwyMDI2LTA4LTA2" OriginalAmount="607" TotalPrice="613.06" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Noise-free guestrooms cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, a security system, a first aid kit, and window guards&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of ALLSAFE (Accor Hotels)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the airport (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately SAR 65 to 150 for adults, and SAR 32.5 to 75 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: SAR 500 per vehicle&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Self parking fee: SAR 120 per day&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: SAR 100.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Only Muslims are allowed to enter the holy cities of Mecca and Medina. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Local laws may restrict unmarried guests from sharing rooms. Guests are responsible for providing proof of marriage, if requested by the property. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Reservations are required for massage services. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Children 12 years old and younger stay free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Alcohol is not served or permitted at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-out is available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 4 people: 200.91 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 4 people: 159.12 USD (This amount is included within the total price). NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="613.06" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Deluxe with Haram view Quadruple room" RoomTypeCode="h-23d6659c-a640-57b2-a460-14f4a922b6f0|63|NjI1LjAwfEdCUHwyMDI2LTA4LTA2" OriginalAmount="625" TotalPrice="631.25" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 26.04-- city tax is included in the room rate.&lt;br/&gt;GBP 78.13-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|VIP room amenities|Smoke Detector|Locker|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="631.25" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: SUPERIOR 4 BEDS PART HARAM VIEW" RoomTypeCode="1131568698-1-0|711131568698|4|0|12|NjI1Ljk2fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="626" TotalPrice="632.22" Status="CheckRates" NonRefundable="false" FreeText="Non Refundable Rate" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, MULTIPLE BEDS, HARAM VIEW" RoomTypeCode="0|0|1160620005|1786007374081676B2129B11||yes|35714|16|NjI3LjIyfEdCUHwyMDI2LTA4LTA2" OriginalAmount="627" TotalPrice="633.49" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Noise-free guestrooms cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, a security system, a first aid kit, and window guards&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of ALLSAFE (Accor Hotels)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the airport (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately SAR 65 to 150 for adults, and SAR 32.5 to 75 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: SAR 500 per vehicle&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Self parking fee: SAR 120 per day&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: SAR 100.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Only Muslims are allowed to enter the holy cities of Mecca and Medina. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Local laws may restrict unmarried guests from sharing rooms. Guests are responsible for providing proof of marriage, if requested by the property. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Reservations are required for massage services. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Children 12 years old and younger stay free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Alcohol is not served or permitted at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-out is available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 4 people: 204.84 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 4 people: 164.43 USD (This amount is included within the total price). NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="633.49" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No Breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Classic Quad" RoomTypeCode="02095|74aa1cd1-9176-11f1-8857-61bf5990a587$VDLJZkUNsvNJqyz_YQpbgVfIM8RBSbhBcdqtEMsiFk7UhBgDexhKbgweSMOkIIvOmPNj9PzYf33tbEVP7Cnu9kN1mokmcN8SrO47wxU5HltXwT9_NgDzMXPhaOLyUV5EWQh9VQEvLLKjLRsVJCiNuVCmkhJqgvOXHydfNZArHLs-8agwQoSko01bclmqvS2nUNPesYnEt_fnp_593EpKj92C1sxiArgqfL_fAivV-vsGajRG2MGVxVvWinvJJJpNWlq_kS6bRpqj3QS21UQxzZhVzHXGKmLlUx8Ubbc_46prl_Gy48Ae0ZoLl037febT8me_bqlMnXo|636.15|98617|CAS397300|1|NjM2LjE1fEdCUHwyMDI2LTA5LTA3" OriginalAmount="636" TotalPrice="642.51" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-07T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="642.51" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, 4 BEDS, HARAM VIEW" RoomTypeCode="0|0|1160669385|1786007374095482B2119B16||yes|35714|16|NjQzLjgxfEdCUHwyMDI2LTA4LTA2" OriginalAmount="644" TotalPrice="650.25" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="650.25" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: STUDIO 2 QUEEN BEDS HARAM VIEW" RoomTypeCode="358333216-1-0|710358333216|4|0|12|NjQ3LjA2fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="647" TotalPrice="653.53" Status="CheckRates" NonRefundable="false" FreeText="Non Refundable Rate" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: DELUXE 4 BEDS HARAM VIEW" RoomTypeCode="3559859420-1-0|713559859420|4|0|12|NjY5LjA0fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="669" TotalPrice="675.73" Status="CheckRates" NonRefundable="false" FreeText="Non Refundable Rate" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: SUPERIOR 4 SINGLE BEDS" RoomTypeCode="1117092001-1-0|711117092001|4|0|12|NzEwLjM2fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="710" TotalPrice="717.46" Status="CheckRates" NonRefundable="false" FreeText="Non Refundable Rate" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, QUADRUPLE" RoomTypeCode="0|0|1160959175|1786007374087536B2153B24||yes|35714|16|NzE3LjA0fEdCUHwyMDI2LTA4LTA2" OriginalAmount="717" TotalPrice="724.21" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="724.21" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast Service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Superior Room, Multiple Beds (Partial Haram View)" RoomTypeCode="02095|74aa1cd1-9176-11f1-8857-61bf5990a587$gf-xCppmRkFQlwpxgWPK-B--9U3X40XkRMqGSENnw7_sKwWtOjr6ulmCFNQDbwhGgfn0HbszPxCvCBPgz7efkD4U_CMeEIMglQ5NB4kJW6upEEkp6oTmCkraN03YbUrXM5Rn2tQmwuTZlsOT5DJ_QZaEljrS_AZHwB0g5R1_AjJZxq1cUifmMNZZtZG9LTyzJrEh1CFhXiw7386Y5sIgL2bZP4n_baiZtdeTCjwW-NZdUj5g5eyBhoiR6JmKbmQy56f-fdxKSo8FH91oKwwj39zG-GmaTJCmGh3GhEpDb_9jCMFp1Vz1oZHZ_nDN4TuoXUJwIPjX1gJGHh5MzSXDZA|733.35|98617|CAS397300|1|NzMzLjM1fEdCUHwyMDI2LTA5LTA5" OriginalAmount="733" TotalPrice="740.68" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-05T10:09:33.1672263+01:00" End="2026-09-18T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="740.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Superior 4 Single Beds" RoomTypeCode="20260915$20260918$W$273$322264$QUA.CV-SU$ID_B2B_97$RO$APFLMRA1$1~4~0$$N@07~A-SIC~243442~-2120627989~N~~~NOR~~DEA50C5BB8D9471178600733824906AAUK00150009000608235383|8|ODk5LjUzfEVVUnwyMDI2LTA5LTA5" OriginalAmount="771" TotalPrice="778.79" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-09T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="771.08" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, QUADRUPLE, PARTIAL HARAM VIEW" RoomTypeCode="0|0|1160939695|1786007374087536B2153B28||yes|35714|16|Nzc2LjE4fEdCUHwyMDI2LTA4LTA2" OriginalAmount="776" TotalPrice="783.94" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="783.94" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast Service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Studio Two Queen Room with Haram View" RoomTypeCode="02095|74aa1cd1-9176-11f1-8857-61bf5990a587$gf-xCppmRkG3wOC9gWu7CzQBwpOKczXtCpUgEFWhzOyFdR1IqI6b6NsqlHdehkEEC3G5Ou-BvYKnANLIUZs-nUx45Iwo_AUxwXEiljmOhvYNgvcIAdoqi0639ySjFI-kJOM9B5LeiefUuA5WYMcHSL0ZgSCS8r4UPvIW7pGa-q3MkXbB9t3_Rieogjvf_hgH19v2HJAKXtmP_jHcXaodRLLJFQy3go2YCcMBYBRZUId8Ij37-1QqCIE1kY6kSW9I2Z3NfyBzbK6NmxqAOfo9hbJGCqsJWKdwpb4Ll252N10EcbdRl83Eps-w8UQj23r58XOattTin0zU0iFxGuExjA|785.70|98617|CAS397300|1|Nzg1LjcwfEdCUHwyMDI2LTA5LTA5" OriginalAmount="786" TotalPrice="793.56" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-05T10:09:33.1672263+01:00" End="2026-09-18T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="793.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, 4 BEDS, TOWER VIEW" RoomTypeCode="0|0|1425543055|1786007375043045B2098B24||yes|35714|16|ODEyLjEwfEdCUHwyMDI2LTA4LTA2" OriginalAmount="812" TotalPrice="820.22" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="820.22" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Superior 4 Beds Part Haram View" RoomTypeCode="20260915$20260918$W$273$322264$QUA.SU-WV$ID_B2B_97$RO$APFLMRA1$1~4~0$$N@07~A-SIC~239496~-618526055~N~~~NOR~~DEA50C5BB8D9471178600733824906AAUK001500090006082483c8|8|OTY4LjcyfEVVUnwyMDI2LTA5LTA5" OriginalAmount="830" TotalPrice="838.69" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-09T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="830.39" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Deluxe 4 Beds Haram View" RoomTypeCode="20260915$20260918$W$273$322264$QUA.DX$ID_B2B_97$RO$APFLMRA1$1~4~0$$N@07~A-SIC~22f4ea~-1214796215~N~~~NOR~~DEA50C5BB8D9471178600733824906AAUK0015000900060825b40d|8|MTAzNy45MXxFVVJ8MjAyNi0wOS0wOQ==" OriginalAmount="890" TotalPrice="898.60" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-09T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="889.70" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Studio 2 Queen Beds Haram View" RoomTypeCode="20260915$20260918$W$273$322264$STU.2Q$ID_B2B_97$RO$APFLMRA1$1~4~0$$N@07~A-SIC~22f4ea~480085309~N~~~NOR~~DEA50C5BB8D9471178600733824906AAUK0015000900060825b40d|8|MTAzNy45MXxFVVJ8MjAyNi0wOS0wOQ==" OriginalAmount="890" TotalPrice="898.60" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-09T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="889.70" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, QUADRUPLE, HARAM VIEW" RoomTypeCode="0|0|1161065675|1786007374087536B2153B32||yes|35714|16|OTA1LjM2fEdCUHwyMDI2LTA4LTA2" OriginalAmount="905" TotalPrice="914.41" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="914.41" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STUDIO, 2 QUEEN BEDS, WITH VIEW" RoomTypeCode="0|0|1455546745|1786007374037674B2160B32||yes|35714|16|OTk1LjY2fEdCUHwyMDI2LTA4LTA2" OriginalAmount="996" TotalPrice="1005.62" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>ONLY MUSLIMS ARE ALLOWED TO ENTER THE HOLY CITIES OF MECCA AND MEDINA
Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;Municipality fee:180.00 SAR&amp;lt;BR /&amp;gt;VAT:567.00 SARCXL charges apply as follows: STARTING 05/08/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE. NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1005.62" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: 2 Bedrooms Executive Suite" RoomTypeCode="h-c67fb2ef-c503-5281-af20-f3942dcb2d7a|63|MTIzNS4wMHxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="1235" TotalPrice="1247.35" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 51.46-- city tax is included in the room rate.&lt;br/&gt;GBP 154.38-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|VIP room amenities|Smoke Detector|Locker|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1247.35" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 2 BEDROOMS, EXECUTIVE, SUITE" RoomTypeCode="0|0|1161018735|1786007374081676B2129B35||yes|35714|16|MTI0Ny40NXxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="1247" TotalPrice="1259.92" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Noise-free guestrooms cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, a security system, a first aid kit, and window guards&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of ALLSAFE (Accor Hotels)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the airport (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately SAR 65 to 150 for adults, and SAR 32.5 to 75 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: SAR 500 per vehicle&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Self parking fee: SAR 120 per day&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: SAR 100.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Only Muslims are allowed to enter the holy cities of Mecca and Medina. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Local laws may restrict unmarried guests from sharing rooms. Guests are responsible for providing proof of marriage, if requested by the property. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Reservations are required for massage services. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Children 12 years old and younger stay free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Alcohol is not served or permitted at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-out is available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 4 people: 377.60 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 4 people: 327.01 USD (This amount is included within the total price). NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1259.92" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 2 BEDROOMS, EXECUTIVE, SUITE, 2 KING BEDS" RoomTypeCode="0|0|1447494555|1786007374095482B2119B20||yes|35714|16|MTI4MC40NXxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="1280" TotalPrice="1293.25" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1293.25" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast Service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Executive Two-Bedroom Suite" RoomTypeCode="02095|74aa1cd1-9176-11f1-8857-61bf5990a587$gf-xCppmRkFRTTHxWy-lM1TCMpGrUGZ_hdCVMwDY0MfdQLUZxvoo1eK4KQbWRMuomUZqS-eekngsUdsX_g8l1T4U_CMeEIMgGhJu_QP7FWmB0XdPx2WD77EQBjfwqV5WIJjinz-aJG1-WA-6RYoTjEOHqf3ays8YCMg_OPr7icxk_FW8UYv3d7zhPwQAZ1f4WWUeIvvrfyI7386Y5sIgL2bZP4n_baiZtdeTCjwW-NZdUj5g5eyBhoiR6JmKbmQy56f-fdxKSo8FH91oKwwj39zG-GmaTJCmGh3GhEpDb_9jCMFp1Vz1oZHZ_nDN4TuoXUJwIPjX1gJGHh5MzSXDZA|1588.54|98617|CAS397300|1|MTU4OC41NHxHQlB8MjAyNi0wOS0wOQ==" OriginalAmount="1589" TotalPrice="1604.43" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-05T10:09:33.1672263+01:00" End="2026-09-18T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1604.43" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 3 BEDROOMS, AMBASSADOR, SUITE" RoomTypeCode="0|0|1322403375|1786007374081676B2129B67||yes|35714|16|MTYwMC4xMnxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="1600" TotalPrice="1616.12" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Noise-free guestrooms cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, a security system, a first aid kit, and window guards&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of ALLSAFE (Accor Hotels)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the airport (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately SAR 65 to 150 for adults, and SAR 32.5 to 75 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: SAR 500 per vehicle&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Self parking fee: SAR 120 per day&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: SAR 100.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Only Muslims are allowed to enter the holy cities of Mecca and Medina. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Local laws may restrict unmarried guests from sharing rooms. Guests are responsible for providing proof of marriage, if requested by the property. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Reservations are required for massage services. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Children 12 years old and younger stay free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Alcohol is not served or permitted at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-out is available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 4 people: 477.51 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 4 people: 419.46 USD (This amount is included within the total price). NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1616.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 3 BEDROOMS, AMBASSADOR, SUITE, DOUBLE BED" RoomTypeCode="0|0|1322419115|1786007374095482B2119B24||yes|35714|16|MTY0Mi40NHxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="1642" TotalPrice="1658.86" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1658.86" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: 3 Bedrooms Ambassador Suite" RoomTypeCode="h-81836b32-d102-5bbc-a994-2e9771eede3d|63|MTY5OC4wMHxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="1698" TotalPrice="1714.98" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 70.75-- city tax is included in the room rate.&lt;br/&gt;GBP 212.25-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|VIP room amenities|Smoke Detector|Locker|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1714.98" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Executive Suite 2 Bedrooms" RoomTypeCode="20260915$20260918$W$273$322264$SUI.B2-EJ$ID_B2B_97$RO$APFLMRA1$1~4~0$$N@07~A-SIC~2349d6~793216207~N~~~NOR~~DEA50C5BB8D9471178600733824906AAUK0015000900060820d81d|8|MjA3Ny4xM3xFVVJ8MjAyNi0wOS0wOQ==" OriginalAmount="1781" TotalPrice="1798.33" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-09T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1780.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: EXECUTIVE, SUITE" RoomTypeCode="0|0|1161756495|1786007375043045B2098B32||yes|35714|16|MTgzNS45NHxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="1836" TotalPrice="1854.30" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1854.30" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast Service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Three-Bedroom Ambassador Suite" RoomTypeCode="02095|74aa1cd1-9176-11f1-8857-61bf5990a587$gf-xCppmRkHuRsA_9DEk10mJwPq_-BdwwWAPPV7nifBkfzHTsRIvW5WaOsVgC-B94243nsjvALnvfWh36IODc0x45Iwo_AUx_0VfQKyjRSSB0XdPx2WD77EQBjfwqV5WIJjinz-aJG1-WA-6RYoTjEOHqf3ays8YCMg_OPr7icxk_FW8UYv3d4OBRt5t168VJrEh1CFhXiw7386Y5sIgL2bZP4n_baiZtdeTCjwW-NZdUj5g5eyBhoiR6JmKbmQy56f-fdxKSo8FH91oKwwj39zG-GmaTJCmGh3GhEpDb_9jCMFp1Vz1oZHZ_nDN4TuoXUJwIPjX1gJGHh5MzSXDZA|2071.25|98617|CAS397300|1|MjA3MS4yNXxHQlB8MjAyNi0wOS0wOQ==" OriginalAmount="2071" TotalPrice="2091.96" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-05T10:09:33.1672263+01:00" End="2026-09-18T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2091.96" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: AMBASSADOR, SUITE" RoomTypeCode="0|0|1160596265|1786007374051850B2095B24||yes|35714|16|MjE0NC4yNHxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="2144" TotalPrice="2165.68" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2165.68" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 3 BEDROOMS, PRESIDENTIAL, SUITE" RoomTypeCode="0|0|1322413825|1786007374081676B2129B19||yes|35714|16|MjUyMi42OXxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="2523" TotalPrice="2547.92" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Noise-free guestrooms cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, a security system, a first aid kit, and window guards&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of ALLSAFE (Accor Hotels)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the airport (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately SAR 65 to 150 for adults, and SAR 32.5 to 75 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: SAR 500 per vehicle&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Self parking fee: SAR 120 per day&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: SAR 100.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Only Muslims are allowed to enter the holy cities of Mecca and Medina. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Local laws may restrict unmarried guests from sharing rooms. Guests are responsible for providing proof of marriage, if requested by the property. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Reservations are required for massage services. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Children 12 years old and younger stay free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Alcohol is not served or permitted at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-out is available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 4 people: 732.80 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 4 people: 661.29 USD (This amount is included within the total price). NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2547.92" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 3 BEDROOMS, PRESIDENTIAL, SUITE, DOUBLE BED" RoomTypeCode="0|0|1322419105|1786007374095482B2119B32||yes|35714|16|MjU4OS40MHxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="2589" TotalPrice="2615.29" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2615.29" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: 3 Bedrooms Presidential Suite" RoomTypeCode="h-b3a03f5a-899c-5887-a1f5-94ff04ab9fb1|63|MjY3Ny4wMHxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="2677" TotalPrice="2703.77" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 111.54-- city tax is included in the room rate.&lt;br/&gt;GBP 334.63-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|VIP room amenities|Smoke Detector|Locker|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2703.77" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast Service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Three-Bedroom Presidential Suite" RoomTypeCode="02095|74aa1cd1-9176-11f1-8857-61bf5990a587$gf-xCppmRkG6K86UEWLuZ8CpNfstQoz0dJxwkvK_R0DuoGqejq2v-hUevXcANJfDOKb-AMLc_MCOiSC84JUCdkx45Iwo_AUxJ0K9FLWJwJ6B0XdPx2WD77EQBjfwqV5WIJjinz-aJG1-WA-6RYoTjEOHqf3ays8YCMg_OPr7icxk_FW8UYv3d4fF5BCx4CYVJrEh1CFhXiw7386Y5sIgL2bZP4n_baiZtdeTCjwW-NZdUj5g5eyBhoiR6JmKbmQy56f-fdxKSo8FH91oKwwj39zG-GmaTJCmGh3GhEpDb_9jCMFp1Vz1oZHZ_nDN4TuoXUJwIPjX1gJGHh5MzSXDZA|3239.25|98617|CAS397300|1|MzIzOS4yNXxHQlB8MjAyNi0wOS0wOQ==" OriginalAmount="3239" TotalPrice="3271.64" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-05T10:09:33.1682274+01:00" End="2026-09-18T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3271.64" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: PRESIDENTIAL, SUITE" RoomTypeCode="0|0|1160596255|1786007374051850B2095B28||yes|35714|16|MzM4MC41MnxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="3381" TotalPrice="3414.33" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3414.33" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 3 BEDROOMS, PRESIDENTIAL, SUITE, HARAM VIEW" RoomTypeCode="0|0|1322476075|1786007374037674B2160B52||yes|35714|16|NDEzMS4xM3xHQlB8MjAyNi0wOC0wNg==" OriginalAmount="4131" TotalPrice="4172.44" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>ONLY MUSLIMS ARE ALLOWED TO ENTER THE HOLY CITIES OF MECCA AND MEDINA
Amendments are not allowed (except name changes), booking has to be cancelled and rebooked. &amp;lt;BR /&amp;gt;Extra Charges:&amp;lt;BR /&amp;gt;Included:&amp;lt;BR /&amp;gt;Municipality fee:748.09 SAR&amp;lt;BR /&amp;gt;VAT:2356.47 SARCXL charges apply as follows: STARTING 05/08/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE. NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="4172.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 4 BEDROOMS, ROYAL, SUITE" RoomTypeCode="0|1331|1318509835|1786007374081676B2129B3||yes|35714|16|NTE0NS45NHxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="5146" TotalPrice="5197.40" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Noise-free guestrooms cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, a security system, a first aid kit, and window guards&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of ALLSAFE (Accor Hotels)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the airport (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately SAR 65 to 150 for adults, and SAR 32.5 to 75 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: SAR 500 per vehicle&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Self parking fee: SAR 120 per day&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: SAR 100.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Only Muslims are allowed to enter the holy cities of Mecca and Medina. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Local laws may restrict unmarried guests from sharing rooms. Guests are responsible for providing proof of marriage, if requested by the property. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Reservations are required for massage services. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Children 12 years old and younger stay free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Alcohol is not served or permitted at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-out is available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 4 people: 1286.34 USD (This amount is included within the total price). NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="5197.40" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: 4 BEDROOMS, ROYAL, SUITE, DOUBLE BED" RoomTypeCode="0|1331|1316475125|1786007374095482B2119B40||yes|35714|16|NTI4MC4yOXxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="5280" TotalPrice="5333.09" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="5333.09" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: 4 Bedrooms Royal Suite" RoomTypeCode="h-c61e4e42-ae3b-59a7-a077-d209d43ae2a4|63|NTQ1OS4wMHxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="5459" TotalPrice="5513.59" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 227.46-- city tax is included in the room rate.&lt;br/&gt;GBP 682.38-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|VIP room amenities|Smoke Detector|Locker|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="5513.59" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 4 BEDROOMS, ROYAL, SUITE" RoomTypeCode="0|0|1318509835|1786007374081676B2129B5||no|35714|16|NTk1Ni44N3xHQlB8MjAyNi0wOS0xNA==" OriginalAmount="5957" TotalPrice="6016.44" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/09/2026"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Noise-free guestrooms cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, a security system, a first aid kit, and window guards&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of ALLSAFE (Accor Hotels)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property offers transfers from the airport (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately SAR 65 to 150 for adults, and SAR 32.5 to 75 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: SAR 500 per vehicle&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Self parking fee: SAR 120 per day&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: SAR 100.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Only Muslims are allowed to enter the holy cities of Mecca and Medina. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Local laws may restrict unmarried guests from sharing rooms. Guests are responsible for providing proof of marriage, if requested by the property. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Reservations are required for massage services. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Children 12 years old and younger stay free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Alcohol is not served or permitted at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-out is available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 4 people: 1561.54 USD (This amount is included within the total price). Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-10T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="6016.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 4 BEDROOMS, ROYAL, SUITE, DOUBLE BED" RoomTypeCode="0|0|1316475125|1786007374095482B2119B38||no|35714|16|NjExNC4zOXxHQlB8MjAyNi0wOS0xMg==" OriginalAmount="6114" TotalPrice="6175.53" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/09/2026"><AdditionalDetails>Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-08T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="6175.53" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: 4 Bedrooms Royal Suite" RoomTypeCode="h-07ec737e-8cff-5939-bda4-0d50abd63e0d|63|NjMyMS4wMHxHQlB8MjAyNi0wOS0xNA==" OriginalAmount="6321" TotalPrice="6384.21" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/09/2026"><AdditionalDetails>GBP 263.38-- city tax is included in the room rate.&lt;br/&gt;GBP 790.13-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|Family room|VIP room amenities|Smoke Detector|Locker|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-10T00:00:00" End="2026-09-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="6384.21" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROYAL, SUITE" RoomTypeCode="0|0|1161258015|1786007374087536B2153B46||yes|35714|16|Njg5Ny45NHxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="6898" TotalPrice="6966.92" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="6966.92" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: SUITE, DOUBLE BED" RoomTypeCode="0|1331|1550084865|1786007375043045B2098B60||yes|35714|16|NzYxMi4wOXxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="7612" TotalPrice="7688.21" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="7688.21" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUITE, DOUBLE BED" RoomTypeCode="0|0|1550084865|1786007375043045B2098B59||no|35714|16|ODg2OC41MXxHQlB8MjAyNi0wOS0xNA==" OriginalAmount="8869" TotalPrice="8957.20" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/09/2026"><AdditionalDetails>Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" 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|Hairdryer|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|TV|Tea/coffee maker</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-10T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="8957.20" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/11/9f/119fc9018d8ccd55d8710b34a4fcdd126b8f92b0.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a2/76/a2766d3c008f85efaf4e3409c9e4b0b386218ae2.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/0f/8b/0f8b3d892fdb998c83e85eb5af104ff0a7904b87.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/55/8e/558eac50ede4d0d6eb1756e3ef1f07abc378e3d6.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/85/91/859150d7cdba7a24371098240b4f0e5bd060fd66.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/e0/72/e072cff47774749c602f3728e95aebcd0d869856.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/58/91/5891bc6f9d1e7df9706dcc18b7edb1876a8cfc1d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/a6/75/a675fa858cda5e675ad3083868f09c35987b63fc.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/a0/d0/a0d01748d64d4735f80b4ade363c22b14ad5abd9.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ac/0d/ac0d962b685e0807efa3c683b6040a8e84dde7e4.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/a8/be/a8be3e61bcaf5dec203fce6f1daaa026b22b3f32.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/25/9e/259ef9d9caa3144656b4dd6f63ef29a47b1d2e87.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b4/83/b483b433a6af55009ceaf5cf99290721591edc14.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/34/be/34be5a354fc5b21e9fe8de83d77d70d803ea3da3.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/31/95/3195d68d4ce705b8e754a8f3f6507ab38004cdf7.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d3/8e/d38e799a7d153e486cfb85707751e37c31462cfe.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/5c/ef/5cefac5f93529a631b2c9e1a795e6fb11fe782fe.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/92/1d/921d5dfa4f889d771d280f4a316089490b1ee572.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d3/a5/d3a5abb356b947a603d4e9dd5fd254df981a6cf3.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/30/45/30453b0907ab047f8a94f76888b9d5ffc3d60501.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/33/90/33900b62e14b06565a19000fe8a38ee7ccffd084.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/39/33/39339e3d2fc471591f40b9ca427e3300c66512eb.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/68/bb/68bbecad35130241932ce2954a228cd53eb923a7.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/50/d6/50d69e0053401ff696403b4ffdf48aa6c2abff1e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/84/8f/848f919ffe260204293ccefd73b54ee1a7436e94.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/2f/40/2f40b7227df6c3575ae0715455e81f9d71e3462f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/42/a4/42a49ac9e5836d49faaa6706e6a2672d8523bc64.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/50/88/50887eafcd3c609746b1569f62192d4f8b1b6d95.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/19/93/1993e1ec12c231fdf238f48a4fc19a11b0ffa9d4.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d9/a4/d9a407dc75983adfb8cbbc3480dc340d5f0f8d2b.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/3c/10/3c102e481ddb3e1f2cae51ce56b8b910dc5509c6.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/fe/f2/fef20e60e5478cdac33a3cb8cc2ce40793360b43.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/f3/f9/f3f9af343fc9dddd66761e0d3459dda347578e52.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/38/b0/38b039679f86456c72dfa82193f0911212666f0c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/4f/76/4f76e5f542ce3208dafb76ce4186cd3e42b9d4cf.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/92/6a/926a571f557887d4f775ffd4c57b09facf32ead2.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e2/97/e2979ad85d1b5d86b8f1ee9b5cf778700124bd24.jpeg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel is located in the centre of Madinah.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;1295 rooms are available to guests at this hotel, which includes a lift and a 24-hour reception desk. To ensure guests a comfortable and relaxing stay, the hotel provides various services and facilities, including a safe, a newspaper stand, a transfer service, 24-hour room service and a business centre. Wireless internet access allows guests to stay connected while on holiday. The hotel has wheelchair-accessible facilities. Souvenirs can be purchased at the gift shop. Guests arriving by car can park their vehicles in the car park.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Rooms feature a living area, a kitchen and a bathroom, and air conditioning ensures just the right temperature. Separate bedrooms can be booked. A safe and a minibar are also available. A refrigerator and a tea/coffee station are standard features. Equipped with a telephone, a flatscreen television and WiFi, the rooms provide many ways for guests to stay connected and entertained. Guests will also find slippers in their rooms. A hairdryer and bathrobes are available in the bathrooms, which are equipped with a shower and a whirlpool bath. The hotel has family rooms and 150 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;It is possible to order breakfast.&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;Meals may be limited during Ramadan.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Couples checking into the same room must present a valid marriage certificate upon check-in. Otherwise, the property may reject the booking or request that a second room be booked.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;**Know Before You Go**
&lt;br /&gt;
&lt;br /&gt;Check-in is carried out till midnight.
&lt;br /&gt;
&lt;br /&gt;Only Muslims are allowed to enter the holy cities of Mecca and Medina. Couples checking into the same room must present a valid marriage certificate upon check-in. Otherwise, the property may reject the booking or request that a second room be booked.
&lt;br /&gt;
&lt;br /&gt;Local laws may restrict unmarried guests from sharing rooms. Guests are responsible for providing proof of marriage, if requested by the property.
&lt;br /&gt;
&lt;br /&gt;This property offers transfers from the airport (surcharges may apply). Guests must contact the property with arrival details before travel, using the contact information on the booking confirmation.
&lt;br /&gt;
&lt;br /&gt;Children 12 years old and younger stay free when occupying the parent or guardian&amp;#39;s room, using existing bedding.
&lt;br /&gt;
&lt;br /&gt;No pets and no service animals are allowed at this property.
&lt;br /&gt;
&lt;br /&gt;Alcohol is not served or permitted at this property.
&lt;br /&gt;
&lt;br /&gt;**Fees**
&lt;br /&gt;
&lt;br /&gt;The following fees and deposits are charged by the property at time of service, check-in, or check-out.
&lt;br /&gt;
&lt;br /&gt;Breakfast fee: between SAR 65.00 and SAR 150.00 for adults, SAR 32.50 and SAR 75.00 for children (approximately)
&lt;br /&gt;
&lt;br /&gt;Airport shuttle fee: SAR 500.00 per vehicle
&lt;br /&gt;
&lt;br /&gt;Self parking fee: SAR 120.00 per night
&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>966-4-8182000</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>966-4-8181000</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>1295</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour reception</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lifts</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Newspaper kiosk</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>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast Buffet</Description><Value>true</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ab746491-782a-469c-888e-2ceb0675062d|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:09:26.9328708+01:00" Version="0" EchoToken="Search" TransactionIdentifier="ab746491-782a-469c-888e-2ceb0675062d" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="27" TotalAmount="37.37" OriginalAmount="37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48368199" Longitude="9.14062682" StarRating="0" HotelCode="447818|287684" HotelName="Ostello Aig Piero Rotta" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Martino Bassi 2, San Siro, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/aa/02aa5d3f43de77e3eae679c6a8102ccbb67710e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="37.37" OriginalAmount="37.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.51975" Longitude="9.19262" StarRating="0" HotelCode="955972|hotel_ornato" HotelName="Ornato Dependance" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Ornato 64, 20162 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/de/13deab9d8949da58cffed9dd3e98a0e702eb98de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="39.39" OriginalAmount="39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.52002434874" Longitude="9.1923728585243" StarRating="3" HotelCode="371240|11322" HotelName="Hotel Ornato" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Ornato 64, 20162 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/39/395335/MIQhHF2H_1131b3a54d74684426c5e97ed640ce6a.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located about 1.6 km from the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="41.41" OriginalAmount="41" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5072-28524950/1932279108143858485/3484" HotelName="ORNATO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1070000/1065100/1065040/9a9afd7e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="41.41" OriginalAmount="41.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.506478485055" Longitude="9.1962942481041" StarRating="4" HotelCode="395910|novotel_milano_nord_ca_granda" HotelName="Novotel Milano Nord Ca Granda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Suzzani 13, 20162 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a3/b3/a3b3e51a8cd5442a9fcdde8f975e670b16523cf8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the north of the city, just 3 km from the central railway station. The neare...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="42.42" OriginalAmount="42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.506509948844" Longitude="9.1965488578904" StarRating="3" HotelCode="31171|54174" HotelName="Albergo ibis Milano Ca Granda" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Suzzani 13/15, 20162 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/49809/a_49809_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the north of Milan near the motorways taking visitors straight to the Northern It...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="45.45" OriginalAmount="45" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5104-25190160/1932279108143858485/10385" HotelName="A&amp;amp;O HOSTEL MILANO CA GRANDA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/11500/11430/988b3479_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="50.50" OriginalAmount="50" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|310385-28462111/1932279108143858485/489" HotelName="MERCURIO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2690000/2685700/2685665/f1e757c8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="53.53" OriginalAmount="53" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|916153-28448606/1932279108143858485/2971" HotelName="HOTEL GAMBARA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/916153/2021121514049346.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="54.54" OriginalAmount="54" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1464890-32918358/1932279108143858485/10320" HotelName="CASA DA SUITE FRASCHINI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103980000/103973000/103972965/08ce4224_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="54.54" OriginalAmount="54.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.493228315328" Longitude="9.183854162693" StarRating="3" HotelCode="192213|residence_lepontina" HotelName="Residence Lepontina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Via Lepontina 8, Milano 20159</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/67/026732b21ed9c9b67c951698f59f2243bd684e4d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="55.55" OriginalAmount="55.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464574656311" Longitude="9.1396425934227" StarRating="1" HotelCode="147924|hostel_emmy" HotelName="Gambara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Fra' Galgario 4, 20146 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/bf/b5bf4ab55c2f8822a21828a264db7cf9a7348600.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.5356021" Longitude="9.1971228" StarRating="4" HotelCode="162602|ora_city_milano" HotelName="Neo Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via XXV Aprile 49/51, 20091 Bresso, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/86/c1862b2330077a2c86e63709f25f0dddaed0f277.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bresso, opposite the Aero Club and near to Parco Nord. It lies 500 m from l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.58" OriginalAmount="58.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.50400465493" Longitude="9.1055577993393" StarRating="2" HotelCode="192204|hotel_bonola" HotelName="Bonola" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Torrazza 15, 20151 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/66/e966316c4f288d7445fe187376572546ef8487d7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.58" OriginalAmount="58.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48576691" Longitude="9.21419116" StarRating="3" HotelCode="447913|central_hostel_milano_2" HotelName="Central Hostel Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Andrea Doria 44, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/f4/eef4f70e94bccb8603e1d8e0a48330fc3b585e4b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="59.59" OriginalAmount="59" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|185796-25371099/1932279108143858485/11657" HotelName="NEO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3610000/3607300/3607260/80ff9cca_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="59.59" OriginalAmount="59.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.639122" Longitude="9.365195" StarRating="3" HotelCode="159572|polo" HotelName="Polo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Designated Smoking Area,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Donizetti 1, 20040 Usmate Velate</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/0e/210eda1b0535c2fb9cd473de963a48d8a87da721.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3 star hotel is located in the suburbs of Usmate and was established in 1975. It is 25.0 Km fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="60.60" OriginalAmount="60" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1462577-32843676/1932279108143858485/11788" HotelName="BREDA SUITES HOTEL MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/128000000/127800000/127792900/127792801/8fd541be_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.502483834583" Longitude="9.17629301548" StarRating="1" HotelCode="192211|hostel_3" HotelName="Hostel 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Designated Smoking Area,Internet,Luggage Storage,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via Ignazio Ciaia 5, 20158 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/a2/e7a23b56b4128f28a9e67bff188e3ddcaadbdc70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hostel 3 in Milan (Bovisa), you'll be close to Nigu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="60.60" OriginalAmount="60.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48226244" Longitude="9.23986498" StarRating="3" HotelCode="484779|mio_hostel" HotelName="Mio Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale delle Rimembranze di Lambrate 14, 20134 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b3/2b/b32bfbf596b4b9201168914314f3858622f3d071.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="61.61" OriginalAmount="61.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.44366601" Longitude="9.21641107" StarRating="1" HotelCode="351041|hotel_del_sud" HotelName="Hotel Del Sud" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Power Supply,Bar">
        <Address>
          <AddressLines>
            <AddressLine>Corso Lodi 74, 20139 Milano, Lombardei</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/da/58da94bfe227a2c02c0de2270f28c3e4cbefd4bb.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in front of the Brenta Station (underground line 3), and the Duomo cathedral i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="62.62" OriginalAmount="62" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|146401-28562633/1932279108143858485/1154" HotelName="RIPAMONTI RESIDENCE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2020000/2018400/2018315/9063d76d_edited_5e52_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="62.62" OriginalAmount="62.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.499755090398" Longitude="9.1994471848011" StarRating="2" HotelCode="192171|bb_music" HotelName="Music Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>Via Alfredo Comandini 16?, 20125 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/8d/d78d0b83356da39114dc69742b62056bcdccf0bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.63" OriginalAmount="63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.471731758313" Longitude="9.0772547619018" StarRating="4" HotelCode="99147|20075" HotelName="Idea Hotel Milano San Siro" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaetano Airaghi 125, 20153 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/82/d9823417dfaefed13d55f32f8542004982e1a870.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically situated near the San Siro-Fiera exit on the Tangenziale Ovest (western r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="63.63" OriginalAmount="63.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.473694234503" Longitude="9.1467310488224" StarRating="1" HotelCode="192202|hotel_amendola_fiera" HotelName="Amendola Fiera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Filippo Carcano 39, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/76/f176eafd27d53cb3494791ff780432c8d3151bf3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="64.64" OriginalAmount="64" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|877823-28543102/1932279108143858485/2556" HotelName="2C" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/877823/2020103011430451.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="64.64" OriginalAmount="64" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|916449-28448636/1932279108143858485/5017" HotelName="OSTELLOLINDA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/27000000/26450000/26448700/26448609/5c591fc1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484912" Longitude="9.221278" StarRating="2" HotelCode="902131|sabatino" HotelName="Sabatino Milan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Lulli 6, 20131 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/4e/9d4e77fdfc94722244198d69da39131ee8738ce4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="65.65" OriginalAmount="65.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.495027" Longitude="9.141701" StarRating="4" HotelCode="335608|hotel_raffaello_2" HotelName="Raffaello" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Certosa 108, 20156 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a3/4c/a34c73b0972474d8abf2b0d1a2a9d62434af4455.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="65.83" OriginalAmount="65.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.462085" Longitude="9.140799" StarRating="3" HotelCode="268053|690222" HotelName="Residence Desenzano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Coffee Shop,Concierge,Currency Exchange,Dry Cleaning,Elevator,Internet,Laundry,Library,Luggage Storage,Parking,Pets allowed,Shopping Arcade,Vending Machine">
        <Address>
          <AddressLines>
            <AddressLine>Via Desenzano 12, 20146 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/9c/019ce3008385eda40b8c2c196a0649d4d2d1d0be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The apartment building consists of 6 floors with a total of 60 studio apartment. Facilities include ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="66.66" OriginalAmount="66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48470803" Longitude="9.23267046" StarRating="3" HotelCode="386301|201243" HotelName="Milan Hostel Colours" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Desiderio 24, 20131 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f5/5b/f55b383ef7eb8be890e6a6bfd061358f5afb5c1e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="66.66" OriginalAmount="66" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|338513-25529296/1932279108143858485/10051" HotelName="FORUM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11110000/11107400/11107315/b65aacc4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="66.66" OriginalAmount="66" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1192330-26518234/1932279108143858485/10302" HotelName="HOTEL AMENDOLA FIERA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2690000/2689500/2689473/ab6d1fcd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="67.67" OriginalAmount="67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="19.52515983581543" Longitude="-96.90384674072266" StarRating="3" HotelCode="0|234107-28454836/1932279108143858485/2520" HotelName="LUGANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Av. 20 de Noviembre Oriente 522, XALAPA, MEXICO,91060</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1160000/1152200/1152105/da291bcd_z.jpg</HotelPictures>
        <HotelDescription>Discover the beautiful city of Xalapa when you stay at Hotel Central. With an unbeatable location, it provides comfortable lodging and friendly and attentive service. Whether you're in town for business or on vacation, Hotel Central offers spacious and convenient accommodations for a pleasant and productive stay.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="67.67" OriginalAmount="67" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1221328-26565771/1932279108143858485/10327" HotelName="HOSTEL COLOURS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6900000/6890300/6890209/1f9d1d2b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.468846" Longitude="9.226074" StarRating="3" HotelCode="117276|hotel_mayorca" HotelName="Hotel Mayorca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Andrea Pellizzone 12, 20133 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f5/89/f589536ff0e49a037c78b395b6d8fdf313ecd7ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="68.68" OriginalAmount="68.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.525931775735" Longitude="9.2149834024467" StarRating="4" HotelCode="302459|hotel_degli_arcimboldi" HotelName="Degli Arcimboldi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Sarca 336, 20126 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/2d/272d6450973ff5efd824e1b99d0d4e5b627f0fcd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="69.69" OriginalAmount="69" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|185787-19499431/1932279108143858485/6843" HotelName="MAYORCA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1550000/1543100/1543030/4ab7cb34_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="69.69" OriginalAmount="69.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46922371" Longitude="9.22181866" StarRating="2" HotelCode="619592|hotel_carlo_goldoni" HotelName="Hotel Carlo Goldoni" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Goldoni 84, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/c3/4bc3819330368935ca29844db94432250d318ec8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="69.75" OriginalAmount="69.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.401222286586" Longitude="9.120630415295" StarRating="4" HotelCode="335612|43316" HotelName="Holiday Inn Assago" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tangenziale Ovest Km 19, 20094 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a5/e6/a5e61117fa31d33ad653cdcdc511c607cc322ff0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Autostrada dei Fiori highway and quickly linked by shuttle bus to the ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="71.71" OriginalAmount="71" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|393539-28457239/1932279108143858485/2412" HotelName="LUX HOTEL DURANTE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/393539/201646175023386.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="71.71" OriginalAmount="71" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|75703-28508368/1932279108143858485/2903" HotelName="ASCOT BINASCO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/75703/201131082325126.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="71.71" OriginalAmount="71" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|101026-25276689/1932279108143858485/8463" HotelName="IDEA SAN SIRO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2040000/2032200/2032147/e179d5c7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="72.72" OriginalAmount="72" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|263756-32596379/1932279108143858485/549" HotelName="RESIDENCE AURORA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6100000/6093300/6093217/0c3daacf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="72.72" OriginalAmount="72" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|593378-28458951/1932279108143858485/569" HotelName="PICAFLOR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33270000/33260500/33260468/871db9f9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="72.72" OriginalAmount="72" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|237086-28499592/1932279108143858485/802" HotelName="RESIDENCE CENISIO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4260000/4254000/4253971/c21a1394_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="73.66" OriginalAmount="72.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.575995854729" Longitude="8.7803373015613" StarRating="3" HotelCode="320294|229741" HotelName="La Bottega Del Falegname" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/09/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Repubblica 20, Vanzaghello, 20020 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/ca/65ca283008dbad162a6df2a5337e9e65f3168277.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="73.73" OriginalAmount="73" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|597922-32733483/1932279108143858485/9676" HotelName="SALUS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/125000000/124040000/124032000/124031950/001a3cdd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="74.74" OriginalAmount="74" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|543722-25699109/1932279108143858485/10160" HotelName="CARLO GOLDONI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21960000/21956300/21956298/c0cd03fb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.486209049399" Longitude="9.2307525873184" StarRating="1" HotelCode="192187|hotel_chopin_2" HotelName="Chopin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nicola Antonio Porpora 143, Citta Studi, 20131 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/32/5532ac968297d13a0bf914b4dfaeff5c9826be97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485565037153" Longitude="9.229217401043" StarRating="1" HotelCode="355451|galla" HotelName="Hotel Galla" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Designated Smoking Area,Elevator,Internet,Kitchen,LCD/Projector,Luggage Storage,Parking">
        <Address>
          <AddressLines>
            <AddressLine>Via Galla Placidia 5, 20131 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/a8/f2a81e5fbe964548aa4da81618b050efdf7c4a18.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Galla in Milan (Citta Studi), you'll be close to Pi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.533093476303" Longitude="9.1711002588272" StarRating="4" HotelCode="335618|leonardo_da_vinci_hotel" HotelName="Hotel Da Vinci" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Senigallia 6, 20161 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/58/9f58f9d3e83dc88b520a257cc5a18bf29e1aa9cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the northern area of Milan, 8 km away from the exhibition area of Fiera Mila...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="74.74" OriginalAmount="74.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49736441" Longitude="9.18081511" StarRating="0" HotelCode="874968|j24_hotel_milano" HotelName="J24 Hotel Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Edoardo Jenner 24, 20158 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/06/60/0660a737eaccc57427ef807c14cf089549cdd123.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated 300mts far from the underground station MM3 Maciachini, 2.1 km of Ospedale Niguarda and 3.2...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="75.75" OriginalAmount="75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.490449" Longitude="9.172698" StarRating="3" HotelCode="192205|56981" HotelName="Residenza Cenisio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Calvino 21, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/5f/c95f0c995fce18affa57440e9f2763787dd12ecb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="75.75" OriginalAmount="75" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1464883-32918351/1932279108143858485/9267" HotelName="HOTEL CHOPIN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2523000/2522959/84a2ed09_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="75.75" OriginalAmount="75" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|247253-25463963/1932279108143858485/10066" HotelName="FUTURA MOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6280000/6279400/6279325/df23129d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48025" Longitude="9.12356" StarRating="3" HotelCode="361461|bb_hotel_milano_san_siro" HotelName="B&amp;B Hotel MILANO San Siro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Achille 4, 20151 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a1/5f/a15f4a59fb776afe0dcd84323cface2c75072387.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="75.75" OriginalAmount="75.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49219566" Longitude="9.15086369" StarRating="0" HotelCode="558935|picaflor_art_rooms" HotelName="Hotel Picaflor Art &amp; Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietro Gassendi 2, Certosa, 20155 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/43/f9/43f9a0a870a52421cfd36f3c81d82f58995c28d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|916154-28448607/1932279108143858485/2660" HotelName="HOTEL MIGNON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/916154/2021121514251105.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|164564-25340977/1932279108143858485/8766" HotelName="IH HOTELS MILANO EUR TREZZANO SUL NAVIGLIO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1150000/1145800/1145734/ff933ab2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.77" OriginalAmount="77.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.472546896218" Longitude="9.1440327465534" StarRating="4" HotelCode="10404|best_western_hotel_astoria_4" HotelName="Best Western Hotel Astoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Murillo 9, 20149 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8e/8b/8e8b758dbf9d61ab15d2a80936e180eafbcc682b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated near the Viale Murillo. Milano City, the gallery and exhibition centre, is onl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="77.77" OriginalAmount="77.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.510785907574" Longitude="9.2485898587209" StarRating="2" HotelCode="342673|hotel_convertini" HotelName="Hotel Convertini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via San Mamete 12, 20128 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/0a/e20ac5d87aa968f1ece22d9fbd27baf00c624ee8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.78" OriginalAmount="78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.511720317551" Longitude="9.1749960294304" StarRating="1" HotelCode="902202|181438" HotelName="Hotel New Salus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Lounge,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pellegrino Rossi 59, 20161 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/ef/17ef6e2fd300885251264da42492f285f32a7480.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="78.78" OriginalAmount="78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48403074" Longitude="9.22129583" StarRating="1" HotelCode="614665|247845" HotelName="Hotel Tirreno" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Aspromonte 18, Zona Piazza Loreto, 20131 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f6/35/f635388beadff780d6244916105976ff26c4a154.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # A stay at Hotel Tirreno places you in the heart of Milan, convenient to Poli...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="78.78" OriginalAmount="78" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|605197-25761589/1932279108143858485/7823" HotelName="J24 MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33070000/33060500/33060489/b585ecfd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="79.79" OriginalAmount="79" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12767-19545513/1932279108143858485/6944" HotelName="DA VINCI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10120000/10110400/10110341/8c5ef786_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.442142389199" Longitude="9.2176546901464" StarRating="2" HotelCode="192195|hotel_brenta_milano" HotelName="Brenta Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Brenta 33, 20139 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/83/b683daefd94cdb99db6dd802aa49ab7f933e16a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.45885366" Longitude="9.20535854" StarRating="0" HotelCode="580262|queen_hostel_2" HotelName="Queen Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Viale Regina Margherita 9, 20122 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/de/c5ded5cdf67ae6a132ee977986b7c36c05d8abd8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="80.80" OriginalAmount="80" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|338558-19545669/1932279108143858485/7040" HotelName="B&amp;amp;B HOTEL MILANO SAN SIRO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10440000/10439800/10439762/d2cfb289_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="80.80" OriginalAmount="80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="12.935805" Longitude="100.884962" StarRating="4" HotelCode="0|185790-25371089/1932279108143858485/11053" HotelName="BEST WESTERN MIRAGE FIERA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>217/26 SOI 8, PATTAYA BEACH ROAD, PATTAYA, CHOLBURI, THAILAND</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2700000/2692000/2691909/888674d4_b.jpg</HotelPictures>
        <HotelDescription>Experience the first ever state-of-the-art boutique hotel amid the Pattaya city. Savor every single second of your precious moment with favored relish. Emblazoned by the modernistic Victorian style of interior decoration, Hotel iDYLL lies in wait for distinction seekers to discover its glamorous mystique under the concept of a unique gallery hotel. iDYLL means a happy and peaceful place, event or experience, especially one connected with the countryside.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483094" Longitude="9.1673530000001" StarRating="1" HotelCode="900931|hotel_mignon_3" HotelName="Mignon" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Saronno 5, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/f4/80f4a152c67ba22fdd36c0990869226d99ec2560.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="81.11" OriginalAmount="80.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46972359223" Longitude="9.2342032492161" StarRating="4" HotelCode="192189|205802" HotelName="iH Aparthotel Milano Argonne Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Ettore Paladini 7, 20133 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/51/7e512a58773129b2fb41f87b6b4ef7b8ae888608.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|869034-28466786/1932279108143858485/2983" HotelName="ABRACADABRA TORTONA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/869034/2020911105341559.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.333018" Longitude="25.348086" StarRating="2" HotelCode="0|304199-28458124/1932279108143858485/3802" HotelName="CONVERTINI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Analipsi Hersonissou</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/7000000/6992900/6992830/95d3686b_b.jpg</HotelPictures>
        <HotelDescription>The Anthoula Village is an apartment complex located 1 km from the centre of Analipsi, a small village situated between Gouves and the lively resort of Hersonissos (6 km), 23 km east from the city of Heraklion. There is a wide selection of local shops, bars and restaurants in the surrounding area, as well as the public transport. 

The complex features reception area, TV living room, internet room (with extra charge), dining room, bar, outdoor pool, children?s pool, sun terrace, pool snack bar, garden and playground.

The apartments are equipped with A/C (with extra charge), TV, telephone, safe (with extra charge), bathroom with bathtub or shower and hairdryer.

****Air conditioning is working from June to September with extra charge.**

Address: Analipsi, 70014 Hersonissou, Crete, Greece. Apartment complex located in the area of Analipsi, 200 m from the beach.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.488887" Longitude="9.202976" StarRating="3" HotelCode="146804|hotel_demo" HotelName="Demo'" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tonale 14, 20125 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/80/f4801368d9794f51435a0db6b48a3ef329dc9e4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48613297" Longitude="9.17350978" StarRating="3" HotelCode="360138|bb_hotel_milano_cenisio_garibaldi" HotelName="B&amp;B Hotel Milano Cenisio Garibaldi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Messina 38, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d4/7d/d47dd8bf93f9329f5db6c453c9986795da8cd018.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="82.82" OriginalAmount="82" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157965-25329492/1932279108143858485/9991" HotelName="DEVERO &amp;amp; SPA, BW SIGNATURE COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2170000/2167600/2167570/w3840h2558x0y0-7278e34d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46601" Longitude="9.217087" StarRating="2" HotelCode="116866|hotel_dateo_centro" HotelName="Dateo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Piceno 33, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/83/e5834a8f83b513ffaf0c641f7c4ecbef036d7bb0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.43734" Longitude="9.210474" StarRating="3" HotelCode="16710|hotel_rex_milano" HotelName="Rex" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Business Hotel" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Marco D'Agrate 34, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/ee/73ee2fde6c98bdc07d9441cb4b8471935fc394e1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of Milan, close to Corvetto underground station (800 m).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="82.82" OriginalAmount="82.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.514028" Longitude="9.11933" StarRating="4" HotelCode="165754|hotel_the_hub" HotelName="The Hub" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Polonia 10, 20157 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/48/364825ef5867f4718d6a243eb8991a7c3cae2126.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is characterised by a unique and strategic location, only 4 km away from Fiera Milano, the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="83.83" OriginalAmount="83" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1228754-28479340/1932279108143858485/2976" HotelName="HOTEL BRIVIO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32570000/32569400/32569348/5a794343_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="83.83" OriginalAmount="83" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|916155-28448608/1932279108143858485/3217" HotelName="HOTEL OREGON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/916155/202112151471593.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464235" Longitude="9.181967" StarRating="3" HotelCode="95048|vecchia_milano" HotelName="Vecchia Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Borromei 4, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/d2/79d2a8dd8a8bca616f8e7cc4489913af42e7212e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="84.84" OriginalAmount="84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46450815" Longitude="9.13966798" StarRating="1" HotelCode="354619|238189" HotelName="Hotel Emmy" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Frà Galgario 4, 20146 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/fe/6efe103abeca3eaa6bd36fa5bd0a3cb46bae14c1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="84.84" OriginalAmount="84" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1322658-26635047/1932279108143858485/10182" HotelName="FIORALBA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75810000/75807000/75806984/f7740dfe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="84.84" OriginalAmount="84" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5086-25191462/1932279108143858485/11474" HotelName="BELSTAY MILANO ASSAGO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/1000000/470000/463600/463556/1436454a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="85.85" OriginalAmount="85" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|881365-28434762/1932279108143858485/4160" HotelName="AMERICA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/881365/2020111915057643.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="85.85" OriginalAmount="85" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|185633-25370925/1932279108143858485/8912" HotelName="IH HOTELS RESIDENCE ARGONNE PARK MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3570000/3560800/3560799/753198e0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="86.86" OriginalAmount="86" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|875017-26091106/1932279108143858485/9395" HotelName="HOUSING32 APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8820000/8817500/8817433/6b752fde_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="86.86" OriginalAmount="86" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1397452-25305590/1932279108143858485/10684" HotelName="BEST WESTERN PLUS THE HUB HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2510000/2508900/2508825/93106105_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="86.86" OriginalAmount="86.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.505659" Longitude="9.246759" StarRating="3" HotelCode="88884|agape" HotelName="Agape" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Flumendosa 35, 20132 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/07/880754d3ed00e21536ed37c81728ad5840ed84d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="87.87" OriginalAmount="87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.461225553153" Longitude="9.2269277572632" StarRating="1" HotelCode="171035|56654" HotelName="RossoVino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Francesco Bartolozzi 9, Milano 20137, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/e1/9fe16482bcd5c521429c39b32688961d48771600.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="87.87" OriginalAmount="87" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|288836-25503701/1932279108143858485/9658" HotelName="SPORTING COLOGNO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8130000/8120700/8120687/3dc34cef_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="88.88" OriginalAmount="88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.416979" Longitude="25.43137" StarRating="2" HotelCode="0|310373-25513016/1932279108143858485/10704" HotelName="B&amp;amp;B MILANO CENISIO GARIBALDI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> FIRA, SANTORINI FIRA, GR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9750000/9748300/9748252/b9fa045e_b.jpg</HotelPictures>
        <HotelDescription>This hotel is ideally located at the heart of Fira Town, close to all of the famous restaurants and bars of the capital. Its location means that it offers guests the convenience of enjoying the famous nightlife of Santorini, whilst being able to walk back to their suites without requiring transportation. Perched on the top of the wild cliffs, just opposite the Metropolitan Church of Fira, the villas offer unlimited views of the endless blue sea, the volcano and the most photographed sunset on Earth. The hotel is close to a variety of tavernas and shops, which can be found a short walk away. It also offers access to the central bus and taxi station, which is only 150 m away, offering guests the opportunity to explore the island without requiring a private car. Fira Archaeological Museum is about 800 m away, while the beach and shops at Kamari are around 6 km away. Santorini (Thira) Airport is approximately 6 km away.

This design hotel is a charming suite complex, built in Cycladic architecture at the top of the majestic caldera cliffs. It was renovated in 2011 and offers a total of 5 suites. Guests are welcomed in the lobby, which offers a reception with concierge assistance. The hotel also offers services and facilities such as a hairdressing salon, a daily maid service and wierless Internet access in all public areas. Room and laundry services are also available.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49626" Longitude="9.179432" StarRating="3" HotelCode="116638|ares_hotel_2" HotelName="Ares Milan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Edoardo Porro 8, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/2b/ed2bfdd8b14d30b72cff8227a898424dab2f6ed6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478839101168" Longitude="9.1445758938789" StarRating="4" HotelCode="36890|mokinba_hotels_montebianco" HotelName="Hotel Montebianco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Monte Rosa 90, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/2b/442b948729ac2f7452be2ca70439cacf4dda67b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Italy's fashion capital Milan, where visitors may admire the towering ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="88.88" OriginalAmount="88.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.490422408744" Longitude="9.1528405267557" StarRating="3" HotelCode="36233|hotel_berlino" HotelName="Hotel Berlino" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Antonio Plana 33, 20155 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/b6/e6b6377881c6b386d58ed6d0cfd8b020300ff242.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated only 10 minutes from the Campionaria and 15 minutes from the Rho exhibition ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="89.89" OriginalAmount="89" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18222-25203039/1932279108143858485/11250" HotelName="MOKINBA MONTEBIANCO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/521300/521293/c325f090_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|870715-28460701/1932279108143858485/1635" HotelName="GUEST HOUSE PIRELLI MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9150000/9145500/9145492/63145374_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.471816" Longitude="9.227457" StarRating="3" HotelCode="146019|hotel_citta_studi" HotelName="Città Studi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cesare Saldini 24, 20133 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/1c/7a1c8bf99529264ac00e9fddacdccb78575ab47e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46557" Longitude="9.216332" StarRating="3" HotelCode="296701|hotel_poma_2" HotelName="Poma" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Archimede 75, 20129 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/48/7e48be8ec99cbf8b726cd0141f8647ceb1e2d95c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="91.91" OriginalAmount="91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="30.0005134" Longitude="-95.2730714" StarRating="4" HotelCode="0|256380-25478520/1932279108143858485/11814" HotelName="NH MILANO 2 RESIDENCE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>9824 JM Hester Road, Humble, 77338, TX, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6330000/6326600/6326527/33e74cbe_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Midscale. Property Type: Inn. Total rooms and suites: 40. Floors: 2. Property description- Welcome to the Newly Constructed Days Inn and Suites built June 2011.  The Days Inn Humble / Intercontinental Airport is located just 2 miles from the Airport providing 24 Hour Free Airport Shuttle Service. 

Start every day with a Free USA Today Newspaper and enjoy our Complimentary full hot breakfast. In your room, we offer complimentary Wireless Free High Speed Internet Access or relax watching your 32 inch Flat Panel TV.  All rooms include a microwave, fridge, Iron and Ironing board.  We also have kitchenette and hot tub rooms available on site.  

Our property also has Complimentary HOT continental breakfast and an outdoor pool. Everything that you need in the way of Restaurants and local entertainment nearby.Property was built in 2011. Hotel Currency: USD. Additional Addresses: Other: 9824 JM Hester Road, Humble, 77338, TX, US. Additional Phone Numbers: Fax - Other: 12815704784. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.475416" Longitude="9.192434" StarRating="2" HotelCode="211373|the_monastery_hostel" HotelName="The Monastery Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Concierge,Internet,Kitchen,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Via Renzo Bertoni 3, Milano Centro, 20121 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4d/97/4d972164732f598b63b8378a9f7125f3f32519c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Milan (Milan Centre), New Generation Hostel Urban Brera...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483979" Longitude="9.197868" StarRating="3" HotelCode="387122|guest_house_pirelli" HotelName="Guest House Pirelli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Battista Pirelli 26, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/02/27026a2b7d64f7363f3bf2d1e553047ada479829.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.500202060011" Longitude="9.1425732711639" StarRating="4" HotelCode="903669|milan_suite_hotel" HotelName="Milan Suite Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Varesina 124, 20156 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/7f/ca7ff4106ecc6dd0d176341c768cf9ebdfe57372.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="92.84" OriginalAmount="91.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.40298" Longitude="9.249124" StarRating="3" HotelCode="37335|23597" HotelName="Majestic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lombardia 48, 20098 San Giuliano Milanese, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/98/d998197a0584c04560bfd7f3fe1851b6f656023e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in rural surrounds, close to many historical tourist sights including the Abba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="92.92" OriginalAmount="92" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|110708-19595243/1932279108143858485/6980" HotelName="AS LIMBIATE FIERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1710000/1709400/1709321/d9ccf7ce_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="92.92" OriginalAmount="92.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.467185" Longitude="9.142714" StarRating="4" HotelCode="17018|antares_hotel_rubens" HotelName="Antares Rubens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietro Paolo Rubens 21, 20148 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/86/8186cbc05fe8f5b235bef63afc209d2060382eb7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally located just a few metres from the Corso Vercelli and its score...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="93.93" OriginalAmount="93" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|146336-25320237/1932279108143858485/8787" HotelName="UNAHOTELS EXPO FIERA MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2230000/2224900/2224808/848b9465_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.499679140502" Longitude="9.2061159824251" StarRating="4" HotelCode="387392|idea_hotel_milano_bicocca" HotelName="iH Hotels Milano Gioia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Giustizia 10/D, Zona Greco, 20125 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/4c/204cd104e528e90bf44bf430d6236b9cb8374b57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers easy access from Milan central railway station (2 km), the underground network (Son...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48367347" Longitude="9.21462534" StarRating="2" HotelCode="577711|aldebaran_7" HotelName="Aldebaran" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Monteverdi 15, 20131 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/1e/9f1ede1713be5288fafea4b1404fbba4faf44ee4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="94.94" OriginalAmount="94" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|676504-28458808/1932279108143858485/2434" HotelName="APOLLO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/676504/2020410101542994.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="94.94" OriginalAmount="94" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|75704-25245622/1932279108143858485/9462" HotelName="COSMO PALACE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/976700/976642/568a9fa0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|185716-25370999/1932279108143858485/11280" HotelName="ARCOBALENO" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2522900/2522840/8f9b28e4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="95.95" OriginalAmount="95.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.449004" Longitude="9.180571" StarRating="0" HotelCode="144646|bb_hotels_navigli" HotelName="BB Hotels Navigli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Via Gentilino 7, 20136 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/e2/aee230934c354d6c2913f6593ddff8427668281d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;At the hotel you will find colorful, modern rooms with Wi-Fi. This bed and breakfast enjoys a pleasa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="96.96" OriginalAmount="96" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|25293-19523278/1932279108143858485/6988" HotelName="BERLINO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1500/1410/ac6e184f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="97.97" OriginalAmount="97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.521833" Longitude="-105.051425" StarRating="3" HotelCode="0|257007-28442201/1932279108143858485/1427" HotelName="MOTEL AUTOSOLE 2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1521 Oakridge Drive, Fort Collins, CO, 80525, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6940000/6931300/6931275/994a1c80_z.jpg</HotelPictures>
        <HotelDescription>The Homewood Suites by Hilton Fort Collins hotel in Colorado is located on the south end of Fort Collins, and close to many major corporations such as HP, Intel and Agilent Technologies. Our Homewood Suites hotel is surrounded by a variety of restaurants and is 3 miles from the Foothills Mall. Colorado State University is a short drive from the hotel, as well as Historic Downtown Fort Collins, a fantastic restaurant and shopping district.    Our Homewood Suites in Fort Collins, Colorado is a beautiful hotel and features 99 suites, including choice of studio, one and two-bedrooms. All suites have fully-equipped kitchen, full sized refrigerator, microwave oven, coffeemaker, two phones with data ports, high-speed internet access and On Demand movies. Iron, ironing board and hair dryer are standard in all our rooms.   Our Homewood Suites hotel in Colorado has a business center complimentary to guests and accessible 24-hours a day. Enjoy complimentary hot breakfast seven days a week, a Welcome Home reception Monday-Thursday, complimentary local phone calls, on-site laundry facilities and complimentary grocery-shopping service, as well as snacks and sundries available in our 24-hour Suite Shop convenience store.   Make Yourself at Home!&lt;br /&gt;CheckIn Time: 15:00&lt;br /&gt;CheckOut Time: 11:00&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="97.97" OriginalAmount="97" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|48038-28497736/1932279108143858485/2055" HotelName="VALGANNA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/80000/71500/71413/c0460591_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="97.97" OriginalAmount="97" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|871976-28460075/1932279108143858485/5054" HotelName="DUE GIARDINI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2523000/2522962/e0711368_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="97.97" OriginalAmount="97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.8628672" Longitude="-13.8279348" StarRating="3" HotelCode="0|53241-25229729/1932279108143858485/9162" HotelName="VECCHIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>58 Bienvenida Martín  Practicanta, PLAYA BLANCA YAIZA, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2740000/2737200/2737189/266744e3_b.jpg</HotelPictures>
        <HotelDescription>This beach hotel revels in its hillside setting, lying just 20 metres away from the sea. The hotel commands spectacular views over the coastline. Guests will find themselves just 200 metres away from the beach and 500 metres from links to the public transport network. Guests can enjoy an array of exciting activities nearby. This charming hotel enjoys an attractive architectural design, greeting guests with the promise of a memorable stay. The guest rooms are beautifully designed, featuring refreshing tones and a relaxing ambience. The rooms feature modern amenities for added comfort and convenience. Guests will appreciate the choice of facilities and services that the hotel has to offer.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="97.97" OriginalAmount="97" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1347760-27127974/1932279108143858485/10271" HotelName="CASA DA SUITE MIRABELLO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/106000000/105280000/105270500/105270471/9c6d33b1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="97.97" OriginalAmount="97.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.453541" Longitude="9.224693" StarRating="3" HotelCode="901039|hotel_molise_2" HotelName="Molise 2" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cadibona 2A, 20137 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/54/8a540714c70af4cc348d464a15664301c520128b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="98.77" OriginalAmount="97.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.519484982341" Longitude="9.1876468062401" StarRating="4" HotelCode="192215|318292" HotelName="Residence Siloe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cesari 19, 20162 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e5/a5/e5a52a1ea12dd64122177be5419488480adaa267.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="98.98" OriginalAmount="98" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|875324-28460167/1932279108143858485/865" HotelName="RESIDENCE 2GI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/875324/20201015171658485.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="98.98" OriginalAmount="98" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|857673-33126059/1932279108143858485/9207" HotelName="CROWNE PLAZA MILAN - LINATE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/857673/20206582642969.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484374334322" Longitude="9.2239501473556" StarRating="3" HotelCode="337550|montecarlo_5" HotelName="Hotel Montecarlo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>VIa Vallazze 39, 20131 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/92/2892af538c687053534eae98dfdebb90b1021dab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="99.99" OriginalAmount="99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478573923032" Longitude="9.2000962793827" StarRating="3" HotelCode="36235|31041" HotelName="Sempione" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Finocchiario Aprile 11, Milan 20124</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/cf/8acf348a5d9b5257d1bf53802c3a48457909d54a.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="99.99" OriginalAmount="99" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1216600-28480442/1932279108143858485/3036" HotelName="HOTEL ROSSOVINO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3240000/3235000/3234917/657c184c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="99.99" OriginalAmount="99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.0711" Longitude="-80.0392" StarRating="4" HotelCode="0|499445-25660400/1932279108143858485/11261" HotelName="AN PARK HOTEL MILANO SETTALA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>7865 PERRY HWY, ERIE, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10560000/10554600/10554503/62c00cbf_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   Located in Erie, Red Roof Inn Erie is close to Presque Isle Downs and Casino and Erie Zoo.&lt;br /&gt; This hotel is within the vicinity of Millcreek Mall and Penn State Erie.&lt;br /&gt;   Rooms   Make yourself at home in one of the 110 guestrooms. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Conveniences include laptop-compatible safes and coffee/tea makers, and housekeeping is provided daily.&lt;br /&gt;   Dining   While enjoying a refreshing dip in the hotel pool, you can order your favorite drink at the poolside bar.&lt;br /&gt;   Business, Other Amenities   Featured amenities include express check-out, a 24-hour front desk, and a safe deposit box at the front desk. Free parking is available onsite.&lt;br /&gt;   Room Info:    Know Before You Go       Children 17 years old and younger stay free when occupying the parent or guardian's room, using existing bedding.       Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.       Safe fee: USD 1.50 per night      The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Checkin Time:  3:00 PM&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="99.99" OriginalAmount="99.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.512404803314" Longitude="9.178661652262" StarRating="3" HotelCode="55491|hotel_la_residenza_2" HotelName="Eco Hotel La Residenza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Scialoia 3, 20161 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/3f/023f9d33717a07fdff8e7af6b8cc5fd6a9c47860.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in a peaceful area, just a short distance from all major sightseeing attractions in M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="101.00" OriginalAmount="100" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46407" Longitude="9.154792" StarRating="1" HotelCode="909320|387993" HotelName="Hotel Calais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>viale Washington 26, 20146 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/hotels/3000000/2150000/2143800/2143702/2143702_8_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is in Milan. Hotel Calais guarantees a quiet stay as it counts with just 1 guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="101.00" OriginalAmount="100" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|138836-25309314/1932279108143858485/10552" HotelName="MILAN SUITE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3130000/3124200/3124159/d50c667b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="101.00" OriginalAmount="100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.434819" Longitude="9.184166" StarRating="3" HotelCode="263949|autosole_2_motel" HotelName="Motel Autosole Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Motel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nicola Palmieri 64, 20141 Milano, Provincia di Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/62/2a621f2a9fee672087ee5369002fd391c442f889.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This motel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|592671-28457727/1932279108143858485/570" HotelName="MILANO CANAL APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15810000/15807100/15807076/218b235a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|628076-28504494/1932279108143858485/1856" HotelName="GIARDINO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/3000000/2530000/2522300/2522245/4d661154_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|234099-28454909/1932279108143858485/4958" HotelName="DEMO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/2000000/1210000/1206900/1206887/e04f601b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18230-25203043/1932279108143858485/9113" HotelName="RUBENS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15400/15366/2074f4f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|338528-25529304/1932279108143858485/11855" HotelName="MONTECARLO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10530000/10522400/10522394/c8491037_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="102.01" OriginalAmount="101.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482207" Longitude="9.2163889999999" StarRating="2" HotelCode="144297|hotel_aurelia_3" HotelName="Aurelia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Housekeeping,Internet,Lounge,Luggage Storage,Off-Site Parking,Parking,Pets allowed,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nicola Piccinni 25, 20131 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/f8/b4f8d12ad5b6dd22f3218bdcea89faef3902ed82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Aurelia is in the heart of Milan, walking distance from Piazza Asp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="102.34" OriginalAmount="101.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.45203678" Longitude="9.24960137" StarRating="4" HotelCode="578648|14087932" HotelName="Hotel M89" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Mecenate 89, 20138 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/af/f0af6112094a82c7e0fb06ed544571baaed2d568.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.498838586193" Longitude="9.1661301255226" StarRating="4" HotelCode="192210|hotel_sunflower" HotelName="Sunflower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazzale Lugano 10, 20158 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/45/2a4556585be19f84536d6e7acac386969832a622.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="104.03" OriginalAmount="103" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|31015-28497624/1932279108143858485/5353" HotelName="ECO HOTEL MILANO &amp;amp; BIORISO RESTAURANT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/909800/909796/a170b911_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465539" Longitude="9.208713" StarRating="2" HotelCode="909321|hotel_dover" HotelName="Dover" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via P. Sottocorno 8, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/28/3d289f4157c9399ef38c0261cd4c9fe99d04964e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.04" OriginalAmount="104" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48830629" Longitude="9.20978913" StarRating="1" HotelCode="382832|183587" HotelName="Milano Vintage" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Soperga 19/a, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.ostrovok.ru/t/x500/content/4b/15/4b1555285d92af59e78163f70342f541b2a15d9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="105.04" OriginalAmount="104" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1438574-29782456/1932279108143858485/9515" HotelName="JOY 124 MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107220000/107213300/107213260/aa10326c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="105.04" OriginalAmount="104" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1464887-32918355/1932279108143858485/9937" HotelName="KIRA SUITES HOTEL MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/117000000/116540000/116537100/116537057/3a1a12a8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483152" Longitude="9.221306" StarRating="2" HotelCode="82526|hotel_trentina" HotelName="Trentina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Filippino Lippi 50, angolo Piazza Aspromonte, 20139 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/00/f20029a17cf7eb02ff143ef77f9bd81fe84aac48.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470498" Longitude="9.21749" StarRating="3" HotelCode="149873|hotel_ideale" HotelName="Ideale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 24/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale dei Mille 60, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/63/e76356457a2fb8b48f5c754964bb2547e34a196a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48598319" Longitude="9.22063938" StarRating="2" HotelCode="428838|milan_hostel" HotelName="Milano Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Elevator,Garden,Housekeeping,Internet,Library,Luggage Storage,Meeting Room,Off-Site Parking,Parking,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nicola Antonio Porpora 26, 20131 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/d2/e1d2595807e8acf6896ee7ed9625eb6378177605.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Milan Hostel in Milan (Citta Studi), you'll be minu...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="106.05" OriginalAmount="105" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|338531-28467916/1932279108143858485/1352" HotelName="MY HOTEL MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4170000/4161200/4161130/187a243b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.06" OriginalAmount="106" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484697" Longitude="9.162794" StarRating="2" HotelCode="360043|238208" HotelName="Hotel Parma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel,Inns" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Piero della Francesca 48, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/06/220639fc72405fa9dd6cc769f9facd25a670b988.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Hotel Parma in Milan (San Siro), you'll be close to Fiera Mil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="107.06" OriginalAmount="106" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|676512-28458813/1932279108143858485/1040" HotelName="SIRO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1800000/1793800/1793704/5f0ed112_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="107.06" OriginalAmount="106" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|116410-19500138/1932279108143858485/6971" HotelName="AS CAMBIAGO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1870000/1860700/1860681/8eaace8e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="107.06" OriginalAmount="106" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|611150-25772586/1932279108143858485/10166" HotelName="CALAIS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/35000000/34290000/34282200/34282137/3eef7993_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.418834" Longitude="9.157206" StarRating="3" HotelCode="73521|hotel_alga_2" HotelName="Alga" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Mare, 93, 20142 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/92/83921332d3517366d7afb9b5bb3274aa2217f690.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the southern area of Milan in a strategic position near both the highways ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480235" Longitude="9.193231" StarRating="3" HotelCode="47343|cervo_hotel" HotelName="Cervo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Principessa Clotilde 10, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/36/0a36da2e69d319b29a811b70ed33bd7918b28f19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is centrally situated approximately 400 m from the historical old town and about ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.71" OriginalAmount="106.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4439" Longitude="9.153" StarRating="4" HotelCode="400868|86802" HotelName="iH Hotels Milano Watt 13" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giacomo Watt 13, 20143 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/75/b675f445ba0dea0fce5c2e5c7ae7aa11bfe2ea18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|259515-28498739/1932279108143858485/5158" HotelName="EMBASSY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100190000/100180900/100180871/67c926ff_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481240693126" Longitude="9.2038714885712" StarRating="4" HotelCode="27231|hotel_mediolanum" HotelName="Mediolanum" Meals="ROOM ONLY" 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,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Mauro Macchi 1, (Stazione centrale/Piazza Repubblica), 20124 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/eb550d9c5b8d4ddc9c36618d95d0a51e.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located centrally between the main train station (200 m away with undergrou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484161" Longitude="9.221355" StarRating="3" HotelCode="79116|hotel_florence_2" HotelName="Florence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Aspromonte 22, 20131 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/81/67/8167c33ce1b2c7d77ccac749e86d4efd55a298ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.580862" Longitude="9.4590459999999" StarRating="4" HotelCode="296698|hotel_daniel_2" HotelName="Daniel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Coffee Shop,Concierge,Elevator,Garden,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Parking,Pets allowed,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Industrie 6, 20060 Basiano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/37/4c37687811c6344239cd8c75f76d4190699d3a92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;When you stay at Daniel in Basiano, you'll be close to Globo Mall....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.47" OriginalAmount="107.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.370532" Longitude="9.212315" StarRating="4" HotelCode="63271|83690" HotelName="Golf Hotel Milano" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Abruzzo, 20090 Opera Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/a3/3da3c55832b2e083bca2d4746b06dc5c493707d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in strategic position by the Tangenziale Ovest, the hotel is 10 km from the centre of Milan ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="109.08" OriginalAmount="108" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|611159-25772594/1932279108143858485/11933" HotelName="PARMA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19410000/19401800/19401789/08021f3e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="109.08" OriginalAmount="108.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.488133" Longitude="9.201617" StarRating="4" HotelCode="34830|best_western_hotel_madison" HotelName="Best Western Hotel Madison" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Leopoldo Gasparotto 8, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e1/1c/e11c12f4d5d317fe195d1aee85480dae48e892df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to Duca d'Aosta Square, this hotel is only 150 m away from the train station. The beau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.09" OriginalAmount="109" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.474826919952" Longitude="9.1510945019952" StarRating="3" HotelCode="312311|344135" HotelName="Hotel Campion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Meeting Room,Parking,Pets allowed,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Viale Berengario 3, 20149 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/31/36/313630e54a5135f48188b05464e9a178897cd8a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Campion in Milan, you'll be close to Fiera Milano C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="111.10" OriginalAmount="110" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|872034-26088600/1932279108143858485/9587" HotelName="HEART" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/80000/72900/72803/89330dbc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="112.11" OriginalAmount="111" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.45814564" Longitude="9.18825063" StarRating="2" HotelCode="583504|227210" HotelName="15 Quindici by Serendipity Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Corso Italia 15/A, 20122 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/6a/156a1501bc83c2f4a00c51d91b2c78de12d083b1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="112.11" OriginalAmount="111" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.63302" Longitude="31.75317" StarRating="3" HotelCode="0|311105-28499119/1932279108143858485/2972" HotelName="ARCO ROMANA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> antalya, antalya, TR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1050000/1046200/1046182/ac643dbc_b.jpg</HotelPictures>
        <HotelDescription>Located on a beautiful sandy beach with shallow crystal-clear water, this family-friendly hotel is a great place to enjoy a relaxing holiday. The town of Avsallar is only 2 km away, the bustling city of Alanya can be easily reached by bus or taxi within 20 minutes   Antalya Airport is 95km away. The hotel features 417 rooms, 24-hours reception,WIFI, meeting room, restaurants, bars, disco, spa and wellness, sports facilities, 2 outdoor pools, children's pool, medical assistance, laundry service and on-site parking. Wheelchair accessible.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="112.11" OriginalAmount="111" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|874172-28441345/1932279108143858485/5530" HotelName="EASY HOTEL NAVIGLI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38970000/38961700/38961631/37252d53_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483228464324" Longitude="9.2157979309559" StarRating="1" HotelCode="192182|hotel_paganini" HotelName="Hotel San Biagio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Nicolo Paganini 6, 20131 Milano, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/4f/4d4f07b6a1b353a4d90838aff08394ca0ceb823a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="112.11" OriginalAmount="111.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.493249" Longitude="9.143835" StarRating="2" HotelCode="336455|hotel_bel_sit" HotelName="Bel Sit" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gallarate 2, Angolo Piazzale Accursio, 20151 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/13/4d136a009e3313691c67c103246e3870660dd909.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="112.68" OriginalAmount="111.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.490031865516" Longitude="9.2056310176849" StarRating="3" HotelCode="32610|7333" HotelName="Terminal" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ponte Seveso 38, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/50/6f507b7f86c7e8aa4ac2587aacf3f90c70a012f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a stone's throw from the main train station, which means guests enjoy qui...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.12" OriginalAmount="112.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.45338453" Longitude="9.18439946" StarRating="3" HotelCode="547846|new_generation_navigli_hostel" HotelName="New Generation Hostel Milano Navigli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Burigozzo 11, 20122 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/7c/297cae17a7def1b884fca6ac3a387f7ed7774064.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.12" OriginalAmount="112.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49140936" Longitude="9.22266892" StarRating="3" HotelCode="956907|hotel_giacosa" HotelName="Hotel Giacosa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Giacosa 3, 3 Piano, 20127 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1e/cc/1ecc80bed2bf3579d41542b9522f142df903fc72.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.13" OriginalAmount="113" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.501471800967" Longitude="9.2280871312828" StarRating="3" HotelCode="296700|179555" HotelName="Camplus Guest Turro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Stamira d'Ancona 25, 20127 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/bc/8ebcbcdad9b8a3a6dc4dd8ff5f7fa00b5f9636f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.13" OriginalAmount="113" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.487346641223" Longitude="9.2237466306763" StarRating="3" HotelCode="151557|28271" HotelName="Hotel Lombardia Milano" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Lombardia 74/76, 20131 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/81/a5/81a580c6b25276c459480d2e65508292012271bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated off the beaten track, this hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="114.13" OriginalAmount="113" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|591839-25740708/1932279108143858485/9564" HotelName="CAMPION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3850000/3843100/3843094/2c3567ff_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.13" OriginalAmount="113.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.50088025516" Longitude="9.1380929946899" StarRating="4" HotelCode="116916|doubletree_by_hilton_milan" HotelName="Doubletree by Hilton Milan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 27/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Ludovico di Breme 77, 20156 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/12/b4/12b4bb5f11ef05a07092dadbb24e84ba57f6525d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.13" OriginalAmount="113.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485025" Longitude="9.21942" StarRating="3" HotelCode="365240|hotel_adler_4" HotelName="Adler" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ricordi, 10, 20131 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/20/5e205ac321cf27e24497bf48211f42a625d1007d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the city centre of Milan and is only a few minutes on foot from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|915950-32596726/1932279108143858485/1639" HotelName="CAMPLUS GUEST LAMBRATE CASA PER FERIE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/915950/20211214112726219.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|676487-28458809/1932279108143858485/2344" HotelName="ATENA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1160000/1155500/1155450/3f46ccec_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|54854-19508469/1932279108143858485/6824" HotelName="NH MILANO 2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/17800/17788/9f7345fe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.468436" Longitude="9.155066" StarRating="4" HotelCode="117809|hotel_wagner" HotelName="Wagner" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Michelangelo Buonarroti 13, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/fa/56fa27ec373fd2f20730e3d2c4687cac0a290981.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="115.14" OriginalAmount="114.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.436797494505" Longitude="9.1717144846916" StarRating="3" HotelCode="34891|hotel_dei_fiori" HotelName="Dei Fiori" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 24/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Renzo e Lucia 14, 20142 Milano, Lombardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/da/82/da8252154a71f85a6ab037738329ab8d45b6147d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the city centre, just 200 m from the nearest restaurants and le...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="115.89" OriginalAmount="114.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.437086" Longitude="9.16439" StarRating="3" HotelCode="79350|617758" HotelName="Plus Welcome Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Famagosta 50, 20142 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/a3/7da3dece5ca4276e41288bb8a72dd188aa8e2991.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="116.15" OriginalAmount="115" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1454598-32416699/1932279108143858485/10355" HotelName="CX MILAN BICOCCA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108270000/108261700/108261642/0d8c2425_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485647" Longitude="9.161201" StarRating="3" HotelCode="152404|piccolo_hotel_5" HotelName="Piccolo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Elevator,Housekeeping,Internet,LCD/Projector,Lounge,Luggage Storage,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Piero della Francesca 60, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/d0/2ad020fd4765a02b9f1a296625165f3fd5be719b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The charming hotel Piccolo is located near Corso Sempione, only 0.3 miles/500 metres from Porta Tedo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464107599502" Longitude="9.163313806057" StarRating="3" HotelCode="192197|hotel_panizza" HotelName="Panizza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bartolomeo Panizza 5, 20144 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/20/e6201a52432da9e3fae1d195a15c74f556228997.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="117.16" OriginalAmount="116" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1347173-28480142/1932279108143858485/2604" HotelName="ATMOS LUXE NAVIGLI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1347173/20229269912428.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="118.17" OriginalAmount="117" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479404" Longitude="9.208993" StarRating="3" HotelCode="317254|54175" HotelName="Hotel Ibis Styles Milano Centro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Boscovich Ruggero 57-59, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/45/8a452561aabe5dfdf71bc52be0af1d6f4b5dcd84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel lies close to Milan's shopping centre (on the corner of ""Corso Buenos Aire...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="118.17" OriginalAmount="117" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|591326-28457867/1932279108143858485/3186" HotelName="APARTHOTEL ISOLA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19400000/19397800/19397781/4425dc3b_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="118.17" OriginalAmount="117" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1236436-28454342/1932279108143858485/3907" HotelName="CASA BASE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35190000/35182400/35182322/825657c2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.17" OriginalAmount="117.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.519047095712" Longitude="9.2238713800907" StarRating="2" HotelCode="192175|il_girasole_high_quality_inn" HotelName="Il Girasole" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Via Doberdò 19, 20126 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/e2/6de20252a956b8caba579183cf2bcf977fc84051.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.18" OriginalAmount="118" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480266527992" Longitude="9.1495004296303" StarRating="4" HotelCode="31405|26637" HotelName="Mini Hotel Portello" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via G. Silva 12 (zona fiera MilanoCity), 20149 Milano, Lombardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d7/b6/d7b620ecfebeb08c70f9934b1daf68f46ec5dc8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located only a stone's throw from the trade fair. The nearest underground station is t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="119.18" OriginalAmount="118" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|435494-25609632/1932279108143858485/10128" HotelName="CAMPLUS LIVING TURRO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12800000/12790800/12790799/a0d94f45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="119.18" OriginalAmount="118" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1363293-32737725/1932279108143858485/10136" HotelName="YELLOWSQUARE MILAN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/47000000/46310000/46307000/46306917/17e8d5a4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="119.18" OriginalAmount="118" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1348399-26644093/1932279108143858485/10369" HotelName="DUOMO SMART SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/86000000/85510000/85503000/85502936/4932cdbb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.18" OriginalAmount="118.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48152472" Longitude="9.23721083" StarRating="3" HotelCode="428841|too_cute__2b_str8" HotelName="TOO CUTE - 2b str8" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Elevator,Housekeeping,Internet,LCD/Projector,Parking,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Via Edoardo Bassini 50A, 20133 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/d8/38d8cdd412454fa1572b22505da1553572af5d1c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at TOO CUTE - 2b str8 in Milan (Citta Studi), you'll b...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="119.18" OriginalAmount="118.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.486109469503" Longitude="9.2078924502532" StarRating="3" HotelCode="935446|milan_apartment_rental" HotelName="Milan Appartment Rental" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pergolesi 31, 20124 Milan, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/1a/141a4d20b32a003ed237656dd8b9ce86e1a8d03e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|872215-28460052/1932279108143858485/5103" HotelName="LA MAISON DEL CAPESTRANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/872215/202093095742300.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1247320-26601217/1932279108143858485/11131" HotelName="AMEDIA MILANO - TRADEMARK COLLECTION BY WYNDHAM" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/60000000/59900000/59898100/59898052/b7a4ea7e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.20" OriginalAmount="120.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478225992379" Longitude="9.1997945308685" StarRating="4" HotelCode="35436|mokinba_hotels_baviera" HotelName="Hotel Baviera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Panfilo Castaldi 7, Zona Staz. Centrale/Repubblica, 20124 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/a1/efa174d1471709319e27df10c6d1051af73f7cca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan. Bars, pubs and nightclubs are all to be found a mere 5...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.20" OriginalAmount="120.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481719306698" Longitude="9.2028616368771" StarRating="3" HotelCode="35274|hotel_mythos" HotelName="Mythos" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Tenca 21, 20124 Milano, Lombardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/60/8e60a166e027c9e171a5660f9339fbcfa4f0eaf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish luxury hotel is ideally situated at the heart of the city of Milan. The main train stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="121.20" OriginalAmount="120.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.50881726" Longitude="9.20499618" StarRating="0" HotelCode="811238|bb_hotels_residenza_arcimboldi_" HotelName="BB Hotels Aparthotel Arcimboldi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Viale Sarca 90, 20125 Milano, Padova</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/ee/1bee313daa0ce6bfde1ff957b620f98d650b357c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="122.21" OriginalAmount="121" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1173041-28452668/1932279108143858485/2517" HotelName="MADAMA HOSTEL AND BISTROT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21630000/21623900/21623883/db8cf4a6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.21" OriginalAmount="121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.460246" Longitude="9.165836" StarRating="3" HotelCode="27233|sant_ambroeus" HotelName="Sant'Ambroeus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Papiniano, 14, 20123 Mailand, Italien</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/58/90587f942de593827a8ef5329d4ebc09c0deedd9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Milan’s city centre, 250 metres from Sant'Agostino metro stop on the green l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.21" OriginalAmount="121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464204" Longitude="9.218525" StarRating="2" HotelCode="150503|hotel_la_caravella" HotelName="La Caravella" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Camillo Hajech 18, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c6/ed/c6ed912c80bc1a40257f2afe0b35aea985d39fdd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="122.21" OriginalAmount="121.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.458149" Longitude="9.188535" StarRating="2" HotelCode="394063|serendipity_rooms_2" HotelName="Serendipity Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Corso Italia 15B, 20122 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/78/9b78c2c82327f8091bcaf925c77a00145fed55dd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a baggage storage service and a transfer service. Wireless internet access in publi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="123.22" OriginalAmount="122" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49609979" Longitude="9.20286736" StarRating="4" HotelCode="422506|58990" HotelName="Hotel Residence Studio Inn Centrale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Cardinal Giovanni Cagliero 14A, 20125 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/1f/c71fa24804a65bc74173cccca126deaf9de755ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel residence in Milan near the Central Station, Studio Inn Centrale offers 4 star services and fr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485564052876" Longitude="9.1640809178352" StarRating="4" HotelCode="44708|una_hotel_scandinavia" HotelName="UNAHOTELS Scandinavia Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Battista Fauchè 15, Sempione, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/7e/a97e2516d4011a4c57d36db4425d6fd87db62eb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located only a few steps from the Fiera Milano trade centre. Located about...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.44289543" Longitude="9.15509368" StarRating="3" HotelCode="546979|navigliotel_19" HotelName="Navigliotel 19" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Binda 19, 20143 Milano, MI</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/26/68267b327a104d9b0ff4a0fb0bb1d259b62e4834.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="124.23" OriginalAmount="123" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1322783-26635169/1932279108143858485/11445" HotelName="BOUTIQUE MARTINI 17" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75780000/75775500/75775449/639b2f76_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483619867433" Longitude="9.2045749759329" StarRating="3" HotelCode="58456|amadeus_hotel_2" HotelName="Spice Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitruvio 48, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/57/03/570333bc353ca95a1a34a309a65bb368a9549cff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies within metres of the main train station (Stazione Centrale) and the underground stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.486737452125" Longitude="9.1575363278389" StarRating="4" HotelCode="29801|enterprise_hotel_design__boutique" HotelName="Enterprise" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Sempione 91, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/6c/716cd320a881f6d3d476f77809f3b09b04c28270.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is centrally located on Corso Sempione only 500 m from Fiera Milano City and a sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="124.23" OriginalAmount="123.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4815696" Longitude="9.20256029" StarRating="2" HotelCode="641305|m2m_made_to_measure" HotelName="M2M Made To Measure" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Alfredo Cappellini 23, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/a1/44a1c0e39cd096c2d9064d2743aac1d3d1c97465.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="125.24" OriginalAmount="124" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1224788-28454630/1932279108143858485/2791" HotelName="HOTEL NETTUNO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2520000/2520000/2519990/bccbaf59_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="125.24" OriginalAmount="124" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|338540-25529312/1932279108143858485/9071" HotelName="STUDIO INN CENTRALE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10560000/10551300/10551279/966668e4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.24" OriginalAmount="124.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.448759" Longitude="9.20342" StarRating="3" HotelCode="66554|hotel_piacenza" HotelName="Piacenza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Piacenza 4, 20135 Milano, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/62/b9621f482ca6ae73d1f160f8a9db3a5e9645a69c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.24" OriginalAmount="124.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4630237" Longitude="9.14387442" StarRating="0" HotelCode="559671|dreams_hotel_residenza_gambara" HotelName="Dreams Hotel Residenza Gambara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Pasquale Fornari 20, 20146 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ce/23/ce23906b3e149b320240da5e1b63d220210eadd4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="126.25" OriginalAmount="125" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4756" Longitude="9.1915" StarRating="0" HotelCode="684110|492921" HotelName="casaBASE" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Bergognone 34, 20144 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="126.25" OriginalAmount="125" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12762-22266690/1932279108143858485/6284" HotelName="SPICE MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/550000/548400/548350/a5c79f75_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="126.25" OriginalAmount="125.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.44468847" Longitude="9.21185143" StarRating="0" HotelCode="613440|madama_hostel_bistrot" HotelName="Madama Hostel &amp; Bistrot" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Benaco 1, 20139 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/b8/e3b877e4dbd3f8520db0e849d5b2810cdba9c7ac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="127.26" OriginalAmount="126" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|651628-28502985/1932279108143858485/1385" HotelName="BOUTIQUE HOTEL BORGO NUOVO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120710000/120704500/120704402/64281d15_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="127.26" OriginalAmount="126" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5110-25186823/1932279108143858485/11556" HotelName="MOKINBA HOTELS SANT AMBROEUS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/870000/864400/864349/77fa2f13_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.26" OriginalAmount="126.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484489220633" Longitude="9.2064771644343" StarRating="4" HotelCode="95056|hotel_bristol_5" HotelName="Hotel Bristol Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Scarlatti 32, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/2d/422df335d82d27ec76c59a0f41fcb4383440b29a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.26" OriginalAmount="126.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480413" Longitude="9.159939" StarRating="4" HotelCode="116505|admiral_hotel_2" HotelName="Admiral" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>via Domodossola 16, 20145 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/e9/b0e90bb2fc5e5e0024c64a1f97cfea0bab688ad3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="127.26" OriginalAmount="126.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.432325461223" Longitude="9.1066843271255" StarRating="3" HotelCode="335610|hotel_naviglio_grande" HotelName="Residence Naviglio Grande" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Alzaia Trieste 11, 20092 Corsico, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b5/40/b5409f8e7453710f52e7d066bce9163893a56506.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the banks of the Naviglio Grande River, in the South-West of Milan, close to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="128.27" OriginalAmount="127" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|143089-22338944/1932279108143858485/6249" HotelName="RADISSON BLU MILAN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1650000/1649100/1649038/50c622b2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.27" OriginalAmount="127.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484528" Longitude="9.216144" StarRating="4" HotelCode="78738|del_corso_hotel" HotelName="Del Corso" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pecchio 2, 20131 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/ef/63efa6e26195c465c48c922b97f5b5c3f6795b82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.27" OriginalAmount="127.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.501229" Longitude="9.2214289999999" StarRating="3" HotelCode="80971|hotel_nuovo_metro" HotelName="Nuovo Metro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Monza 120, 20127 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/ce/96ce28fda99f82fe301f4373183bb1507bf85f70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.27" OriginalAmount="127.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.450840283193" Longitude="9.1947540795248" StarRating="4" HotelCode="57756|hotel_liberty_3" HotelName="Hotel Bocconi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Bligny 56, 20136 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/7d/057d1a506024ed73f64ef85ae7bddc5111e14649.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.27" OriginalAmount="127.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485505758366" Longitude="9.2200720310211" StarRating="2" HotelCode="58348|hotel_sara" HotelName="Sara" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via A. Sacchini 17, 20131 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/zz/4dad0e62c89a7761d1ebab8a2ea6bd053c258ded.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated approximately 50 m from the Piazzale Loreto and about 10 minutes from Central...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.27" OriginalAmount="127.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482512" Longitude="9.224143" StarRating="3" HotelCode="268052|oasi_village_hotel__resort" HotelName="Oasi Village Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Lombardia 20, 20131 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/60/c160b99df726c84d536cfcfc87f3f631545eab4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="129.28" OriginalAmount="128" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|48033-25224293/1932279108143858485/8106" HotelName="IBIS STYLES MILANO CENTRO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/897600/897527/7662405f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.28" OriginalAmount="128.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.438431" Longitude="9.199916" StarRating="2" HotelCode="144697|bed__bed_in_milano" HotelName="Bed &amp; Bed Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giuseppe Ripamonti 126, 20141 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/66/f4/66f453074c65d8a7dd1db556e94e5445c2b42249.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.28" OriginalAmount="128.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48393118" Longitude="9.20979393" StarRating="1" HotelCode="351078|calypso_6" HotelName="Hotel Calypso" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Via Petrella 18, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/ce/4cce46a93e216459dcc2747cefb2d2de216eede0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a 24-hour 24, family rooms, valet parking, heating, luggage storage, room service, cur...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="130.29" OriginalAmount="129" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479409" Longitude="9.207851" StarRating="1" HotelCode="901282|178014" HotelName="Nettuno" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tadino 27, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/27/d827ffc70c779a570bd428425c7e0f6db5be8003.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="130.29" OriginalAmount="129" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|875337-28447441/1932279108143858485/3362" HotelName="NAVIGLI APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/875337/20201015172853911.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="130.29" OriginalAmount="129" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|234608-28497833/1932279108143858485/5141" HotelName="DOMENICHINO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2521100/2521044/2ef612b6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="130.29" OriginalAmount="129" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|67584-19503791/1932279108143858485/7046" HotelName="BRISTOL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2529600/2529557/c298a71d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48251" Longitude="9.2027370000001" StarRating="3" HotelCode="128274|hotel_bolzano" HotelName="Bolzano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Boscovich 21, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/06/dd/06dda02b3ab8527c8513b91e3142bccb547234ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46281" Longitude="9.16964" StarRating="3" HotelCode="361198|bb_hotel_milano_santambrogio" HotelName="B&amp;B Hotel MILANO Sant'Ambrogio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via degli Olivetani 4, 20123 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/de/a5de0893b8c694189443861a163fc1ea2a61c095.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47191883" Longitude="9.22078543" StarRating="2" HotelCode="573748|conti_guest_house" HotelName="Conti Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Gian Battista Tiepolo 38, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/66/6b66639a29e4cdfdba6e409e36e968c772e0000d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="131.30" OriginalAmount="130" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|877811-28588098/1932279108143858485/3731" HotelName="NH LINATE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/877811/20201030112124431.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="131.30" OriginalAmount="130" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|160678-19503672/1932279108143858485/7049" HotelName="LOMBARDIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2340000/2331400/2331303/00c4b299_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="131.30" OriginalAmount="130" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1347379-26643955/1932279108143858485/9537" HotelName="ITALIANWAY - THE B VILLAGE SUPERIOR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/85000000/84230000/84222800/84222729/ff67dde5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="131.30" OriginalAmount="130" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|311111-25513310/1932279108143858485/11324" HotelName="BED &amp;amp; BED MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2530700/2530661/9c6ce438_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.30" OriginalAmount="130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.491181" Longitude="9.162491" StarRating="3" HotelCode="78539|hotel_corallo_3" HotelName="Corallo Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cesena 20, Milano 20155</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/92/d4/92d4bf5a80a0a0e937b2ca884b47512da80c1f69.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.30" OriginalAmount="130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.453008" Longitude="9.195905" StarRating="4" HotelCode="95061|crivis" HotelName="Crivi's Hotel Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso di Porta Vigentina 46, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/18/08181b32d6916d5ce7127ea9adb5dfb38f3e849b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="131.30" OriginalAmount="130.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.41578425" Longitude="9.24024971" StarRating="3" HotelCode="361642|hotel_borgo_nuovo" HotelName="Hotel Borgo Nuovo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via San Bernardo 36, 20139 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/73/bd/73bd6ae3e2ab82d3752a7514d2ee62c17cec7d4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.31" OriginalAmount="131" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463146" Longitude="9.148421" StarRating="4" HotelCode="260276|54908" HotelName="Studio Inn De Angeli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Gracchi 30, 20146 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/ec/47ec43c2d7b6e8a68c942ec4d1d8d0202fbe9f51.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="132.31" OriginalAmount="131" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18238-25203045/1932279108143858485/8964" HotelName="UNA SCANDINAVIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/54200/54124/ee31c0f3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.31" OriginalAmount="131.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48475" Longitude="9.162364" StarRating="3" HotelCode="117237|hotel_losanna" HotelName="Losanna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Piero della Francesca 39, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/a5/dfa5853bbf56aaf4c897b198814854098ecbeb3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can feel at home in one of the 23 rooms. Services and facilities at the hotel include a r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="133.32" OriginalAmount="132" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|597829-28501692/1932279108143858485/1757" HotelName="GIACOSA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/35000000/34560000/34552000/34551980/73159a10_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="133.32" OriginalAmount="132" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|34834-32597415/1932279108143858485/1842" HotelName="FIORELLA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2520400/2520340/d1f35a7b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="133.32" OriginalAmount="132" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1348287-28478260/1932279108143858485/2071" HotelName="LE TEXTURE PREMIUM ROOMS DUOMO-CORDUSIO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1348287/20221021151331208.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="133.32" OriginalAmount="132" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|273653-25497548/1932279108143858485/9188" HotelName="CRIVI'S" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/27700/27681/1ba8388b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483912" Longitude="9.207573" StarRating="4" HotelCode="36232|andreola_central_hotel" HotelName="Andreola Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Domenico Scarlatti 24, 20124 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/20/c02075cea436cfdc519b39d8a3fa5070b8352804.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.535001" Longitude="9.124598" StarRating="4" HotelCode="899651|domina_inn_milano_fiera" HotelName="Domina Milano Fiera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Don Orione 18-20, 20026 Novate Milanese</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/6a/f76a52f654979dc25004d335053fa430311242d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and business hotel is situated in Novate Milanese, in the heart of a pleasant rural area i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.466607" Longitude="9.1566829999999" StarRating="3" HotelCode="117283|56628" HotelName="Metro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Vercelli 61, 20144 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/30/af30cc41f763afccd2cf2a3948f90c39201c80f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5101-25190158/1932279108143858485/11289" HotelName="MILANO PORTELLO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/670000/664600/664571/30028bb6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.33" OriginalAmount="133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.447146" Longitude="9.209249" StarRating="4" HotelCode="77381|best_western_hotel_major" HotelName="Best Western Hotel Major" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Isonzo 2, 20135 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/d6/f3d6c3d4f2040520455b21acc106363d8daeb0c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.33" OriginalAmount="133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.487823982949" Longitude="9.2040168762176" StarRating="1" HotelCode="145809|hotel_central_station" HotelName="Hotel Central Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Battista Sammartini 15, 20125 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/2f/142fe1e55e0c628df118f20041f013d28de595be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.33" OriginalAmount="133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47731468" Longitude="9.22555338" StarRating="1" HotelCode="353800|albergo_leonardo_da_vinci" HotelName="Albergo Leonardo Da Vinci" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Leonardo Da Vinci 10, 20133 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/dd/4fdd56c4ad3e0c0650e69d2d2801b666158571c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Think Florence in Florence (Duomo), you'll be minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.33" OriginalAmount="133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47173972" Longitude="9.07813526" StarRating="0" HotelCode="785958|miniotel_agriturismo_dolceluna" HotelName="Agriturismo Dolceluna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaetano Airaghi 131, 20153 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/a8/61a87dd20c51d4836e07cd8f3e93935d45d2be24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484744163255" Longitude="9.1596740484238" StarRating="4" HotelCode="34832|hotel_nasco" HotelName="Hotel Nasco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Corso Sempione 69, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/52/99/5299400b02b48f40acb3c61acb111696c9838e4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in an ideal location in the heart of trendy Milan with quick access to excell...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.452339" Longitude="9.2148540000001" StarRating="3" HotelCode="117277|hotel_mec" HotelName="Mec" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tito Livio 4, 20137 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/9d/a39dc13d3622f6cf96c762155ef211f1469f5461.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480448009839" Longitude="9.2116163671017" StarRating="4" HotelCode="12715|8599" HotelName="Best Western Plus Hotel Galles" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Eco 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,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Lima 2, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/89/9b/899bd9366d4863687e120a5c9e19e5e0bc802a6a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located directly on the Corso Buenos Aires. It takes just a few minutes by foo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|48037-28524889/1932279108143858485/3906" HotelName="BAGLIORI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/850000/849900/849836/5213aca4_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1178505-26494574/1932279108143858485/9243" HotelName="HOTEL LEONARDO DA VINCI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19180000/19172600/19172559/4153d2f7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.35" OriginalAmount="135.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483112810684" Longitude="9.2032787203789" StarRating="4" HotelCode="35052|best_western_atlantic" HotelName="Hotel Atlantic" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 24, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/4e/184e234e6d68443c6361e58c638279a25a9010ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located just a few minutes' walk from Milan's designer shops, the Scala...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.35" OriginalAmount="135.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478267368029" Longitude="9.2016962170601" StarRating="3" HotelCode="31170|ibis_milano_centro" HotelName="Albergo ibis Milano Centro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Finocchiaro Aprile 2, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/22/2b22aad6369f325dfb54d633992b5d143e48d6cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel enjoys an excellent location in the centre of Milan. The main train station, Piaz...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="136.35" OriginalAmount="135.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.440930422255" Longitude="9.1728356480598" StarRating="4" HotelCode="35289|hotel_la_spezia" HotelName="La Spezia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via La Spezia 25, 20142 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bf/55/bf55f3c02f70c03d23cc61b8578dfacc73d960dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous up-market hotel is conveniently situated for transport connections. Romolo is the clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137.36" OriginalAmount="136" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.491512" Longitude="9.1668999999999" StarRating="2" HotelCode="145013|180652" HotelName="Bogart" 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>Via Principe Eugenio 45, 20155 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/85/d98581d4100cb71f7f150a3f948fd24ac4077368.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="137.36" OriginalAmount="136" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.500617060739" Longitude="9.144591987133" StarRating="4" HotelCode="161648|20273" HotelName="Radisson Blu Hotel Milan" 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,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Villapizzone 24, 20156 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2e4af1241435644c/3d/3d69a7322ac432799006465402b7ed9e/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a tranquil oasis in the heart of Milan's residential Bovisa District, just over 6 km no...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="137.36" OriginalAmount="136" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1347377-26643953/1932279108143858485/9398" HotelName="ITALIANWAY - THE B VILLAGE BUSINESS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/87000000/86140000/86140000/86139978/77755628_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="137.36" OriginalAmount="136" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1464888-32918356/1932279108143858485/12155" HotelName="PALAZZO LORETO HOTEL MILANO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/125000000/124190000/124181000/124180975/0d9edb90_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.36" OriginalAmount="136.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483369505027" Longitude="9.2033243179321" StarRating="3" HotelCode="17123|idea_hotel_milano_centrale_2" HotelName="Smart Hotel Central Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 28, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/5f/605fefe44eb95e60a650c5860f8c1d6ce2b448ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of Milan on the Via Napo Torriani directly beside the main train statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.36" OriginalAmount="136.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.514785" Longitude="9.116386" StarRating="4" HotelCode="221719|klima_hotel_milano_fiere" HotelName="Klima Hotel Milano Fiere" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Venezia Giulia 8, 20157 Milano, Lombardei</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/50/fe508f0f8b2b208c3da667557c633af892f00d9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="137.36" OriginalAmount="136.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4756" Longitude="9.1915" StarRating="0" HotelCode="980929|hd8_milan" HotelName="HD8 Hotel Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca Daosta 8, 20124 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/e1/31e1189654645c380d2ffb09bfc5ed594d5c5342.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49940651" Longitude="9.22306664" StarRating="3" HotelCode="770134|344134" HotelName="Hotel H21" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Valtorta 21, 20127 Milan, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/15/c9154ace7643a11ac3bb23cf1dc41d40553a2410.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1348672-28478322/1932279108143858485/442" HotelName="SHORT RENT MILAN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1348672/202211995020938.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|196478-28501098/1932279108143858485/923" HotelName="RAFAEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/196478/2012112612303374.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5109-22238916/1932279108143858485/6358" HotelName="SMART MILANO CENTRALE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/180000/176500/176472/18ff12c4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5088-25187747/1932279108143858485/7597" HotelName="IBIS MILANO CENTRO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/905600/905544/1a3e522d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|591994-25740932/1932279108143858485/10253" HotelName="H21" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/29000000/28830000/28822000/28821957/c43ca393_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="138.37" OriginalAmount="137.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48425126" Longitude="9.21567092" StarRating="3" HotelCode="849411|stradivari_flat_milan" HotelName="Hotel Stradivari" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Stradivari 4, Piazza Argentina, 20131 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/f4/b4f4144c640a3d85363c2d6f208ae76fe278b614.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1348643-28478317/1932279108143858485/739" HotelName="SANTARELLA GUEST HOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1348643/2022118141641684.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5067-25190144/1932279108143858485/10420" HotelName="BAVIERA MOKINBA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/48600/48582/95b3a753_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.38" OriginalAmount="138.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.455009" Longitude="9.153762" StarRating="3" HotelCode="95058|hotel_des_etrangers" HotelName="Des Etrangers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sirte 9, 20146 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d4/32/d432dd571891a1a328a59da623307621bf184fbc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.38" OriginalAmount="138.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481853" Longitude="9.207898" StarRating="2" HotelCode="117314|mondial_milano" HotelName="Mondial" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitruvio 24, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/0c/b10c9395cf92f0282c38d68cc7cb95d7ab367a2a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.38" OriginalAmount="138.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483431562824" Longitude="9.2084687948227" StarRating="3" HotelCode="337184|mokinba_hotels_cristallo_2" HotelName="Hotel Cristallo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Scarlatti 22, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8b/f1/8bf1112c426506de3cb8a15c61b854ac7dfaca62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on the Via Scarlatti at the heart of Milan. Various attractions are to be found in t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.38" OriginalAmount="138.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.474901" Longitude="9.14574" StarRating="3" HotelCode="192203|residence_portello" HotelName="Residence Portello - Gruppo MiniHotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Mose Bianchi 75, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/41/e74173a86286b7e3f65c0bf2bb85f24d5d2e7b82.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.456591" Longitude="9.199493" StarRating="0" HotelCode="388960|la_residenza_isabella" HotelName="La Residenza Isabella" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses,Hostels" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Lounge,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via Lamarmora 22, Milano Centro, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/27/6f275c3a0c2e52313b5864889e085fe7964718d9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at La Residenza Isabella in Milan (Milan Centre), you'...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.441884502361" Longitude="9.1759765780978" StarRating="2" HotelCode="337412|marte" HotelName="Hotel Marte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Ascanio Sforza 81, 20141 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/81/bf81aa9be48a64648e4df6c9f2e6b8de62ba1c74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="141.21" OriginalAmount="139.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483537813137" Longitude="9.1666625440121" StarRating="4" HotelCode="335627|201369" HotelName="Hotel Mozart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Gerusalemme 6, 20154 Milan, Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/21/532117f0c4dcd2ae7cba3f852d8c5a196c871e43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan, only a few steps away from the Corso Sempione and close...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="141.40" OriginalAmount="140" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.493658" Longitude="9.144121" StarRating="3" HotelCode="116501|55843" HotelName="Accursio" 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>Viale Certosa 88, 20156 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/41/6e/416e43a0679f828d077a565e33e5b3a3710337f1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="141.40" OriginalAmount="140" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|872145-28460041/1932279108143858485/2444" HotelName="CASCINA BELLARIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/872145/2020929165252637.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="141.40" OriginalAmount="140" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1464901-32918369/1932279108143858485/10307" HotelName="DAPLACE - CORSO SEMPIONE SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/100000000/99640000/99638400/99638306/e2d4bdb9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="141.40" OriginalAmount="140.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464040347162" Longitude="9.1586648672819" StarRating="3" HotelCode="192196|residence_cimarosa" HotelName="Residence Cimarosa - Gruppo MiniHotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cimarosa 19, 20144 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/70/6f7016b5dc33d1c8d7c0e8d7e7a9b6cd788b8100.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="142.41" OriginalAmount="141.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483407" Longitude="9.20291" StarRating="3" HotelCode="76695|hotel_augustus_milano" HotelName="Just Hotel Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 29, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/d6/33d698409cf273d4bf5d6a1f33b209c41bcccfe3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="143.42" OriginalAmount="142" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="29.9506361" Longitude="-90.0702428" StarRating="4" HotelCode="0|18223-25203040/1932279108143858485/10989" HotelName="MOZART" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> 333 St. Charles Avenue,  NEW ORLEANS, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22600/22560/38e76f23_b.jpg</HotelPictures>
        <HotelDescription>The following services and amenities are available, but with reduced service: Business Center, Fitness Center, Breakfast, On-site Restaurant(s), Room Service, Valet Parking.The following services and amenities are currently not available: Concierge, Executive Lounge.The Hilton New Orleans/St. Charles Avenue hotel in Louisiana is located in the heart of the New Orleans Central Business District, three blocks off Canal Street and blocks from the world-famous French Quarter and Bourbon Street. This landmark building was built in 1926 as the Masonic Temple and was the second high-rise to be built in the Central Business District. 

The Hilton New Orleans/St. Charles Avenue hotel has undergone an $11 million renovation and has re-emerged as the newest upscale, premier hotel experience in the Crescent City. The architecture, exquisite woodwork and other design detail from the artisans of the 1920s is evident throughout the hotel and highlighted by the original chandeliers at the main entrance, original marble floors and walls, and the elaborate, hand-crafted inlay tile ceiling in the Grand Entry Hall. 

Walk into the Hilton New Orleans hotel and take a step back in time to luxury hotels of the past - hotels that made New Orleans, Louisiana famous. Uniquely sophisticated and elegantly designed, our hotel boasts 250 superior guest rooms including 25 dignitary suites and the five-bedroom Grand Suite. Our world-class restaurant and lounge offer breakfast, lunch and dinner selections as well as in-room dining options that include a 24-hour, in-room dining menu. 

Our French Quarter area hotel on St. Charles Avenue in Louisiana has 12,000 sq. ft. of flexible function space including multiple break-out rooms with the same attention to detail and preserved or restored to reflect their most opulent past glory. From weddings to corporate board meetings and anything in between, our hotel is one of the favorite gathering places in New Orleans, Louisiana.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="143.42" OriginalAmount="142" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|26748-25213082/1932279108143858485/11567" HotelName="NASCO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1100000/1095000/1094943/149ec67e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483115631507" Longitude="9.1814374923706" StarRating="3" HotelCode="17144|hotel_san_guido" HotelName="San Guido" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via C. Farini, 1/A, 20154  Milan ( MI), Italy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/86/0e8672d75a1457ec1ca3232a159d3ea83cbd8758.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.505119" Longitude="9.261477" StarRating="3" HotelCode="221721|rafael" HotelName="Rafael Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Olgettina 60, 20132 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f1/0e/f10ee72a7145a3a785b2e220896d0078d0092274.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.458620074641" Longitude="9.175017816739" StarRating="2" HotelCode="376063|santagostino_rooms" HotelName="B&amp;B Sant'Agostino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via San Vincenzo 18 D, 20123 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/f1/55f1a2ee71e18d3c4d36d489db1beb3e5ff0c293.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="144.43" OriginalAmount="143" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|875352-28460176/1932279108143858485/1119" HotelName="RESIDENCE MILANO BICOCCA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/8000000/7840000/7836000/7835913/392b824f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="144.43" OriginalAmount="143" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|453278-19601016/1932279108143858485/7103" HotelName="B&amp;amp;B MILANO SANT'AMBROGIO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10070000/10067400/10067317/22b978f9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="144.43" OriginalAmount="143" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|196700-25387089/1932279108143858485/8570" HotelName="KLIMA MILANO FIERE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5430000/5426900/5426838/c3d0404a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="144.43" OriginalAmount="143" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1464886-32918354/1932279108143858485/11593" HotelName="7BA HOTEL MILANO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/117000000/116540000/116534500/116534479/f02db90d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="144.43" OriginalAmount="143.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47131628" Longitude="9.15559246" StarRating="0" HotelCode="447758|mita_rooms_apartment_penthouse" HotelName="Mita Milano Rooms&amp;Apartment" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Bed and breakfasts" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Michelangelo Buonarroti 38, 20145 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b0/83/b0831841e150ef20d97cf6e507751f7baf82bdcd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.44" OriginalAmount="144.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478167690276" Longitude="9.2092037200928" StarRating="3" HotelCode="60469|teco" HotelName="Teco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Spallanzani 27, 20100 Mailand, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/6d/806d6ad2c85a2d0a5acd97945005291aca8855c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located in the city centre of Milan. In the nearby historical centre ther...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.44" OriginalAmount="144.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479257" Longitude="9.210101" StarRating="4" HotelCode="116703|best_western_hotel_city" HotelName="Best Western Hotel City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Buenos Aires 42/5, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/ed/e3ed68a34823facb47ee664b60e3690e56b3b224.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.44" OriginalAmount="144.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48384" Longitude="9.20317" StarRating="4" HotelCode="321370|duca_2" HotelName="GLAM Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 4/6, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/e7/4ce731cb6dc1cf7f0e3bcc23d5e0af87792dd712.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.468671823131" Longitude="9.2102148371112" StarRating="3" HotelCode="376558|180038" HotelName="La Chambre Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Poerio 2/A, Anglo P.zz Risorgimento, 20126 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/dc/07/dc076b991c96706d8bcf1db856482ae800374100.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|32499-25216032/1932279108143858485/11107" HotelName="B AND B HOTEL MILANO LA SPEZIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1190000/1181200/1181146/c6bf7cf6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.845199" Longitude="28.254703" StarRating="2" HotelCode="0|256993-32731825/1932279108143858485/11578" HotelName="B &amp;amp; B SANT AGOSTINO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6710000/6704900/6704860/3751a36a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|611206-25772648/1932279108143858485/11961" HotelName="MITA ROOMS AND APARTMENT - PENTHOUSE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12600000/12591600/12591504/f8597262_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.45" OriginalAmount="145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4529598" Longitude="9.2098829" StarRating="3" HotelCode="192192|sigieri_residence_milano_2" HotelName="Sigieri Residence Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Sigieri 3, 20135 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/b4/33b487ec5c2842a452ecd938daa24ff37c560e67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.45" OriginalAmount="145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48138" Longitude="9.203411" StarRating="3" HotelCode="173020|bb_hotel_milano_central_station" HotelName="B&amp;B Hotel Milano Central Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 9, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/51/9d5109823f29627d374536ad3b472410a8b10cd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, hotel is centrally located just 100 m from the main train station. Links to the public...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.45" OriginalAmount="145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48357316" Longitude="9.10485273" StarRating="0" HotelCode="672113|cascina_bellaria" HotelName="Bellaria Restoro In Cascina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Cascina Bellaria 90, 20151 Milan, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/da/65dad614cb256f37335cb1241258867eec5e40f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="146.47" OriginalAmount="145.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479220880264" Longitude="9.1457507014275" StarRating="5" HotelCode="31174|5775" HotelName="Meliá Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Masaccio 19, 20149 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/15/f1153d0d4866c544a9f26d2d95a869f1e835381f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxury hotel and convention centre lies close to the Fiera Campionaria in the northeast of Milan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.20" OriginalAmount="145.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479798245708" Longitude="9.2114192247391" StarRating="3" HotelCode="11837|17042" HotelName="Hotel Demidoff Milan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Plinio 2, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/70/7a70734e51b0522ac279fed8c10fde649b546264.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the city centre, around 500 m away from Piazza della Republica as well as the Sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="147.31" OriginalAmount="145.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.45807668" Longitude="9.2122102" StarRating="3" HotelCode="549052|2952365" HotelName="Brera Apartments in Porta Romana" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Via Spartaco 33, 20121 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/2f/b62f8294880088d996980c34a9b24caa78279fce.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="147.46" OriginalAmount="146" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-34.906437" Longitude="-56.1913303" StarRating="3" HotelCode="0|95710-25262622/1932279108143858485/9897" HotelName="BEST WESTERN CITY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Cagancha 1126, MONTEVIDEO, URUGUAY,11100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7300/7296/23866b2f_b.jpg</HotelPictures>
        <HotelDescription>The Balmoral Plaza Hotel offers convenient accommodations with a great location right on the main square in Montevideo: the historic Plaza Cagancha. Enjoy a comfortable stay with excellent services like a gym, a sauna, meeting rooms, a business center, and guestrooms fitted up with modern amenities.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="147.46" OriginalAmount="146" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|628412-25799355/1932279108143858485/9959" HotelName="STRADIVARI" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27100000/27094200/27094167/a01605bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="148.29" OriginalAmount="146.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477985" Longitude="9.209421" StarRating="4" HotelCode="17916|1927836" HotelName="Ritz Milano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Spallanzani 40, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/40/8a4074efff266b99ca987cc9c61b5c37515446d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="148.29" OriginalAmount="146.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485216497883" Longitude="9.2068988913597" StarRating="4" HotelCode="17911|4691218" HotelName="Anderson" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Luigi di Savoia 20, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/e2/25e246e3a92e6f3ac51d5f219ce868ae956877b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located around 500 m from the central train station. A wide range of restaurants, shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="148.47" OriginalAmount="147" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1201823-28453456/1932279108143858485/440" HotelName="RESIDENCE CIMAROSA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/52000000/51640000/51632500/51632410/440c12d7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="148.47" OriginalAmount="147" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1349150-28480703/1932279108143858485/4954" HotelName="L'OTTAVA GUESTHOUSE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1349150/2022111891737352.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="148.47" OriginalAmount="147" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|871897-22329277/1932279108143858485/6624" HotelName="STRADIVARI-NEW" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/871897/202092982556379.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="149.01" OriginalAmount="147.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.501850355574" Longitude="9.2278849349653" StarRating="4" HotelCode="169226|164244" HotelName="Ramada Plaza Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Stamira d'Ancona 27, 20127 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/31/7f312e19be9dd0d67b898414cc0b483093c77ed6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 700 metres from the subway and close to the city centre, this hotel near Villa Reale (4 km) ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="149.25" OriginalAmount="147.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.451062" Longitude="9.1922010000001" StarRating="4" HotelCode="78764|1357228" HotelName="D'Este" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Bligny 23, 20136 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/3a/c73a97182869991aa15e1873446ca73d2494c572.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48783688" Longitude="9.20276939" StarRating="3" HotelCode="577990|227211" HotelName="43 Station Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabio Filzi 43, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/e7/2ae76f9f94a66119e4ca4331c892a7da573d0865.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|95333-32597290/1932279108143858485/1739" HotelName="BEST WESTERN MAJOR" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/28400/28310/780d19b6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|871078-28460073/1932279108143858485/4648" HotelName="DREAMS RESIDENZA PIANELL 10" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/871078/202092485555893.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|34169-25217310/1932279108143858485/10025" HotelName="BEST WESTERN MADISON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20100/20025/e5e34be1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.48" OriginalAmount="148.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.451681" Longitude="9.181922" StarRating="1" HotelCode="150734|la_vignetta" HotelName="La Vignetta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietro Custodi 2, 20136 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/22/672231c9a44c6f6582ac5654c0b75edc99f70b7b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The Wi-Fi is free and at the reception you will find an internet point you can use at no extra charg...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.48" OriginalAmount="148.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482910651312" Longitude="9.2040109634399" StarRating="4" HotelCode="52698|hotel_colombia" HotelName="Colombia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>via roberto lepetit 15, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/66/4b66f3755f779deb7e89fff807477c285640d174.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the tourist centre of Milan just 100 m from links to the public trans...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.48" OriginalAmount="148.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.494730022206" Longitude="9.1418271457485" StarRating="4" HotelCode="98552|mirage_hotel_milan" HotelName="Sure Hotel Collection by Best Western Hotel Mirage" Meals="ROOM ONLY" 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,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Certosa 104/106, 20156 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/2c/982c8ae891c1f63532d6645a69492fda2486e12b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in an impressive building in the northern suburbs of Milan. It enjoys a convenient ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="150.49" OriginalAmount="149" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|338552-20593544/1932279108143858485/7114" HotelName="GLAM MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2521200/2521132/9b014c26_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="150.49" OriginalAmount="149" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1349694-32737636/1932279108143858485/9525" HotelName="METROPOLI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/77000000/76270000/76266500/76266473/018924bf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="151.50" OriginalAmount="150" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1347298-28478110/1932279108143858485/853" HotelName="BEPLACE APARTMENTS IN PORTA ROMANA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1347298/20229271115581.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="151.50" OriginalAmount="150" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|302105-28512863/1932279108143858485/3752" HotelName="IBIS MILANO FIERA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7210000/7207400/7207387/d5406582_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="151.50" OriginalAmount="150" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1464891-32918359/1932279108143858485/12053" HotelName="PALAZZO BUENOS AIRES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1070000/1069000/1068913/c6ff4dd7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="151.50" OriginalAmount="150.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482649" Longitude="9.203375" StarRating="4" HotelCode="10859|hotel_berna" HotelName="Hotel Berna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 18, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/70/6c708d72b88eb10feb3177cb3111ddda6a3f678f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located directly in the city centre near the main tourist attractions and the m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="152.22" OriginalAmount="150.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485395" Longitude="9.211708" StarRating="4" HotelCode="39582|18280" HotelName="Doria Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Andrea Doria 22, 20124 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/1c/ee1c31751806cd0706f5ec618e537d8ebd7fed92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally situated only around 5 minutes walk from various shopping possibilities, bar...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482368" Longitude="9.175693" StarRating="4" HotelCode="13286|32279" HotelName="Leonardo Hotel Milan City Center" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Messina 10, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/f0/11f0063147456c9b9089fb4283c1a8b5debc3f8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the heart of Milan, in the vicinity of the Porta Garibaldi, the fashionable Brera di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|676506-28467414/1932279108143858485/2548" HotelName="LE QUERCE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2100000/2097300/2097286/a6cd527a_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="29.989304" Longitude="-90.194106" StarRating="4" HotelCode="0|18212-25203036/1932279108143858485/8192" HotelName="UNA HOTELS GALLES MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> 6401 Veterans Memorial Blvd,  METAIRIE, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/190000/184100/184070/92e69c32_b.jpg</HotelPictures>
        <HotelDescription>Thank you for choosing our Wyndham Garden New Orleans Airport hotel. Wyndham Garden Hotels offer tasteful, intimate hotels with comfortable guestrooms and thoughtful amenities. Perfectly situated in convenient business, airport and suburban locations, each hotel provides a worry free stay including relaxing public areas and casual dining events to social gatherings.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.52" OriginalAmount="152" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485470029443" Longitude="9.2233550548554" StarRating="3" HotelCode="64220|15271" HotelName="San Francisco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Lombardia 55, 20131 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/d0/f3d0a3126df98f4e667f2354452f3e1dc66a0198.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="153.52" OriginalAmount="152" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1347378-28478123/1932279108143858485/2765" HotelName="ITALIANWAY - THE B VILLAGE STANDARD" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1347378/2022928141224415.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="153.52" OriginalAmount="152" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|143086-25318203/1932279108143858485/8236" HotelName="LEONARDO CITY CENTER (EX. HERMITAGE)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20100/20068/cbf11d8d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="153.52" OriginalAmount="152" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|145457-25319663/1932279108143858485/10744" HotelName="RAMADA PLAZA BY WYNDHAM MILANO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3570000/3568600/3568504/00628507_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="153.52" OriginalAmount="152.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47343273" Longitude="9.20954934" StarRating="0" HotelCode="459764|italianway_apartments_melzo" HotelName="Melzo by Italianway Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Melzo 12, Citta Studi, 20136 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/9c/6c/9c6c20367e10029b62a652f7d33d328150fed978.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1347093-28538184/1932279108143858485/1598" HotelName="FOLEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1347093/2022921164411928.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5064-19527514/1932279108143858485/7208" HotelName="B&amp;amp;B HOTEL MILANO CENTRAL STATION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/80000/75200/75172/f8567cc0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1401683-27594336/1932279108143858485/9556" HotelName="IH HOTELS MILANO CENTRALE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/96000000/95030000/95027500/95027463/99b7591d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.53" OriginalAmount="153.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482617" Longitude="9.090957" StarRating="2" HotelCode="117606|hotel_san_siro_fiera" HotelName="San Siro Fiera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Novara 371, 20153 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/9a/a19a7658bdd15d9c02c6754cc8106623b6745f82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.53" OriginalAmount="153.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483604572081" Longitude="9.2040592432022" StarRating="1" HotelCode="192167|klick_hotel_milano" HotelName="Klick Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Da Recanate 2, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/8f/798f9b412a855b3a49319d44e72186f59c1a2d17.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="155.54" OriginalAmount="154" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465757373039" Longitude="9.1778218746185" StarRating="4" HotelCode="34969|55854" HotelName="King Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Magenta 19, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/ee/30eeec660e4cf57dbffea130c40c547bff61a626.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This town hotel is located just a few paces from the cathedral at the centre of Milan where numerous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="155.54" OriginalAmount="154" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|15254-32369788/1932279108143858485/6087" HotelName="STARHOTEL RITZ" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22000/21978/d0debbf0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="155.54" OriginalAmount="154" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|34836-25217898/1932279108143858485/8434" HotelName="HOTEL MIRAGE SURE HOTEL COLLECTION BY BEST WESTERN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/45800/45789/03f850bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="155.54" OriginalAmount="154" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|49147-25225351/1932279108143858485/9870" HotelName="C-HOTELS ATLANTIC" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2100/2076/2ae25a50_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="155.54" OriginalAmount="154.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.50696721" Longitude="9.20639196" StarRating="0" HotelCode="559092|dreams_hotel_residenza_pianell_10" HotelName="DreamsHotel Residenza Pianell 10" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Salvatore Pianell 10, 20162 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/a6/a4a6149d580109bd808883e6597fc136003ae356.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.3725" Longitude="-71.1224" StarRating="2" HotelCode="0|338522-25529302/1932279108143858485/8924" HotelName="MARTE" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>ONE BENNETT STREET, CAMBRIDGE, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10660000/10654200/10654132/04903af4_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Located in central Cambridge, The Charles Hotel is a business-friendly hotel within walking distance of Harvard University and Harvard Square. Additional points of interest include Hynes Convention Center and Boston Public Library.    Hotel Features.   Dining options at The Charles Hotel include 4 restaurants. A bar/lounge is open for drinks. Room service is available 24 hours a day. Recreational amenities include an indoor pool, a health club, a spa tub, a fitness facility, and a steam room. The property's full-service health spa has body treatments, massage/treatment rooms, facials, and beauty services. This 4-star property has a 24-hour business center and offers small meeting rooms, secretarial services, and a technology helpdesk. Complimentary wireless and wired high-speed Internet access is available in public areas. This Cambridge property has 1672 square meters of event space consisting of banquet facilities, conference/meeting rooms, and a ballroom.  Business services, concierge services, limo/town car service, and translation services are available. Guest parking is available for a surcharge. Additional property amenities include a library, a coffee shop/café, and barbecue grills. This is a smoke-free property.    Guestrooms.     294 air-conditioned guestrooms at The Charles Hotel feature minibars and CD players. Beds come with premium bedding. Bathrooms feature televisions, designer toiletries, bathrobes, and slippers. Wired high-speed and wireless Internet access is complimentary. In addition to desks and complimentary newspapers, guestrooms offer multi-line phones with voice mail, as well as free local calls (restrictions may apply). Plasma televisions have DVD players and pay movies. Rooms also include complimentary bottled water, safes, and windows that open. Guests may request a turndown service, hypo-allergenic bedding, and extra towels/bedding. Housekeeping is available daily. Guestrooms are all non-smoking.      Room Info:       Notifications and Fees:          The following fees and deposits are charged by the property at time of service, check-in, or check-out.    Self parking fee: USD 34 per night (in/out privileges)  Valet parking fee: USD 34 per night (in/out privileges)  Pet fee: USD 50 per pet, per stay     The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.    Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Check-in time starts at 3 PM  Check-out time is noon  Pets allowed   &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|632076-25806760/1932279108143858485/10862" HotelName="21 HOUSE OF STORIES CITTA STUDI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36280000/36276100/36276071/0eb8f769_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.55" OriginalAmount="155.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483276" Longitude="9.202935" StarRating="3" HotelCode="36236|hotel_bernina" HotelName="Bernina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 27, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d1/41/d1413062232fea4dd93ac2bb5c714465178f7e0c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="157.56" OriginalAmount="156" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.5107" Longitude="-82.039" StarRating="3" HotelCode="0|473747-25641550/1932279108143858485/9913" HotelName="43 STATION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>201 BOY SCOUT RD, I-20, AUGUSTA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17720000/17710700/17710658/7c847358_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   Located in Augusta, Motel 6 Augusta is close to Augusta National Golf Club and Augusta State University.&lt;br /&gt; This eco-friendly hotel is within the vicinity of Ezekiel Harris House and The Augusta Canal Interpretive Center at Enterprise Mill.&lt;br /&gt;   Rooms   Make yourself at home in one of the 118 air-conditioned guestrooms. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with shower/tub combinations feature complimentary toiletries and hair dryers. Conveniences include desks and blackout drapes/curtains, as well as direct-dial phones with free local calls.&lt;br /&gt;   Rec, Spa, Premium Amenities   Take advantage of recreation opportunities such as a seasonal outdoor pool, or other amenities including complimentary wireless Internet access and a television in the lobby.&lt;br /&gt;   Business, Other Amenities   Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and a safe deposit box at the front desk. Free parking is available onsite.&lt;br /&gt;   Room Info:    Know Before You Go       Children 17 years old and younger stay free when occupying the parent or guardian's room, using existing bedding.       Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      Pet fee: USD 10. per pet, per day (maximum USD 50. per stay)       The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Minimum Spring Break check-in age is 18 years old.      Checkin Time:  3:00 PM  Checkout Time:  12:00 PM&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.56" OriginalAmount="156.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483058" Longitude="9.20306" StarRating="3" HotelCode="58220|hotel_flora_2" HotelName="Flora" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 23, 20124 Mailand, Lombardei</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e9/dd/e9dd4765926d10a377838a6649bad4ab3ad51ff7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is a welcoming hotel situated in Milan close to Central Station, excellently connected to the mai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.56" OriginalAmount="156.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470953750061" Longitude="9.1565948724747" StarRating="4" HotelCode="97096|hotel_tiziano_park__vita_parcour__gruppo_minihotel" HotelName="Hotel Tiziano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tiziano 6, 20145 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/ae/17aec0de1335ec19f27c28ef5a3eb9578f46aa5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5103-25190159/1932279108143858485/9015" HotelName="TIZIANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1150000/1141500/1141464/bd5c4012_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5076-32729611/1932279108143858485/10208" HotelName="SCARLATTI HOTEL MILANO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/45800/45752/19a48c72_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18220-25203038/1932279108143858485/11223" HotelName="MOKINBA HOTELS KING" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1080000/1070800/1070775/bf80c9ce_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.57" OriginalAmount="157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.475156586737" Longitude="9.2061567306519" StarRating="3" HotelCode="61855|hotel_fenice_milano" HotelName="Fenice" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Buenos Aires 2, 20124 Milano, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1c/91/1c9149d82f67d591cad2c1ccce905b69417400cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the beginning of the Corso Buenos Aires, a stone's throw from the old town,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="159.58" OriginalAmount="158" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.447123601026" Longitude="9.2069426178932" StarRating="4" HotelCode="36569|24172" HotelName="Grand Visconti Palace Milan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Isonzo 14, 20135 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/40/a0403ff76a14b70458f666a8b163180a9cb6f7b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a central location, close to public transport connections. Plenty of shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="159.58" OriginalAmount="158" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|24863-25212403/1932279108143858485/7680" HotelName="GRAND VISCONTI PALACE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/908300/908234/d782aac8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="159.58" OriginalAmount="158" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1221545-32715869/1932279108143858485/9377" HotelName="HOTEL CENTRALE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/107000000/106720000/106714000/106713959/cfa51c8c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.58" OriginalAmount="158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.44702805" Longitude="9.151584" StarRating="0" HotelCode="578332|versoverde_alzaia_naviglio_grande" HotelName="Versoverde Alzaia Naviglio Grande" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Alzaia Naviglio Grande 150, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/9c/159c8878ce95c3cc95f1072c1bbd5a9195ea7c69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.58" OriginalAmount="158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.44136315" Longitude="9.22353083" StarRating="0" HotelCode="673862|hotel_lucania" HotelName="Hotel Lucania" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Alessandro Antonelli 3, Ripamonti Corvetto, 20139 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b5/3f/b53f50586363237878af13bf98a55e092ca84b5b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463176" Longitude="9.2102649999999" StarRating="4" HotelCode="89634|55099" HotelName="Vittoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietro Calvi 32, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/93/f1939fb4cd79b9d9f976f80146aab899239f9ce1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|5098-25192094/1932279108143858485/7719" HotelName="MELIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/670000/662500/662486/862a482e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|21832-25212130/1932279108143858485/7749" HotelName="STARHOTELS ANDERSON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/48600/48572/e4ded283_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|152977-25326278/1932279108143858485/7897" HotelName="DORIA GRAND" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/5800/5726/258763cf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.60" OriginalAmount="160.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484186" Longitude="9.222253" StarRating="1" HotelCode="154478|mia_aparthotel" HotelName="Mia Aparthotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Vallazze 14, 20131 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/f8/ccf813985988cd8d5414c0e2506f6df7e24e6ef7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A warm welcome awaits you at the mid size, 1 star Hotel Vallazze in Milano. Guests can dine at the h...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="161.60" OriginalAmount="160.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.462854717559" Longitude="9.2119114100933" StarRating="2" HotelCode="192177|22_marzo" HotelName="Hotel 22 Marzo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Santa Maria del Suffragio 3, Angolo Bonvesin de la Riva 1, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/56/7756b5b4a8f8b0e91e056f2ad61e194554bd0b8b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.62" OriginalAmount="162" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.473998" Longitude="9.195996" StarRating="4" HotelCode="82894|19059" HotelName="Manin" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Manin 7, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/75/4275f694b1b95d3a6981a6f7e5b85ba1136a1cb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Milan, close to La Scala Theatre, the cathedral and the 'Quadri...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.62" OriginalAmount="162" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.433565" Longitude="9.189671" StarRating="4" HotelCode="79237|24168" HotelName="Atahotel Quark" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lampedusa, 11/A, 20141 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/107278/a_107278_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a strategic location, just a few minutes from the famous Navigli of Milan. Guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="163.62" OriginalAmount="162" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1355432-26649048/1932279108143858485/12094" HotelName="QUARK MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88960000/88956100/88956047/81ef9360_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.62" OriginalAmount="162.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477652372288" Longitude="9.2017418146133" StarRating="4" HotelCode="31175|nh_machiavelli" HotelName="NH Milano Machiavelli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Lazzaretto 5, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1b/5d/1b5d50d492ebeed9d68378f53d33c9fcf1fdc566.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable hotel is located at the heart of Milan in the Porta Venezia and Corso Buenos Aires d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.62" OriginalAmount="162.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481989171497" Longitude="9.2077285051346" StarRating="2" HotelCode="192169|hotel_2000_2" HotelName="Hotel 2000" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitruvio 28, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/4c/614c886d0895e0f20cf28b861a37aeecd1ca22c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="164.63" OriginalAmount="163" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483678" Longitude="9.164971" StarRating="4" HotelCode="31173|25518" HotelName="CityLife Hotel Poliziano" 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">
        <Address>
          <AddressLines>
            <AddressLine>Via Angelo Poliziano 11, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/9c/e09cd2de47b8ef2d52e3157ffa8873477fab4b6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel lies in the heart of Milan just 200 m from the Milan International Trade Fa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="165.64" OriginalAmount="164" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5105-32345290/1932279108143858485/199" HotelName="CITY LIFE POLIZIANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/45800/45775/2647f603_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="165.64" OriginalAmount="164" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|32686-25216244/1932279108143858485/10058" HotelName="CORALLO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1150000/1144200/1144144/212c7f5b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="165.64" OriginalAmount="164" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|20808-25211957/1932279108143858485/11204" HotelName="ROYAL GARDEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527200/527197/93017fe2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.64" OriginalAmount="164.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48437" Longitude="9.20509" StarRating="3" HotelCode="31176|mini_hotel_aosta_2" HotelName="Hotel Aosta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 16, Stazione Centrale, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/42/7042a534a806f458414ee6a385bfd7623041f547.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated opposite the main train station, which offers good connections to Linate and M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.65" OriginalAmount="165.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47710381" Longitude="9.19220902" StarRating="0" HotelCode="876458|apart_hotel_porta_nuova" HotelName="Aparthotel Porta Nuova" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corso di Porta Nuova 34, 20121 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/eb/a0/eba04129f205f1757cac3862d777f0962ece359e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.66" OriginalAmount="166.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483529" Longitude="9.2155339999999" StarRating="3" HotelCode="146997|hotel_dore" HotelName="Dorè" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Paganini 7, 20131 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8c/d5/8cd55efb13c8e1f35c4159540e79cbc460bf6574.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="167.66" OriginalAmount="166.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.489307938453" Longitude="9.2028361558914" StarRating="3" HotelCode="35288|hotel_club" HotelName="Club" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Copernico 18, 20125 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/a2/40a224228ec7f0d5a3a774ae6893ab874b53a35a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally situated within a short distance of the airport and the main trai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="168.27" OriginalAmount="166.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.450945305545" Longitude="9.1602802276611" StarRating="4" HotelCode="59713|66045" HotelName="nhow Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Tortona 35, 20144 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/77/a1/77a12a9d46eb28db3c7cfa4abe38b17b50c69175.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This designer hotel lies in the southern part of Milan, close to Porta Genova train station in the l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="168.67" OriginalAmount="167" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12772-28456478/1932279108143858485/5023" HotelName="PERUGINO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/973900/973863/a5083466_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="168.67" OriginalAmount="167" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18202-25203034/1932279108143858485/8943" HotelName="BERNA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/26300/26287/a5b54cd7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.67" OriginalAmount="167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.466293492016" Longitude="9.1587057709694" StarRating="4" HotelCode="335606|hotel_capitol" HotelName="Hotel Capitol Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cimarosa Domenico 6, 20144 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ef/15/ef1557e5570452ec0a16e9d4849be1d93f313c70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming conference hotel lies right in the historical centre of the city where guests will fin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="169.68" OriginalAmount="168" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|591311-25739906/1932279108143858485/11246" HotelName="APART PORTA NUOVA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/26000000/25130000/25120900/25120837/6347defa_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.68" OriginalAmount="168.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.502437" Longitude="9.221851" StarRating="4" HotelCode="20863|best_western_antares_hotel_concorde" HotelName="Best Western Antares Hotel Concorde" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Monza 132, 20127 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/c3/89c30fa375cf3cf50b5b010ada6c242118ec2892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located just a short walk from Milan's most famous shopping streets. Countless sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.68" OriginalAmount="168.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.488478701474" Longitude="9.2102980613708" StarRating="3" HotelCode="335616|hotel_soperga" HotelName="Hotel Soperga" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Soperga 24, 20127 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/2e/90/2e9078fd34b129ae1bf4ae8447ffa82a6c18f9a5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a large Palazzo in Milan's city centre, close to the Corso Buenos Aires. Th...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.68" OriginalAmount="168.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46126304" Longitude="9.18607585" StarRating="0" HotelCode="548615|duomo_house_2" HotelName="Duomo House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Via della Palla 5, 20123 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/70/0a709e8db3feeb38f9fd3b0fc1df371e4372b1c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="170.43" OriginalAmount="168.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.437584204443" Longitude="9.2314392328262" StarRating="4" HotelCode="18190|1487544" HotelName="Business Palace" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Pietro Gaggia 3, 20139 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/e9/05e95ff88737567bc6a920bde4b2ae4d4d9f4b18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies in the lively city of Milan just 500 m from the nearest links to the public...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="170.69" OriginalAmount="169" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|28976-25212834/1932279108143858485/8020" HotelName="CAPITOL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/3400/3398/25ddf394_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="170.69" OriginalAmount="169" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|237041-25445410/1932279108143858485/9446" HotelName="DORE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1190000/1183200/1183174/b0322204_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="170.69" OriginalAmount="169.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.45435488" Longitude="9.16935827" StarRating="2" HotelCode="447660|experience_design_bed__show" HotelName="Experience Design Bed &amp; Show" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Via Tortona 10, 20144 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/ef/27efe72f1186e8c382e8ce5039c532b016324a5a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="171.70" OriginalAmount="170.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.474226" Longitude="9.207774" StarRating="3" HotelCode="387446|211300" HotelName="Eurohotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sirtori 24, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c9/83/c983c413c5a2f5d54c579854c7af96aa784b9bd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="171.70" OriginalAmount="170" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|18233-25201602/1932279108143858485/9003" HotelName="SOPERGA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7200/7199/806cb08e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="171.70" OriginalAmount="170" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1043618-26255953/1932279108143858485/9314" HotelName="ITALIANWAY GARIBALDI 104 A" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48640000/48630600/48630588/b5edc937_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="171.70" OriginalAmount="170.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484010765638" Longitude="9.2000734806061" StarRating="4" HotelCode="20865|auriga_hotel" HotelName="Auriga" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via G.B. Pirelli 7, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/22/80222d65a2c60e1f79edf57c183e830ab7bd2737.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located at the heart of the business centre. Public transport departs from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.71" OriginalAmount="171" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482984" Longitude="9.20308" StarRating="3" HotelCode="99794|55853" HotelName="Garda" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 21, 20124 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e1/5c/e15cffa406f0d03efb79881ae4a698b734566fc7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="172.71" OriginalAmount="171" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5092-25190154/1932279108143858485/10718" HotelName="NH MACHIAVELLI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/600000/599600/599508/5eabbd2a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="172.71" OriginalAmount="171" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|870431-26087160/1932279108143858485/11463" HotelName="APPARTAMENTO GIOIELLO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/46000000/45050000/45046500/45046498/e6ec5a9f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.71" OriginalAmount="171.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477784" Longitude="9.203136" StarRating="4" HotelCode="17203|hotel_sanpi_milano" HotelName="Sanpi Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Club Resort,Historic Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Lazzaro Palazzi 18, (Porta Venezia - Buenos Aires - Piazza Repubblica Area), 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/a0791389e9f04afcb262e399878a5028.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming boutique hotel is located directly in the heart of the city between the Porta Venezia ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="173.72" OriginalAmount="172" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|591807-28457851/1932279108143858485/1653" HotelName="BRERA APARTMENTS IN PORTA TICINESE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31570000/31568100/31568080/42e18eb9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="173.72" OriginalAmount="172" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1247192-26601165/1932279108143858485/10206" HotelName="EXPERIENCE DESIGN BED AND SHOW" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6600000/6595500/6595479/ac7d7f05_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.72" OriginalAmount="172.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.647886532502" Longitude="8.7234659828033" StarRating="3" HotelCode="933712|moxy_milan_malpensa_airport" HotelName="MOXY Milan Malpensa Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Flughafen Milan, Malpensa, Terminal 2, 21010 Milan, Varese</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/8c/698c7d1c9d266be1eb4255faca6a8ff9fe0f024d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="174.73" OriginalAmount="173" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12764-28497625/1932279108143858485/2120" HotelName="CASUAL ECLETTICO MILANO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/910600/910521/9c510838_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="175.56" OriginalAmount="173.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.451176" Longitude="9.2077400000001" StarRating="3" HotelCode="117438|4056089" HotelName="Di Porta Romana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lazzaro Papi 18, 20135 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/7c/4c7c47c2abc873cca551bf806f6bf996bfd03852.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="175.74" OriginalAmount="174.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481706142528" Longitude="9.2083065211773" StarRating="2" HotelCode="192165|albergo_salerno" HotelName="Salerno" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitruvio 18, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9b/d1/9bd13b1de7a1adb069015c883a70d5b5daf5ba3f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.75" OriginalAmount="175.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47525406" Longitude="9.20650888" StarRating="3" HotelCode="631734|ai_suma_hotel" HotelName="Ai Suma Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Spallanzani 6, 20129 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/49/8749af412f9a4a930086ab75d8f99a94f3b00bba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.76" OriginalAmount="176" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.488316989439" Longitude="9.2045259475708" StarRating="3" HotelCode="172225|20524" HotelName="Albert" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tonale 2, 20125 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d6/89/d689ae677a8a30cd84ed3f2bd38e6a02097a95f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="177.76" OriginalAmount="176" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.444603411215" Longitude="9.2068111896515" StarRating="4" HotelCode="186866|37953" HotelName="Zambala Luxury Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Massage Centre,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Brembo 29, Ripamonti Corvetto, 20139 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/79/23792292241fb013b4e995e325cc63181ab9823f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is located near the heart of Milan. It is a stone's throw from the main motorways and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="177.76" OriginalAmount="176" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|872167-28460047/1932279108143858485/3177" HotelName="AIELLO SUITES MILAN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/41000000/40730000/40727100/40727007/54c73458_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.76" OriginalAmount="176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.450149373663" Longitude="9.1697081923485" StarRating="4" HotelCode="102001|art_hotel_navigli" HotelName="Art Navigli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Angelo Fumagalli 4, 20143 Mailand, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/72/1c729d6374268fe7e04ce4ba897bcd58f24c311d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular city hotel is centrally located. Restaurants are 20 metres away and it is 100 metres to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="177.76" OriginalAmount="176.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481741" Longitude="9.203648" StarRating="3" HotelCode="14721|mennini_hotel" HotelName="Mennini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 14, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d5/46/d5465a3142eb45c561d2b2b77d9420e60be97b73.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally located approximately 150 m from the stop for the airport bus, the main trai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|473771-25641562/1932279108143858485/9392" HotelName="COLLINI ROOMS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18180000/18173700/18173690/w2955h3837x3y3-38487a5a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1319623-26630032/1932279108143858485/10171" HotelName="CADORNA LUXURY" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75020000/75018200/75018169/ff05e83c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5074-25190147/1932279108143858485/10803" HotelName="C-HOTELS CONCORDE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/590000/583600/583511/7d9b663b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.77" OriginalAmount="177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.450966" Longitude="9.203724" StarRating="3" HotelCode="192193|hotel_five" HotelName="Five" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Lodi 4, angolo Via Salmini, 20135 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/90/1a905cc5120fa1cda56537a0aa2d4d36660edd29.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.77" OriginalAmount="177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4532314304" Longitude="9.1805040836334" StarRating="3" HotelCode="192156|hotel_milano_33" HotelName="Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Sant'Eustorgio 2, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/57/ed57e19fc4768455500ac65a5bb6a9dd4cf9aa47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.77" OriginalAmount="177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4756" Longitude="9.1915" StarRating="0" HotelCode="742167|piranesi246" HotelName="Piranesi246" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 21/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Viale Molise 84, 20137 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fb/8c/fb8c80d9ef53554f0ead9f691d16625ec762d3b0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="179.78" OriginalAmount="178" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5102-25186822/1932279108143858485/10700" HotelName="B&amp;amp;B HOTEL MILANO AOSTA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1140000/1133800/1133774/7b9efab6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="179.78" OriginalAmount="178.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46948757" Longitude="9.18204736" StarRating="2" HotelCode="484948|castello_guest_house" HotelName="Castello Guest House" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Castello 4, 20121 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/a5/a1a55a50415480590645f2ebeb8b0eeb619c31e4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="180.45" OriginalAmount="178.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46611023803" Longitude="9.1932575310385" StarRating="4" HotelCode="428761|565379" HotelName="Duomo-apartments by Nomad Aparthotels" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Bar,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via San Paolo 13, 20121 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/9a/7c9afadad058fe766db6efbadf237ba6a2d5aeea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the fashion district in Milan, Duomo Apartments offers a comfortable stay for guests visi...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="181.16" OriginalAmount="179.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.526576" Longitude="9.212825" StarRating="4" HotelCode="17919|1151639" HotelName="Tourist" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fulvio Testi 300, 20126 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/7e/8b7e58e2fcf5fe51ef1073b504f06d56cd92cc25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the business district in the north of the city of Milan within a few paces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="181.80" OriginalAmount="180" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478562638829" Longitude="9.2041879892349" StarRating="4" HotelCode="30258|25142" HotelName="Best Western Plus Hotel Felice Casati" 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,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Felice Casati 18, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/26/f226e62553aab2c64a151e4d8b2166836d2b97da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Milan, next to the famous Corso Buenos Aires, in the middle of the most impo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="182.81" OriginalAmount="181" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|543842-19515371/1932279108143858485/7166" HotelName="MILANO NAVIGLI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5260000/5257900/5257863/cf67c6e4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="183.82" OriginalAmount="182" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463525791888" Longitude="9.2068085906405" StarRating="4" HotelCode="476218|178468" HotelName="Bianca Maria Palace Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Bianca Maria 4, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/602121/602121a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="183.82" OriginalAmount="182" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.461165352181" Longitude="9.1911390423775" StarRating="4" HotelCode="11558|20528" HotelName="Brunelleschi Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Flavio Baracchini, 12, 20123 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/8a/258a20bb4dfb0162cbe5a61a2f9813102c93dc41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the centre of Milan just a few minutes walk from the cathedral,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.82" OriginalAmount="182.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4897726" Longitude="9.2256793" StarRating="3" HotelCode="296195|residence_pian_della_nave" HotelName="Residence Pian della Nave" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lambrate 9, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/e9/8de97701c11d2f372b07b4ec80a72a284531293a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment complex is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="184.52" OriginalAmount="182.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484867" Longitude="9.207346" StarRating="4" HotelCode="17918|2328186" HotelName="E.c.ho." Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Andrea Doria 4, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/21/64211e39f4b2650a5f9a5aead2ea856cfc97e0e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of the north Italian city, directly opposite the central train ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="184.83" OriginalAmount="183" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|862550-26072545/1932279108143858485/8068" HotelName="STARHOTELS BUSINESS PALACE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/54200/54133/9047288f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="184.83" OriginalAmount="183" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|393425-25575892/1932279108143858485/9773" HotelName="BIANCA MARIA PALACE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12950000/12943900/12943824/f4f4d0c0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.83" OriginalAmount="183.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.451788266071" Longitude="9.2058697342873" StarRating="4" HotelCode="26713|una_hotel_mediterraneo" HotelName="UNAHOTELS Mediterraneo Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lodovico Muratori 14, Porta Romana, 20135 Milano, Lombardei</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/5d/cd5d4afbc64d12dc50a28e3a71a25a2b9e854fbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable hotel is located in the historical Porta Romana quarter of the city just a few minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.84" OriginalAmount="184.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49131046721" Longitude="9.2400678992271" StarRating="4" HotelCode="192216|nu_hotel_2" HotelName="NU Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Feltre 19B, 20132 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/ce/bccecd16d1a57f791c24e5cabde18e9cbb4dc4c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Milan, this urban hotel has the perfect ambience for guests who appreciate a stylish ambi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="186.85" OriginalAmount="185" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|871526-28460071/1932279108143858485/2552" HotelName="LIVING SUITES BY BRERA APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41070000/41063600/41063597/2574d770_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.85" OriginalAmount="185.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480244" Longitude="9.213263" StarRating="4" HotelCode="80801|lhp_hotel_napoleon" HotelName="Hotel Napoleon Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ozanam 12, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/e8/a8e8e02ce4f9e5d622ed2ec1140439b6afa9ce09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a strategic location in the heart of Buenos Aires, the most famous shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="187.86" OriginalAmount="186" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|591897-28457900/1932279108143858485/3510" HotelName="MADELEINE APARTMENTS - BRERA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/21000000/20620000/20613700/20613676/cebe010b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="187.86" OriginalAmount="186" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|887642-28460709/1932279108143858485/4621" HotelName="ITALIANWAY - SACCONI 2" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/61000000/60260000/60258800/60258747/52dddc9d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.86" OriginalAmount="186.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.475635" Longitude="9.189421" StarRating="3" HotelCode="145158|brera_apartments" HotelName="Brera Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Fermo 1, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/26/91/2691d8a2f95d52b727a14dd7389e9e07a0554ffc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.86" OriginalAmount="186.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47944" Longitude="9.19487" StarRating="4" HotelCode="19415|windsor_milano_hotel_" HotelName="Windsor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Galileo Galilei 2, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/c2/c5c286fcdd637bb47186d7f8e245df70ea50aaf1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located close to the main train station (about 600 m away). Repubblica metro stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.86" OriginalAmount="186.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46708959" Longitude="9.20015775" StarRating="2" HotelCode="469431|brera_apartments_in_san_babila" HotelName="Brera Apartments In San Babila" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Cecilia 2, 20122 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ec/20/ec20d2a34665929cc7f632e5aeae2389b72836c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="188.87" OriginalAmount="187" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|916195-32736211/1932279108143858485/9266" HotelName="ITALIANWAY-CADORNA 10" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/916195/202112197506359.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.87" OriginalAmount="187.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.45773892" Longitude="9.17143892" StarRating="0" HotelCode="582308|aiello_rooms" HotelName="Aiello Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Ausonio 26, 20123 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/76/06/76061983eb52816d345a27cab36cf90983023a25.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.87" OriginalAmount="187.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46874828" Longitude="9.18446513" StarRating="0" HotelCode="581390|castello_sforzesco_suites_by_brera_apartments" HotelName="Castello Sforzesco Suites by Brera Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Cusani 10, Milan City Centre, 20121 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/23/68/2368f8d8a729fabed88090c957e51b3bef03b197.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # Castello Sforzesco Suites by Brera Apartments is in the heart of Milan, walk...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="188.87" OriginalAmount="187.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46499086" Longitude="9.13573456" StarRating="0" HotelCode="802762|bb_hotels_aparthotel_visconti" HotelName="BB Hotels Aparthotel Visconti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Gulli 1, 20147 Milan, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/63/c46347fd6b77000fabf4d94cde69d7fe6981436c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="189.88" OriginalAmount="188" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1347299-28478111/1932279108143858485/523" HotelName="BEPLACE APARTMENTS IN SAN BABILA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1347299/202292711343370.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="189.88" OriginalAmount="188" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|628102-25798955/1932279108143858485/8220" HotelName="INNSIDE MILANO TORRE GALFA BY MELIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/41000000/40850000/40847900/40847894/3270e0d9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="189.88" OriginalAmount="188.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48277" Longitude="9.18637" StarRating="4" HotelCode="31404|una_hotel_tocq" HotelName="Tocq Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via A. di Tocqueville 7/D, 20154 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cb/e6/cbe6d334bc28897616a9e3fca3f326659d5a39e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the centre of the city of Milan only a few minutes walk from num...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="190.89" OriginalAmount="189" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|872391-28466825/1932279108143858485/5177" HotelName="ENJOY MILANO SKYLINE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/872391/2020930152442174.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="190.89" OriginalAmount="189.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465458" Longitude="9.219423" StarRating="2" HotelCode="146778|hotel_delizia_milano" HotelName="Delizia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Archimede 86/88, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/19/5019650f1de64a5b8602b6f1f8b4685710d45db1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="191.68" OriginalAmount="189.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.475698" Longitude="9.205928" StarRating="4" HotelCode="49103|113624" HotelName="Worldhotel Cristoforo Colombo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Buenos Aires 3, 20124 Milano, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f7/6ef7e289499da6bee286f4fe84f0ba786b4f4bdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the beginning of Corso Buenos Aires, in front of Porta Venezia subway stati...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="191.90" OriginalAmount="190" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46722342" Longitude="9.20011794" StarRating="2" HotelCode="428653|58951" HotelName="Montenapoleone Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Parking,Pets allowed,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Cecilia 4, 20122 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/cf/25cfd5e48056ec0d8755e9be20bce014b46dc8bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Montenapoleone Suites, you'll be centrally located ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="191.90" OriginalAmount="190.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484178" Longitude="9.205471" StarRating="3" HotelCode="95049|florida_25" HotelName="Ostello Bello Grande" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lepetit 33, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/4b/a94bab279626725e74d2d5bd9cd02f6c6af391d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.91" OriginalAmount="191" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.457493" Longitude="9.191876" StarRating="4" HotelCode="904122|25514" HotelName="Uptown Palace Milan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Sofia n. 10, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/98/5a9895f6ae21dfe75033ed6fb7cda6e8bacef945.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="192.91" OriginalAmount="191" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157974-25329498/1932279108143858485/7522" HotelName="UPTOWN PALACE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4260000/4251500/4251429/c59e4718_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="193.92" OriginalAmount="192" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1347297-28478109/1932279108143858485/3169" HotelName="BEPLACE APARTMENTS IN DUOMO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1347297/2022927105658564.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="193.92" OriginalAmount="192.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4756" Longitude="9.1915" StarRating="0" HotelCode="616995|madeleine_apartments_in_brera" HotelName="Design apartments in Brera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Corso Garibaldi 73, Stadtzentrum Mailand, 20121 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/bc/77bc1ab3489db965ac0f380acf57eb556486ed7c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Design apartments in Brera in Milan, you'll be minutes from P...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="194.89" OriginalAmount="192.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.45906902" Longitude="9.06840079" StarRating="4" HotelCode="846939|185103" HotelName="Silver" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Riccardo Lombardi 9-11, 20153 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/185103/185103a_hb_a_030.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex warmly welcomes guests in Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="194.93" OriginalAmount="193" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1348550-28480754/1932279108143858485/731" HotelName="SANT'AMBROGIO APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91790000/91789200/91789171/11536076_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="194.93" OriginalAmount="193" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|234177-25442720/1932279108143858485/11890" HotelName="PORTA ROMANA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2420000/2418900/2418868/16bafa9a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="194.93" OriginalAmount="193.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.45905361" Longitude="9.06867238" StarRating="4" HotelCode="846930|hotel_silver" HotelName="Hotel Silver" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Via Riccardo Lombardi 11, 20153 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/b6/64b6c7a82918803dcb97f586f9a19f77f9293dac.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located about 1.6 km from the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1347790-28478173/1932279108143858485/3138" HotelName="NUMA I ADORE ROOMS AND APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1347790/202210614245483.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|877800-28586648/1932279108143858485/5031" HotelName="PHI MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/877800/2020103011126125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|13630-25202538/1932279108143858485/8622" HotelName="STARHOTEL TOURIST" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/10500/10498/8c768659_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|185795-25371097/1932279108143858485/11343" HotelName="NU" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5180000/5173200/5173173/8fe78a13_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="196.26" OriginalAmount="194.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478481768636" Longitude="9.1031277179718" StarRating="4" HotelCode="31169|4743929" HotelName="Sheraton Milan San Siro" Meals="ROOM ONLY NON-REFUNDABLE,BED AND BREAKFAST NON-REFUNDABLE,BED &amp; BREAKFAST" BedType="ROOM ONLY NON-REFUNDABLE" PropertyType="City Hotel,Conference Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Caldera 21, 20153 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/98/899868b5dc78aec84fafdd0f8af2e81e65373fd3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies on the outskirts of the centre of Milan. Public transport connections may be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="196.95" OriginalAmount="195" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5075-25190148/1932279108143858485/7759" HotelName="TOCQ HOTEL MILANO" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527430/6372b522_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="196.95" OriginalAmount="195" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1358533-26652730/1932279108143858485/10277" HotelName="CITY 20" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89650000/89645400/89645363/915cd3f1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="196.95" OriginalAmount="195" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|543731-25699115/1932279108143858485/11009" HotelName="AI SUMA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22230000/22221300/22221280/43b26078_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.95" OriginalAmount="195.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.467385" Longitude="9.1842859999999" StarRating="2" HotelCode="80251|london_hotel_2" HotelName="London" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Rovello 3, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5c/85/5c85d438c0a03b6ca481a0617b8900540603570d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="196.95" OriginalAmount="195.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4893567" Longitude="9.21116022" StarRating="0" HotelCode="558105|bedart_milano_centrale" HotelName="Bed+Art Milano Centrale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Soperga 36, 20127 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/83/2a83239b11ada7f6e6b43b120b8c0bfa9427559e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="198.97" OriginalAmount="197" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|185753-28563326/1932279108143858485/1031" HotelName="QC ROOM MILANO PORTA ROMANA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/910000/909947/e95792c2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="198.97" OriginalAmount="197" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18204-21008610/1932279108143858485/7225" HotelName="BRUNELLESCHI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/14300/14220/5660bcdd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.97" OriginalAmount="197.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.457330229638" Longitude="9.191058576107" StarRating="3" HotelCode="35437|hotel_canada" HotelName="Canada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Sofia 16, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/dc/ebdc1f27fc86eed1c7b1ef4d2af7dca3bf424326.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located in the old town just a few steps from links to the public trans...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.97" OriginalAmount="197.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.444162046236" Longitude="9.116071" StarRating="4" HotelCode="38498|idea_hotel_milano_lorenteggio" HotelName="iH Hotels Milano Lorenteggio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lorenteggio 278, 20152 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/0b/970bd9b3841e46e793b2671db66cbf144d30ac49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located close to Westring Street, near the Lorenteggio exit. The Pero/Rho exhi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.98" OriginalAmount="198" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464246" Longitude="9.196134" StarRating="4" HotelCode="76237|55217" HotelName="Galileo Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Europa, 9, 20122 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/88/e2886b8ee33cf7c7fa17bdb7fb890c67fe191f25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated just 300 metres from Milan’s city centre and a short stroll from the Duo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="199.98" OriginalAmount="198" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|185743-28562601/1932279108143858485/3536" HotelName="NUMA MILAN CAMPERIO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3610000/3605900/3605837/005c4224_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="199.98" OriginalAmount="198" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12773-25202365/1932279108143858485/7553" HotelName="STARHOTELS ECHO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/3900/3825/30358cae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="199.98" OriginalAmount="198" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5844324" Longitude="116.1152883" StarRating="4" HotelCode="0|435497-25609634/1932279108143858485/8828" HotelName="DUOMO APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Jl Pejanggik No 8 cakranegara mataram ntb ,Lombok,  83231</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13190000/13188100/13188061/103de2cf_b.jpg</HotelPictures>
        <HotelDescription>Lombok Plaza Hotel is a popular choice amongst travelers in Lombok, whether exploring or just passing through. The property features a wide range of facilities to make your stay a pleasant experience. All the necessary facilities, including free Wi-Fi in all rooms, 24-hour security, convenience store, daily housekeeping, fax machine, are at hand. Guestrooms are fitted with all the amenities you need for a good night`s sleep. In some of the rooms, guests can find television LCD/plasma screen, internet access – wireless (complimentary), non smoking rooms, air conditioning, wake-up service. The hotel`s peaceful atmosphere extends to its recreational facilities which include outdoor pool, massage, pool (kids), billiards, table tennis. Lombok Plaza Hotel is an excellent choice from which to explore Lombok or to simply relax and rejuvenate. &lt;br /&gt;Guests over 3 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="199.98" OriginalAmount="198.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48962" Longitude="9.200761" StarRating="4" HotelCode="97922|crowne_plaza_milan_city" HotelName="Crowne Plaza Milan City" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Melchiorre Gioia, 73, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bd/56/bd560f10c753df859460783c525de87db2be4e69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located close to the Central Railway Station. Sondrio subway station is s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="200.99" OriginalAmount="199" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.2633889" Longitude="-110.985743" StarRating="3" HotelCode="0|248374-28510696/1932279108143858485/455" HotelName="SETTIMOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>101 Wasatch Road, Evanston, WY, 82930, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6580000/6571800/6571782/9405735f_b.jpg</HotelPictures>
        <HotelDescription>Looking for a hotel that offers quality accommodations with superb guest service?  Look no further. That’s what the Hampton Inn Evanston, Wyoming is all about.  We are hospitable.   The Hampton Inn Evanston, WY is located off Interstate 80 and we are close to all the local businesses that might bring you to town, along with many tourist destinations including the Uinta Mountain Range of Western Wyoming. The Hampton Inn Evanston, WY is located at the crossroads of the west and provides an excellent jumping point to Yellowstone National Park, Flaming Gorge National Recreation Area or Historical Park City, Utah.  Accommodations at the Hampton Inn Evanston, Wyoming includes free high-speed internet access, Cloud 9-The Hampton Experience-bedding, On the House hot breakfast with a wide variety of fresh, plentiful and savory items to choose from. Our promise to you is that you'll be 100% satisfied because we are 100% Hampton. We love having you here.&lt;br /&gt;CheckIn Time: 15:00&lt;br /&gt;CheckOut Time: 11:00&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="200.99" OriginalAmount="199" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|916089-28448594/1932279108143858485/1848" HotelName="FLAT IN DUOMO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/916089/20211214155025701.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="200.99" OriginalAmount="199" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.533700" Longitude="-82.604500" StarRating="3" HotelCode="0|95332-25262262/1932279108143858485/11041" HotelName="BEST WESTERN ASTORIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>12 Rocky Ridge Road, Asheville, 28806, NC, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/20000/20000/23017eac_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 108. Suites: 21. Single-bedded accommodations: 0. Double bedrooms: 0. Smoking rooms: 0. Nonsmoking rooms: 108. Physically challenged rooms: 7. Floors: 5. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-800-465-4329 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- Welcome to the Holiday Inn Express &amp;amp; Suites SW Asheville Outlets. Just across from the Asheville Outlets Mall, the hotel is conveniently located off Exit 33 from I-26 and one mile from I-40 interstate. Being minutes from Downtown Asheville allows our guests to explore our citys unique shops, restaurants, and breweries.After having a great night's sleep in our newly renovated hotel, spend the day exploring the historic Biltmore Estate, or take in the magnificent views on the Blue Ridge parkway. If your interest lies in nature, we can direct you to the nearby North Carolina Arboretum, with its beautiful gardens and many hiking trails. If you are in for an adventure, book a white-water rafting trip, hike at the renowned Chimney Rock Park, or take a ride on the Great Smoky Mountain Railway. All just a short drive from Asheville.Unfortunately, we are unable to accommodate commercial-sized Trucks, Trailers, RVs, or buses not with a tour group due to the egresses of our parking lot.. Onsite facilities information- Parking. Security information- No weapons allowed on propertyProperty was built in 1998. Hotel Currency: USD. Additional Addresses: Other: 12 Rocky Ridge Road, Asheville, 28806, NC, US. Additional Phone Numbers: Fax - Other: 18286656814. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.99" OriginalAmount="199.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.467668" Longitude="9.226797" StarRating="3" HotelCode="117671|hotel_susa" HotelName="Susa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Elevator,Garden,Internet,Limousine Service,Lounge,Pets allowed,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Viale Argonne 14, 20133 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/e3/9de37f2f6d6a5c22b6bbc4ee679d5279a2ccd882.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Susa in Milan (Citta Studi), you'll be conven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="202.00" OriginalAmount="200" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|916258-32736213/1932279108143858485/9407" HotelName="ITALIANWAY-VENIERO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/123000000/122470000/122461500/122461466/a3d68766_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="202.00" OriginalAmount="200" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|591803-25740656/1932279108143858485/11506" HotelName="BRERA APARTMENTS IN NERINO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22610000/22607300/22607293/97d573ee_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="203.01" OriginalAmount="201.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.475986960214" Longitude="9.1663031280041" StarRating="3" HotelCode="57789|hotel_lancaster_3" HotelName="Lancaster" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Abbondio Sangiorgio 16, 20145 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/e4/79e460a3d2196cfeba57cb8740c900786e1c8cf0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a beautiful, calm, and elegant zone of Sempione, a residential district in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="204.02" OriginalAmount="202.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46409379" Longitude="9.20332475" StarRating="0" HotelCode="572598|babila_hostel" HotelName="Babila Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Conservatorio 2a, 20122 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/d2/afd24967588a4f5d4b04360e00e80b495dc98ba9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="205.03" OriginalAmount="203.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.511502301365" Longitude="9.1240265178604" StarRating="4" HotelCode="907002|b4_milano" HotelName="Barceló Milan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giorgio Stephenson 55, 20157 Milán</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/04/41049cd4a8a900b66ad7c3283c4111fada231d4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|25296-25212461/1932279108143858485/8140" HotelName="WORLDHOTEL CASATI 18" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/111100/111042/f40d0b08_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157386-25329152/1932279108143858485/8454" HotelName="IH LORENTEGGIO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1100/1031/26aa63e9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1173426-26486882/1932279108143858485/11187" HotelName="BABILA HOSTEL AND BISTROT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18710000/18708400/18708365/b6c095f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1354916-26648366/1932279108143858485/11490" HotelName="21 HOUSE OF STORIES NAVIGLI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89250000/89244100/89244011/87b1f240_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="207.05" OriginalAmount="205" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1354374-26647522/1932279108143858485/11962" HotelName="MISSORI SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121160000/121158900/121158813/a2ba76cc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="208.06" OriginalAmount="206.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4756" Longitude="9.1915" StarRating="0" HotelCode="875619|aparthotel_bossi" HotelName="Apart Hotel Bossi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via dei Bossi 7, 20121 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4a/8f/4a8fcfa8ed6753fd52599c5d3ce5bccb18ac4348.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="209.07" OriginalAmount="207" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|874978-28460153/1932279108143858485/2151" HotelName="HEMI SUITES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/874978/20201014144415784.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="209.07" OriginalAmount="207" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1347429-26643957/1932279108143858485/9449" HotelName="ITALIANWAY - CORSO VENEZIA 7" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/88000000/87070000/87063100/87063018/d11886ca_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.07" OriginalAmount="207.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4756" Longitude="9.1915" StarRating="0" HotelCode="968503|della_spiga_suites_by_brera_apartments" HotelName="Della Spiga Suites by Brera Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Spiga 19, 20121 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ae/a8/aea8fb3bb91211f5c524fbf02f4b98052fd419ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="210.08" OriginalAmount="208" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|595977-25747038/1932279108143858485/11228" HotelName="APARTHOTEL BOSSI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33820000/33812900/33812898/a63e86de_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.08" OriginalAmount="208.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481322" Longitude="9.191761" StarRating="4" HotelCode="365236|nh_grand_hotel_verdi" HotelName="Hotel NH Collection Milano Porta Nuova" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Melchiorre Gioia 6, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/ca/62ca8187ef154e078ebebe2396311a9717c37a77.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in the heart of the trade and business district, and is in the immedi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="210.08" OriginalAmount="208.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.516138" Longitude="9.226954" StarRating="4" HotelCode="263950|hilton_garden_inn_milan_north" HotelName="Hilton Garden Inn Milan North" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lucio Giunio Columella 36, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/8d/e48db57e55d6af8aa0aa27e8255e0d2d1487f5f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.09" OriginalAmount="209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.461108913711" Longitude="9.154132604599" StarRating="4" HotelCode="31172|milan_marriott_hotel" HotelName="Marriott Milan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Washington 66, 20146 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/22/77223da6e65717a0ab526c705107125de89840ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a residential area at the heart of Milan only a few minutes walk from the e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.09" OriginalAmount="209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.462741" Longitude="9.204545" StarRating="3" HotelCode="117412|hotel_pavone" HotelName="Pavone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dandolo 2, Traversa di Corso di Porta Vittoria, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/61/1f618bad8aaa221d75f2425f0fb651abe5a35d2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.09" OriginalAmount="209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.486351963081" Longitude="9.2001727223396" StarRating="4" HotelCode="29802|hilton_milan" HotelName="Hilton Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Galvani 12, Milan 20124, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/cc/94cc2983566d228477763eab9d6fd8c8ad89a611.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel lies in the business district of Milan. Milan's main train station is about 3...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.09" OriginalAmount="209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464470445301" Longitude="9.1952928730163" StarRating="4" HotelCode="32810|hotel_ambasciatori_6" HotelName="iH Exclusive Milano Ambasciatori" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Galleria del Corso 3, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/c9/38c901c96555f9a3c08ac286004dc02ac27c15e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan, approximately 3 km from links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="212.10" OriginalAmount="210" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1407112-27596968/1932279108143858485/12068" HotelName="PRESTIGE BOUTIQUE HOMES APARTHOTEL PIAZZA DUOMO VIEW" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/100000000/99910000/99900500/99900463/a5f24706_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="213.11" OriginalAmount="211" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|610569-28458135/1932279108143858485/461" HotelName="BRERA APARTMENTS IN GARIBALDI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7600000/7599100/7599029/b05ff48c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="213.11" OriginalAmount="211" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|873008-28460080/1932279108143858485/1867" HotelName="BRERA APARTMENTS IN SAN MARCO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/873008/2020102134018469.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.11" OriginalAmount="211.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.453945" Longitude="9.170832" StarRating="3" HotelCode="95045|minerva" HotelName="Minerva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Cristoforo Colombo 15, 20144 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/c4/6cc4e2cdaebc331807fb6c21cbd92be8a1aa7f91.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="214.12" OriginalAmount="212" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1347442-27594370/1932279108143858485/9588" HotelName="LE DIMORE SUITES MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/96000000/95060000/95054800/95054772/5ec3edf1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="214.12" OriginalAmount="212" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|887619-26113433/1932279108143858485/11084" HotelName="BANDB MILANO CITY CENTER DUOMO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/48000000/47090000/47081700/47081607/3b922bd1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="214.24" OriginalAmount="212.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.476929226508" Longitude="9.1966751217842" StarRating="4" HotelCode="258940|5752" HotelName="NH Milano Touring" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Ugo Tarchetti 2, 20121 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/bf/dabf1aac8408838d8cb7e02c424d1cdaf62f32a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a privileged location, a few metres from the Central Railway Station and very close to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="215.13" OriginalAmount="213" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477265" Longitude="9.20541" StarRating="4" HotelCode="95060|49780" HotelName="Best Western Hotel St. George" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Tunisia 9, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/e6/e6b342baa0d45ac8/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This functional city hotel is located just 2 km from Milan’s city centre and only metres away from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="215.13" OriginalAmount="213" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|651619-28502983/1932279108143858485/3087" HotelName="HOTEL SUSA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/651619/20211215142615370.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="215.13" OriginalAmount="213.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.472686" Longitude="9.194347" StarRating="4" HotelCode="47283|hotel_cavour_2" HotelName="Cavour" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fatebenefratelli, 21, Milano 20121</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/e3/55e33525a115b1214b0404e1bc67d65c8a8e222e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Milan's historic centre, a few steps from the Teatro alla Scala theatre and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="217.15" OriginalAmount="215" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|209831-19503526/1932279108143858485/7265" HotelName="HOTEL &amp;amp; RESIDENCE QUARK DUE MILANO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/3000000/2950000/2947800/2947739/w3000h2000x0y0-6c5aceb1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="217.15" OriginalAmount="215" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="58.9548268" Longitude="5.6998479" StarRating="4" HotelCode="0|30462-25214284/1932279108143858485/10619" HotelName="NH COLLECTION MILANO PORTA NUOVA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>17 Gunnar Warebergsgate, STAVANGER, NO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/210000/200400/200310/a5a2bc62_b.jpg</HotelPictures>
        <HotelDescription>This 4 star hotel is located in the suburbs of Stavanger and was established in 2001. It is a short drive away from the Hafrsfjord and the nearest station is Stavanger. The Hotel has 2 restaurants, a bar and a conference room. All 182 rooms are equipped with minibar, hairdryer, trouser press and ironing set.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="217.15" OriginalAmount="215.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48103012633" Longitude="9.1900554299355" StarRating="4" HotelCode="171034|maison_moschino" HotelName="NH Milano Palazzo Moscova" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Monte Grappa 12, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/43/9a43ff36feaf35efdd1cdcf9ce340370042d2838.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="218.16" OriginalAmount="216.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482138" Longitude="9.198663" StarRating="4" HotelCode="14436|hotel_marconi_4" HotelName="Marconi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabio Filzi 3, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b9/79/b9799b8f558ffe7bd7dc10546871cac97d102097.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just 1 km from the centre of Milan, this hotel is appreciated by business customers for its ideal lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="219.17" OriginalAmount="217.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46309059408" Longitude="9.1836312698586" StarRating="4" HotelCode="82012|santa_marta_suites" HotelName="Santa Marta Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Marta 4, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/34/3d348fa33a900db79c692bb5c1fc2c106c8015c1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="220.18" OriginalAmount="218" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1207469-28535972/1932279108143858485/2777" HotelName="HOTEL ZARA MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8650000/8649900/8649835/be5f043d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="221.19" OriginalAmount="219" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="52.261287" Longitude="10.522368" StarRating="2" HotelCode="0|444809-28456517/1932279108143858485/4118" HotelName="CHARLY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Friedrich-Wilhelm-Strasse 26-29, Braunschweig, 38100, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2521100/2521009/bcbfb880_b.jpg</HotelPictures>
        <HotelDescription>Floors: 5. Total rooms: 70. Physically challenged rooms: 1. Nonsmoking rooms: 49. Suites: 3. The Best Western City-Hotel Braunschweig is located directly in the center of Braunschweig, former capital of the 'Welfen' empire and residence of 'Heinrich der Loewe'. You will find a wealth of famous touristic attractions, just a few steps away from our entrance. In the lap of luxury you dwell in rooms that provide ease and comfort combined with modern ambience. Exclusive living and first-class service will make your stay an extraordinary experience from check-in until you leave for new destinations. All rooms, the lobby bar, and the breakfast buffet dining hall feature free wireless Internet access. All guests enjoy free access to our fitness center and the hotel sauna. Both, as an ideal place for meetings or conferences in the high-tech Metropole Braunschweig, or as a starting point for sightseeing excursions or extended shopping tours, our house provides a homelike atmosphere that meets the most exclusive expectations. We are looking forward to welcoming you as our guest.. ?From: East/West/North. Stay on Autobahn A2 en route to Hannover until you hit the crossing Braunschweig-Nord, then go on A391 towards Kassel/Salzgitter, and leave the Autobahn at exit Gartenstadt/Messegelande. At the first lights go straight, and turn right at the fourth lights (you will see the Nord/LB building in front of you, follow the Best Western City-Hotel Braunschweig signs). Turn left immediately (it is almost a u-turn around the Nord/LB building). Turn right at the second light into the pedestrian zone. ATTENTION: the passage through the pedestrian zone is free for hotel guests. The police is aware of this option and will let you pass! After approximately 250 meters you will find the main entrance to the Best Western City-Hotel Braunschweig on your right hand side.

?From: South. Stay on Autobahn A7 until the crossing Salzgitter en route to Braunschweig/Berlin. Switch to A391 towards Kassel/Salzgitter. Leave the Autobahn at the exit Gartenstadt/Messegelande and turn right at the first light. Follow the above directions (from East etc.) to proceed to the Best Western City-Hotel Braunschweig.Restaurants:  Bar, on premises, bar/lounge, international, open for: lunch, dinner, open daily from 9:00 a.m. till 2:00 a.m., 15 seats.Area Info: 30 kilometer(s) from Peine, 20 kilometer(s) from Salzgitter, 46 kilometer(s) from Helmstedt, 13 kilometer(s) from Wolfenb?ttel, 200 kilometer(s) from Hamburg, 69 kilometer(s) from Hannover, 0.15 kilometer(s) from Telekom, 1.10 kilometer(s) from ABB, 3.00 kilometer(s) from Siemens, 3.20 kilometer(s) from Daimler, 5.60 kilometer(s) from BASF, 69.00 kilometer(s) from ZDF/ARD, 360 kilometer(s) from Procter &amp;amp; Gamble, 1.10 kilometer(s) from Casino 24, 3.70 kilometer(s) from Eintracht Stadium, 36.00 kilometer(s) from Wolfsburg, 135 kilometer(s) from Theme Park, Steam room , 1.00 kilometer(s) from Therm, buergerbadepark, 1.00 kilometer(s) from Park, 4.90 kilometer(s) from Lake Oelper&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="221.19" OriginalAmount="219" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1413475-32739200/1932279108143858485/12037" HotelName="PUCCINI HOTEL MILAN, TAPESTRY COLLECTION BY HILTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/54200/54122/620dd9fd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.19" OriginalAmount="219.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4756" Longitude="9.1915" StarRating="3" HotelCode="18895|hotel_venini" HotelName="Venini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giulio e Corrado Venini 72, 20127 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/99/95997615ec9ae159d0065753a5e9304fc0da52de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="223.21" OriginalAmount="221" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470509" Longitude="9.222627" StarRating="3" HotelCode="82819|57334" HotelName="VIVA Hotel Milano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Giacinto Gallina 12, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/65/366577a936a6810da25373df02ca9bec93a2adda.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 7 km from the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="223.21" OriginalAmount="221" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1347502-28480078/1932279108143858485/3482" HotelName="HRT MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1347502/202293095448300.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="224.22" OriginalAmount="222" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|25295-25212460/1932279108143858485/7623" HotelName="HOTEL CRISTOFORO COLOMBO - PREFERRED HOTELS AND RESORTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/890300/890242/405ede60_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="225.23" OriginalAmount="223" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|870391-28460132/1932279108143858485/2010" HotelName="CHARMING MILAN APARTMENTS BRERA-MADONNINA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/36000000/35750000/35741200/35741193/87f65850_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="225.23" OriginalAmount="223" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|28209-25212732/1932279108143858485/8662" HotelName="KLEOS HOTEL MILANO CITTA STUDI BY KLEOS GROUP COLLECTION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/914300/914234/w1121h1087x0y0-6c740bb1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="225.23" OriginalAmount="223.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.469338775846" Longitude="9.214178537365" StarRating="4" HotelCode="160630|town_house_33" HotelName="Townhouse 33 Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Garden,Laundry,Meeting Room,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Goldoni 33, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/8b/378b098b413196768f2e61abf9f84ffac1195322.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Close to Porta Venezia, a borough full of good restaurants and bars, the hotel is located in a quiet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="227.25" OriginalAmount="225" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|143093-28586058/1932279108143858485/3975" HotelName="TOWN HOUSE 33" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3230000/3229600/3229573/090315f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="227.25" OriginalAmount="225" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157967-25329494/1932279108143858485/8075" HotelName="H2C MILANOFIORI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3060000/3050200/3050153/92a0ab35_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="227.25" OriginalAmount="225" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.9203419" Longitude="-13.6513332" StarRating="4" HotelCode="0|53389-25231843/1932279108143858485/10871" HotelName="AXYHOTELS INNSTYLE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>3 Calle Pedro Barba, PTO.CARMEN, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63400/63400/491d85a9_b.jpg</HotelPictures>
        <HotelDescription>A stone¿s throw from the best in leisure and entertainment in PUERTO DEL CARMEN, the LABRANDA PLAYA CLUB are the perfect place to enjoy some free time. Of particular note are the panoramic views of the garden and of the swimming pool. The establishment has apartments of 2 bedrooms. We have Cot for children. We also have Outdoor Summer Terrace and Billiards.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.25" OriginalAmount="225.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477251798802" Longitude="9.2016473263893" StarRating="3" HotelCode="116737|hotel_brianza_3" HotelName="Hotel Brianza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 23/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Panfilo Castaldi 16, 20124 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/58/1158959ee18942524b7e1f01dbfffa8d225cab47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="227.25" OriginalAmount="225.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48687528" Longitude="9.20185869" StarRating="4" HotelCode="495492|nyx_milan" HotelName="NYX Milan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Piazza IV Novembre 3, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/9f/f39f5a008e55d0f15cfd48a8ddd5653e501d0df9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="228.26" OriginalAmount="226" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.474720838754" Longitude="9.2060164179844" StarRating="4" HotelCode="401861|39681" HotelName="Mercure Milano Centro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Oberdan 12, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/4b/4b4fc8b2ae204307/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in close proximity to the cathedral, the Teatro alla Scala and the great fashio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="228.26" OriginalAmount="226" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1277730-28475446/1932279108143858485/5333" HotelName="DUOMO HOTEL AND APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1277730/20211125104527730.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="229.27" OriginalAmount="227" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.456009" Longitude="9.187137" StarRating="4" HotelCode="117417|55662" HotelName="Petit Palais Hotel de Charme" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Molino delle Armi 1, Angolo Corso Italia, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/17/bf17ffe5b07544cc6f6597a327e3b6f26c2300d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Milan, this hotel has the perfect ambience for those who appreciate charm and character.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="229.27" OriginalAmount="227" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.43646" Longitude="9.189521" StarRating="4" HotelCode="76669|56844" HotelName="Quark Due Hotel &amp; Residence Milano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Golf,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lampedusa 11/3, 20141 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/2e/e42ea3d2e9c4867dfffae58b296662f58eb70d8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a tranquil area, but strategically connected to the centre of Milan, the hotel is located...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="229.27" OriginalAmount="227" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="12.946565" Longitude="100.885381" StarRating="4" HotelCode="0|185805-25371109/1932279108143858485/11148" HotelName="PETIT PALAIS DE CHARME" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>436/541 MOO 9,SOUTH EASTERN ASIA,PATTAYA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1780000/1778100/1778085/44831d38_b.jpg</HotelPictures>
        <HotelDescription>All rooms of the  Markland Hotel  come with classical furnishings with an Asian twist.The hotel was built in a way that al l rooms have a sea view as to take advantage of the high-rise building in every way. The rooms also have thick wall to wall carpets and all standard amenities such as air conditioning, TV and a Mini Bar.Air ConditionedTelevisionMini BarLounge Chairs&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="229.27" OriginalAmount="227.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479413" Longitude="9.209745" StarRating="4" HotelCode="16242|grand_hotel_puccini" HotelName="iH Hotels Milano Puccini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Buenos Aires 33, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/f9/d9f94b964f869480beac9e8dc45d64bc5081ace9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This discerning luxury hotel is centrally located directly on the shopping street Corso Buenos Aires...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="230.28" OriginalAmount="228" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1348662-25624690/1932279108143858485/10846" HotelName="NYX HOTEL MILAN BY LEONARDO HOTELS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17040000/17036800/17036706/6c3fc70a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="231.29" OriginalAmount="229" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12770-28577610/1932279108143858485/1000" HotelName="MILAN MARRIOTT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22900/22860/55b09346_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="231.29" OriginalAmount="229" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|915838-28448556/1932279108143858485/2594" HotelName="AFFITTACAMERE ANDRONACO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/915838/2021121475940144.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="233.31" OriginalAmount="231" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1258657-28476857/1932279108143858485/2274" HotelName="AIELLO HOTELS - CENTRALE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/70000000/69370000/69367200/69367127/2e4e5532_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="233.31" OriginalAmount="231" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|149619-19604120/1932279108143858485/7288" HotelName="BEST WESTERN PLUS MONZA E BRIANZA PALACE" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2710000/2703400/2703304/98a731fe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="234.32" OriginalAmount="232" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|256994-23037777/1932279108143858485/5825" HotelName="VOCO MILAN - FIERE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4730000/4720700/4720618/d53d1f14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="237.35" OriginalAmount="235" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1464892-32918360/1932279108143858485/11719" HotelName="AIELLO HOTELS - ISOLA DESIGN DISTRICT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/110000000/109970000/109967300/109967255/174a628f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="238.36" OriginalAmount="236" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1348681-28478324/1932279108143858485/1127" HotelName="STYLISH AND FANCY FLAT CLOSE TO MONTENAPOLEONE BRERA BY EASYLIFE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1348681/2022119114826636.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="238.36" OriginalAmount="236.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.488098865493" Longitude="9.2111510038376" StarRating="4" HotelCode="102004|residenza_delle_citta_2" HotelName="Residenza delle Città" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Mauro Macchi 79, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/c3/77c3b885d4002d5232a93783e97d867f0448e2f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just a short walk from Milan's Corso Buenos Aires shopping district and the area offers...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="240.38" OriginalAmount="238" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5090-22238926/1932279108143858485/6448" HotelName="NH TOURING" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/19600/19557/6f85094f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="240.87" OriginalAmount="238.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.466798" Longitude="9.1830199999999" StarRating="4" HotelCode="145449|A2F474" HotelName="Camperio House Suites &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Camperio 9, 20123 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/ab/01ab92819d550a46579c8ae60728f55c4994caa1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="241.39" OriginalAmount="239" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1412744-28547359/1932279108143858485/3637" HotelName="NUMA MILAN SEMPIONE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107510000/107502000/107501986/6e1b78ae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="241.39" OriginalAmount="239" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1348591-28478308/1932279108143858485/4670" HotelName="ITALIANWAY - THE B VILLAGE NEW" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/87000000/86250000/86246900/86246815/8844c977_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="241.39" OriginalAmount="239" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1347095-27589770/1932279108143858485/11536" HotelName="10 KEYS MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/84000000/83560000/83554300/83554291/75709c50_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="242.40" OriginalAmount="240" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.458008" Longitude="9.191297" StarRating="4" HotelCode="10364|2385" HotelName="Hotel Ascot" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lentasio 3, 20122 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/186029/186029a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245.43" OriginalAmount="243" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.448267693345" Longitude="9.2574272907593" StarRating="4" HotelCode="395912|28300" HotelName="Novotel Milano Linate Aeroporto" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Mecenate 121, 20138 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/9e/fd9e260c081807784dd3e2ebeebd5a1a3ee3fa10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This easily accessible hotel is close to Linate Airport and conveniently situated near to exit 4 (Me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="245.43" OriginalAmount="243" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|149101-28434006/1932279108143858485/1642" HotelName="BRIANZA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2410000/2406400/2406348/dc996407_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="245.43" OriginalAmount="243.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.45303353" Longitude="9.17044978" StarRating="0" HotelCode="625540|milano_apartments_porta_genova" HotelName="Milano Apartments Porta Genova" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/09/2026" HotelFacility="Air Conditioning,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Via Vigevano 45, Navigli, 20144 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/91/66/9166aec1ddf258c4c930e33dc5c03880828ead84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="246.44" OriginalAmount="244" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|872214-28460051/1932279108143858485/2336" HotelName="LOCANDA PANDENUS BRERA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/872214/202093095529242.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="246.44" OriginalAmount="244" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1456764-32463160/1932279108143858485/10530" HotelName="CALIMALA MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107490000/107486100/107486055/e96fd9cb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="246.44" OriginalAmount="244.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47722739" Longitude="9.20796938" StarRating="1" HotelCode="144304|hotel_aurora_2" HotelName="Aurora Hotel Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Buenos Aires 18, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/72/3772cd1109519ee451c36d57d6869de81b88057c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="247.36" OriginalAmount="244.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.497715260692" Longitude="9.1743551194668" StarRating="4" HotelCode="59806|5769" HotelName="Best Western Hotel Blaise &amp; Francis Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Enrico Annibale Butti 9, 20158 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/77437/a_77437_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north of the city centre, only about 10 minutes walk from the conventio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.45526336" Longitude="9.16756946" StarRating="4" HotelCode="584213|savona_18_suites" HotelName="Savona 18 Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Savona 18, 20144 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/7a/6d7ac31487b7d4881953288693d4fc105adcd280.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47040082" Longitude="9.18515995" StarRating="0" HotelCode="954800|the_unique" HotelName="The Unique Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Del Carmine 6, 20121 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/f1/4df164265bb7f512d3e93e41cfa2e91169bceacc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="248.46" OriginalAmount="246" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1464897-32918365/1932279108143858485/10330" HotelName="HOMA SPIGA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/93000000/92030000/92024300/92024245/59db2f39_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="248.46" OriginalAmount="246" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|169358-26512285/1932279108143858485/11111" HotelName="RESIDENZA DELLE CITTA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2520400/2520364/20bd5c98_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.47" OriginalAmount="247.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.459487" Longitude="9.176949" StarRating="5" HotelCode="81168|hotel_pierre_milano" HotelName="Pierre Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via De Amicis 32, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/b5/3bb51106fb437e57f1e8fbd2ef6c8998166bc23b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="250.48" OriginalAmount="248" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1310754-26625132/1932279108143858485/11979" HotelName="NH COLLECTION CITY LIFE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/73000000/72280000/72271400/72271394/4aff2ceb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="251.49" OriginalAmount="249" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.462321387744" Longitude="9.1814763844013" StarRating="4" HotelCode="14722|55842" HotelName="Mentana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Morigi 2, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/37/4c370a6e53a8a5112f0e224cde3571be4000e0af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="255.53" OriginalAmount="253" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1387119-27596113/1932279108143858485/9824" HotelName="MAX BROWN MISSORI PART OF SIRCLE COLLECTON" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/98000000/97360000/97355700/97355665/dc223a45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="256.54" OriginalAmount="254" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|543005-25698707/1932279108143858485/9284" HotelName="CLERICI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14870000/14866500/14866472/6a97ea2b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.54" OriginalAmount="254.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46729286" Longitude="9.18701574" StarRating="4" HotelCode="507488|hotel_clerici" HotelName="Hotel Clerici" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Clerici 11, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/cc/f0cc20047dde827d90120c35396ac02729e363f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="257.39" OriginalAmount="254.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.460819195342" Longitude="9.1886043548584" StarRating="4" HotelCode="336457|17021" HotelName="Dei Cavalieri" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Missori 1, 20123 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5b/2b/5b2b04924e033717b697eacb2e1305599690734d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated in the centre of Milan, close to countless shops, exquisite boutiques,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="257.55" OriginalAmount="255" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|651621-28502984/1932279108143858485/4686" HotelName="KEB HOTEL VITRUVIO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15260000/15258000/15257961/627332e8_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.56" OriginalAmount="256" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.460512543759" Longitude="9.1812765598297" StarRating="3" HotelCode="400740|25484" HotelName="Ariston" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Carrobbio 2, 20123 Milano, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dc/df/dcdfd0175bc1f04a7da16693554c94a1c2a98b5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the very heart of Milan, in Largo Carrobbio. It is a 5-minute walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="259.57" OriginalAmount="257" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5065-25190142/1932279108143858485/8378" HotelName="IH MILANO AMBASCIATORI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460445/65aeb119_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="262.60" OriginalAmount="260.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463661" Longitude="9.185336" StarRating="3" HotelCode="117043|hotel_gran_duca_di_york" HotelName="Gran Duca Di York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Moneta 1, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/1a/e21ac03e6bcaa156f23cfc1a81f4b1126672e440.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.61" OriginalAmount="261.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48312757" Longitude="9.20517513" StarRating="3" HotelCode="548800|vitruvio_43_apartments" HotelName="Vitruvio 43 Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitruvio 43, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c0/30/c030b1d08b0f13b3377a0094976088cb0051fc8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.61" OriginalAmount="261.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46415363" Longitude="9.19783859" StarRating="0" HotelCode="639418|aparthotel_durini" HotelName="Aparthotel Durini" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Durini 2, Milano Centro, 20122 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b2/b7/b2b7ccf82345b8ce4824491315fc2fe5c60ea8b9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="266.22" OriginalAmount="263.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483909" Longitude="9.236444" StarRating="3" HotelCode="58216|56276" HotelName="Gamma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Valvassori Peroni, 85, 20133 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/e9/2fe9ae4fcee61102368a157487610cf4a9ae2ed0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of the University quarter of the city (Città Studi). Around the corner,...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="268.66" OriginalAmount="266.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.452565" Longitude="9.167148" StarRating="5" HotelCode="263948|magna_pars_suites_milano" HotelName="Magna Pars Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Forcella 6/8, 20144 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/c3/2ec3ceb62fb770dcca5753faf7cf6a38e2301605.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="270.68" OriginalAmount="268" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|233971-25442498/1932279108143858485/7644" HotelName="MAGNA PARS L'HOTEL A PARFUM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5480000/5478600/5478506/f673d841_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="271.69" OriginalAmount="269" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1319620-26630030/1932279108143858485/11995" HotelName="NH MILANO CORSO BUENOS AIRES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/72000000/71810000/71802300/71802223/w3840h2550x0y3-92107034_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="271.69" OriginalAmount="269.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4756" Longitude="9.1915" StarRating="0" HotelCode="957594|ortiquattro" HotelName="Ortiquattro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Orti 4, 20122 Milano, Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/e9/02e9f14ee92380e049b2e4118be6f757285601c9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="273.71" OriginalAmount="271" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1330878-32737536/1932279108143858485/10070" HotelName="COMBO MILANO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37890000/37886000/37885905/224746ef_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="278.76" OriginalAmount="276.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465688" Longitude="9.195674" StarRating="4" HotelCode="192153|san_pietro_allorto_6" HotelName="AllegroItalia San Pietro all’Orto 6" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Kitchen,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Pietro all'Orto 6, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4d/40/4d408c36cb2ccd0420350f1febf14e4935a69f35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="279.77" OriginalAmount="277" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483089820825" Longitude="9.2051289999999" StarRating="3" HotelCode="88885|180008" HotelName="Keb Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitruvio 43, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/05/056275/056275a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="281.79" OriginalAmount="279.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.460761420329" Longitude="9.1811674093615" StarRating="3" HotelCode="378963|ostello_bello" HotelName="Ostello Bello" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Medici 4, 20123 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/60/806086733c3b4747645838af0d35a5fb7b4b9553.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="282.80" OriginalAmount="280.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.45097609" Longitude="9.18652514" StarRating="0" HotelCode="811205|bb_hotels_residenza_bocconi" HotelName="BB Hotels Aparthotel Bocconi" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Aparthotel" CnxPolicy="Free CXL until 27/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Teulié 7, 20136 Milano, Padova</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/71/bd/71bd61c0eb7b33dbccd93c1f3ccd80ca55d32b64.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just 2 km from Milan Cathedral, Residenza Bocconi features modern apartments with free Wi-Fi. It is ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="284.82" OriginalAmount="282" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470900142825" Longitude="9.1841357946396" StarRating="5" HotelCode="192152|57257" HotelName="Style Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Erbe, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/191213/191213a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="284.82" OriginalAmount="282.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465865914846" Longitude="9.1690843804565" StarRating="3" HotelCode="340931|antica_locanda_leonardo" HotelName="Antica Locanda Leonardo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="24 Hour Front Desk,Bar,Concierge,Dry Cleaning,Garden,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Magenta 78, 20123 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/67/2d/672d7d011d32a0752593a0e44f6397017e1ca1dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Antica Locanda Leonardo in Pontesesto (Milan Centre...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="286.84" OriginalAmount="284" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|152990-28497893/1932279108143858485/2756" HotelName="LHP NAPOLEON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1370000/1364300/1364270/76c5c3dd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="287.85" OriginalAmount="285" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1347897-28590531/1932279108143858485/609" HotelName="MENTANA, BY R COLLECTION HOTELS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1347897/202210121106105.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="287.85" OriginalAmount="285" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|593335-28458696/1932279108143858485/4312" HotelName="THE UNIQUE BRERA SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/33000000/32090000/32088800/32088710/082f9342_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="287.85" OriginalAmount="285" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|869839-26079737/1932279108143858485/9356" HotelName="INTOMILAN APARTHOTEL GALLERIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41990000/41988400/41988371/af81fa87_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="291.89" OriginalAmount="289.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.467343" Longitude="9.185066" StarRating="4" HotelCode="76553|hotel_antica_locanda_dei_mercanti" HotelName="Antica locanda dei Mercanti" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Tomaso 6, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/c5/5fc5fe86a569797c6488547c0a9b1119a923b263.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="294.92" OriginalAmount="292" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|104888-25281353/1932279108143858485/11025" HotelName="NH FIERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2580000/2571800/2571703/a463571b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="296.94" OriginalAmount="294.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.473819" Longitude="9.224058" StarRating="4" HotelCode="116903|dieci_hotel" HotelName="Dieci" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Airport Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Largo Rio de Janeiro 12, 20133 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/0f/2f0f30e73593bdd2e12f5475ee31a54539fbd87e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Quartiere Città Studi, just 5 km from the centre of Milan. Shops can be foun...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="296.94" OriginalAmount="294.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.460942" Longitude="9.189131" StarRating="4" HotelCode="302460|the_square_milano_duomo" HotelName="The Square Milano Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Alberico Albricci 2-4, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/83/12834d0595ef37ce49d039d006f71a9ea53ce6d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="298.96" OriginalAmount="296.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484177481537" Longitude="9.1987185490738" StarRating="4" HotelCode="933456|lagare_hotel_milanomgallery_collection" HotelName="Hyatt Centric Milan Centrale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Battista Pirelli 20, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/81/cc81ad3305b99d248c4a503272ef7442c4a8bbb6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="300.98" OriginalAmount="298" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|676545-21313659/1932279108143858485/263" HotelName="THE CORNER DUOMO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41960000/41955800/41955718/27b606fc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="300.98" OriginalAmount="298" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1347544-28478145/1932279108143858485/3011" HotelName="NJ HOTELSANDAPARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1347544/2022930145611129.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="300.98" OriginalAmount="298" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1347474-28478182/1932279108143858485/3296" HotelName="NUMA MILAN LORETO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1347474/202292916730817.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="300.98" OriginalAmount="298.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4756" Longitude="9.1915" StarRating="0" HotelCode="825143|velvet_grey_boutique_hotel" HotelName="Velvet Grey Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Monte Napoleone 13, 20121 Milan, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/af/83af03029dcc60d5402341c13fe60d2f85003005.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="303.00" OriginalAmount="300.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.468244" Longitude="9.207223" StarRating="5" HotelCode="177816|hotel_chateau_monfort" HotelName="Château Monfort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Concordia 1, 20129 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/2a/fe2af287752ecca678e718d60dd36e4e9bb99cdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the heart of Milan, about 800 m from Piazza San Babila, around 1 km ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="306.03" OriginalAmount="303" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|891818-26122316/1932279108143858485/11426" HotelName="MILANO VERTICALE  UNA ESPERIENZE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/58000000/57990000/57988200/57988184/df9cf7d3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="306.03" OriginalAmount="303.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477128" Longitude="9.184504" StarRating="4" HotelCode="60957|carlyle_brera_hotel" HotelName="Carlyle Brera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Garibaldi 84, 20121 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/65/fd/65fd18511957cc1ed63e04445b1966e3cdd2d488.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="307.04" OriginalAmount="304" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|592663-28457775/1932279108143858485/734" HotelName="MILA APARTMENTS MAGENTA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/20000000/19020000/19013500/19013416/eeb78660_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="309.06" OriginalAmount="306" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5142279" Longitude="-0.1749653" StarRating="4" HotelCode="0|5069-25190145/1932279108143858485/7900" HotelName="URBAN HIVE MILANO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1A Spring Street, LONDON, UK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/13100/13018/a0f98b58_b.jpg</HotelPictures>
        <HotelDescription>This hotel, located in the London district of Paddington, lies only a few paces from the terminus of the Heathrow Express. In addition, Lancaster Gate underground station is situated nearby, as is Hyde Park and Kensington Gardens. Plenty of shops and entertainment venues can also be found in the area.

Constructed in 1910, this city hotel comprises a total of 43 rooms set over 5 floors. Facilities on offer include a lobby with 24-hour reception and lifts. The hotel also features a breakfast room, Internet access and, for an additional fee, a laundry service and parking.

The rooms include an en suite bathroom and a hairdryer, a direct dial telephone, Internet access, a TV and a tea/coffee maker. The heating is centrally regulated.

Breakfast may also be selected from a buffet each morning.

By Car: from London Heathrow - depart. At the roundabout, take the first exit onto Bolton's Lane. Turn left onto Bath Road. At the roundabout, take the first exit onto The Parkway. At the roundabout, take the fourth exit onto Slip Road (M4 J3). Continue onto the M4. Continue onto Great West Road. At the roundabout, take the second exit onto Great West Road. Continue onto the A4. Bear left onto Brompton Road. Bear right onto Knightsbridge. Continue onto the A4. At the roundabout, take the first exit onto Park Lane. At the roundabout, take the second exit onto Cumberland Gate. Bear left onto Bayswater Road. Turn right onto Lancaster Terrace. Continue onto Sussex Gardens. Turn left onto Spring Street. Arrive at the hotel.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="309.06" OriginalAmount="306" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5078-25190149/1932279108143858485/8121" HotelName="HOTEL DEI CAVALIERI MILANO DUOMO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/12900/12833/cca93691_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="311.08" OriginalAmount="308" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483208480708" Longitude="9.1775810210885" StarRating="4" HotelCode="527391|227300" HotelName="Hotel Viu Milan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Aristotile Fioravanti 6, 20154 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/a8/5aa83414e1d4f50e09b567485a2532eb67612c78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="311.08" OriginalAmount="308" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|89490-32597378/1932279108143858485/1982" HotelName="GALILEO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/870000/861900/861820/551711a5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="314.01" OriginalAmount="310.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463892154526" Longitude="9.1940212365367" StarRating="4" HotelCode="17917|1368917" HotelName="Rosa Grand Milano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Fontana 3, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/29/fc29decb21442da72b025e1dedf4ff5964ac98d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated at the heart of Milan directly opposite the city's impressive Got...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="321.18" OriginalAmount="318.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.492127" Longitude="9.14777" StarRating="4" HotelCode="166965|antares_hotel_accademia" HotelName="Antares Accademia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Certosa 68, 20155 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/1d/e71d16d6a1b03dd3484eb360cccdf7b7796979b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located only minutes’ walk from the old Fiera di Milano (Milan's international fair an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="325.40" OriginalAmount="322.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.466026" Longitude="9.192203" StarRating="4" HotelCode="11617|4039037" HotelName="Sina de la Ville" Meals="BED AND BUFFET BREAKFAST" BedType="BED AND BUFFET BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Hoepli 6, 20121 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/fa/c4fac39154c7c7bfb6500812dd1981aff7d5f023.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="326.23" OriginalAmount="323" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18197-25203033/1932279108143858485/11253" HotelName="MORFEO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/590000/583600/583510/1fb81193_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="328.25" OriginalAmount="325" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1348631-32656738/1932279108143858485/6616" HotelName="ROSA GRAND MILANO - STARHOTELS COLLEZIONE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2900/2875/90d01a93_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="329.26" OriginalAmount="326" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|676530-28584379/1932279108143858485/3604" HotelName="ODSWEET DUOMO MILANO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48710000/48703800/48703782/df01c43c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="329.26" OriginalAmount="326.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.468543255004" Longitude="9.1831782460213" StarRating="4" HotelCode="16410|una_hotel_cusani" HotelName="UNAHOTELS Cusani Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cusani 13, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/83/5283c5a20bb91b453af09c9e75c691dc5db390c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="329.26" OriginalAmount="326.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.453429" Longitude="9.17924" StarRating="4" HotelCode="192160|the_yard_suite__dependance" HotelName="The Yard Suite &amp; Dependance" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza XXIV Maggio 8, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/be/93bea3ad26d1f68693097712c829bbb8bd29a9ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="330.27" OriginalAmount="327" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|894542-26126498/1932279108143858485/9311" HotelName="MILAN ELEVEN BY BRERA APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/63000000/62590000/62583300/62583299/6fae402f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="330.27" OriginalAmount="327.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4756" Longitude="9.1915" StarRating="0" HotelCode="769690|victor_boutique_hotel" HotelName="Victor Boutique Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Victor Hugo 4, 20123 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/53/44530c04e3aa0890853a274d17f8c800f1439e9c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="332.29" OriginalAmount="329.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46935063" Longitude="9.21401319" StarRating="4" HotelCode="850158|magville" HotelName="Magville" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Goldoni 31, 20129 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/e4/3de40cd5c7e91c6bdd2aada8b92026e55e9fa855.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="334.31" OriginalAmount="331" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1355169-26648670/1932279108143858485/9955" HotelName="SHEVA BOUTIQUE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91430000/91422500/91422460/f40276ae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="335.32" OriginalAmount="332" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|170806-25357964/1932279108143858485/7399" HotelName="CHATEAU MONFORT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4590000/4588700/4588641/3845a1da_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="335.32" OriginalAmount="332.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.467172" Longitude="9.184347" StarRating="4" HotelCode="186134|palazzo_segreti" HotelName="Palazzo Segreti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via San Tomaso 8, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/17/96179e5cea3fa83b8a012bfafbc48ad1a44f1d11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="337.34" OriginalAmount="334" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|453287-20683224/1932279108143858485/297" HotelName="VIU MILAN A MEMBER OF DESIGNS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17370000/17365900/17365843/806fd113_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="344.41" OriginalAmount="341.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48414" Longitude="9.201205" StarRating="3" HotelCode="15142|stazi" HotelName="New York" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via G.B. Pirelli 5, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/c1/b1c1753ad7e36b32794834423d4a508ecb349f03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies directly opposite Milan central train station, the airport bus terminal, and the metr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="347.44" OriginalAmount="344.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.476175978967" Longitude="9.1840499639511" StarRating="3" HotelCode="16762|hotel_ritter_2" HotelName="Ritter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Garibaldi, 68, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/df/85df9925b2d64f5e930d754d455b57d4a8d33c87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies is centrally located in the historical/ artistic district of the hotel, approximatel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="347.76" OriginalAmount="344.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48491716848" Longitude="9.1981154680252" StarRating="4" HotelCode="29246|1129309" HotelName="Four Points By Sheraton Milan Centre" Meals="ROOM ONLY NON-REFUNDABLE,BED AND BREAKFAST NON-REFUNDABLE" BedType="ROOM ONLY NON-REFUNDABLE" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gerolamo Cardano 1, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/a2/51a2a00fd48e6b25fea53b675db99050bc6facef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies right at the heart of the shopping quarter. Links to the public transport network ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="348.64" OriginalAmount="345.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484157" Longitude="9.20127" StarRating="2" HotelCode="902859|2496115" HotelName="Stazione" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Battista Pirelli 5, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/366219/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="349.46" OriginalAmount="346" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|618332-25782884/1932279108143858485/7723" HotelName="IQ HOTEL MILANO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37700000/37696200/37696159/958b405b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="353.50" OriginalAmount="350" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|237093-25445468/1932279108143858485/8367" HotelName="YARD SUITE &amp;amp; DEPENDANCE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4570000/4562800/4562738/f517b386_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="356.53" OriginalAmount="353" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|26284-25212580/1932279108143858485/7531" HotelName="UNA CUSANI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/21200/21141/992aea59_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="360.57" OriginalAmount="357.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.471403141108" Longitude="9.19652988461" StarRating="4" HotelCode="317217|senato_hotel_milano" HotelName="Senato Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Senato 22, 20121 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/7d/ab7dd6eaeddee9f652e3800ec9d255048131a89e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="366.63" OriginalAmount="363" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1464893-32918361/1932279108143858485/11521" HotelName="AIELLO HOTELS - CITYLIFE APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110380000/110370800/110370737/e53e3467_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="369.66" OriginalAmount="366" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|234000-27713903/1932279108143858485/9661" HotelName="SAN PIETRO ALL'ORTO 6" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4510000/4508200/4508159/7f55cec2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="371.68" OriginalAmount="368" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1464885-32918353/1932279108143858485/11526" HotelName="AH - DUOMO SIGNATURE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/115000000/114280000/114272900/114272883/55baa0d7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="371.68" OriginalAmount="368.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46718225" Longitude="9.20191466" StarRating="0" HotelCode="571833|hotel_indigo_milan_corso_monforte" HotelName="Hotel Monforte 27" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Corso Monforte 27, 20122 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/60/ba60f55f598f525e9e831b67bb1e25e1465f6d4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="374.71" OriginalAmount="371" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1464898-32918366/1932279108143858485/9770" HotelName="SOSPESO BOUTIQUE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/98000000/97050000/97041100/97041026/5a8131e0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="377.74" OriginalAmount="374" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46695329" Longitude="9.19763846" StarRating="0" HotelCode="625279|247814" HotelName="Aiello Rooms San Babila" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment,Bed and breakfasts" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza San Babila 5, Milan City Center, 20121 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/53/a353555b24b068edc8a85f3ff4864309ce9030bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="389.86" OriginalAmount="386" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.458467530123" Longitude="9.18781042099" StarRating="3" HotelCode="365648|14771" HotelName="Elizabeth Lifestyle Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Italia 11/A, 20122 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a9/e9/a9e9af4b860e7f45d5cd89f8de0cfefa76bea862.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="395.17" OriginalAmount="391.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470279423749" Longitude="9.1954788565636" StarRating="4" HotelCode="117254|128859" HotelName="Manzoni" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santo Spirito 20, 20121 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/01/a5012978ab7b3780bf1e88d3c5cd40fda9ca0ff8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a quiet street in Milan's fashion district, between Via Montenapoleone and ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="397.94" OriginalAmount="394.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463591" Longitude="9.186908" StarRating="4" HotelCode="36234|hotel_spadari_al_duomo" HotelName="Hotel Spadari al Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Spadari 11, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/2c/f12ca7f15854a963ab2160a900c2d351f15fdd4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="398.95" OriginalAmount="395" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1347797-28478175/1932279108143858485/5475" HotelName="VIA TORINO APARTMENT 1" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1347797/2022106144439502.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="401.98" OriginalAmount="398" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|408179-25586621/1932279108143858485/8275" HotelName="SPADARI AL DUOMO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/19600/19524/a4783d34_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="404.00" OriginalAmount="400" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|67610-28579032/1932279108143858485/5405" HotelName="DUO MILAN PORTA NUOVA, A TRIBUTE PORTFOLIO HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/790000/789100/789026/668c883d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="406.02" OriginalAmount="402" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|610434-28460699/1932279108143858485/3472" HotelName="AHD ROOMS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35520000/35515000/35514950/150b7984_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="408.04" OriginalAmount="404.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4651215" Longitude="9.1933318" StarRating="0" HotelCode="517498|ahd_rooms" HotelName="Aparthotel Duomo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guesthouse" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen">
        <Address>
          <AddressLines>
            <AddressLine>Via Agnello 2, 20121 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0f/2b/0f2bdf1f9e77ab22e3bc736e193c282a08997394.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="411.07" OriginalAmount="407" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1267877-28480932/1932279108143858485/5464" HotelName="VICO MILANO" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/72000000/71400000/71395700/71395633/19c32cff_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="411.76" OriginalAmount="407.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47938999" Longitude="9.19628772" StarRating="5" HotelCode="317060|403439" HotelName="ME Milan Il Duca" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Republica 13, Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/f4/85f4a9ba4912d621f4ba0ae3c8a8f9708a897768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="417.13" OriginalAmount="413" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|871581-26088250/1932279108143858485/9196" HotelName="SPERONARI SUITES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41500000/41495300/41495232/e4f5e36c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="417.13" OriginalAmount="413.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465298078173" Longitude="9.1910452693929" StarRating="4" HotelCode="82248|hotel_straf" HotelName="STRAFhotel&amp;bar A Member of Design Hotels" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Raffaele 3, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/82/df8217e5363fdfc24e0445c2ec7755a11f39102d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="420.16" OriginalAmount="416" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1354342-22371932/1932279108143858485/6423" HotelName="RADISSON COLLECTION, SANTA SOFIA MILAN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89610000/89607000/89606984/04f3cc76_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="423.19" OriginalAmount="419" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|611166-28566587/1932279108143858485/3310" HotelName="INDIGO MILAN - CORSO MONFORTE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19370000/19367100/19367023/e1fbbf98_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="427.23" OriginalAmount="423" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|30392-32597296/1932279108143858485/1082" HotelName="STRAF MILAN A MEMBER OF DESIGNS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/1000000/995700/995633/656c572a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="430.26" OriginalAmount="426" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1247220-26601181/1932279108143858485/9248" HotelName="M20 BOUTIQUE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/65000000/64630000/64624200/64624159/e9d0506f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="432.28" OriginalAmount="428" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|324746-25519485/1932279108143858485/7340" HotelName="ME MILAN - IL DUCA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9700000/9690200/9690122/fb313b37_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="433.29" OriginalAmount="429.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465172016861" Longitude="9.1892640352166" StarRating="4" HotelCode="424248|room_mate_giulia" HotelName="Room Mate Giulia Milán" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 4, 20121 Milán, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/a7/80a7f0b6d612c0d3e0a4b234a756035a4581ceca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="436.32" OriginalAmount="432" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1247322-22366421/1932279108143858485/6265" HotelName="RADISSON COLLECTION HOTEL, PALAZZO TOURING CLUB MILAN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/65000000/64670000/64665900/64665804/14bc5a9b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="437.33" OriginalAmount="433" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|394238-25576186/1932279108143858485/10083" HotelName="ROOM MATE GIULIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13320000/13318100/13318091/c0635d68_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="439.35" OriginalAmount="435" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|868973-28466785/1932279108143858485/3474" HotelName="3 ROOMS 10 CORSO COMO MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90680000/90674100/90674075/e1a0af5d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="440.36" OriginalAmount="436" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|591273-25739840/1932279108143858485/11315" HotelName="AIELLO ROOMS - SAN BABILA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19510000/19503500/19503437/9776f258_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="442.38" OriginalAmount="438.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465877" Longitude="9.189256" StarRating="5" HotelCode="117700|townhouse_galleria_2" HotelName="Galleria Vik Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 8, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/49/8c49707418bd9762b344757aa132a8a406dbc9b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an idyllic location in the celebrated Galleria Vittorio Emanuele II shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="449.45" OriginalAmount="445" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1464899-32918367/1932279108143858485/10263" HotelName="CROSSING MANZONI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/99000000/98530000/98527900/98527878/8ee9229d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="453.49" OriginalAmount="449" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1337700-26643230/1932279108143858485/11431" HotelName="AH - DUOMO ESSENCE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/79000000/78520000/78517900/78517865/714a393b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="453.49" OriginalAmount="449.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47688827" Longitude="9.11722661" StarRating="3" HotelCode="482824|mi_style" HotelName="MI.style" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Federico Tesio 1, 20151 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/29/3029410f8c456c70e7e2ccf44b943979958cbd54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="456.52" OriginalAmount="452" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1348702-28480028/1932279108143858485/5469" HotelName="VIA TORINO APARTMENT 2" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1348702/20221191671694.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="463.59" OriginalAmount="459.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465428" Longitude="9.191382" StarRating="5" HotelCode="28578|the_gray__a_sina_hotel" HotelName="Sina The Gray" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via San Raffaele 6, 20121 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0c/34/0c343336853cd124a80494ddb8d77b2d015a83dc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in the financial and commercial centre of Milan. Set between the Duomo Cathedr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="464.60" OriginalAmount="460" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46571248" Longitude="9.19161723" StarRating="4" HotelCode="305780|238316" HotelName="The Street Milano Duomo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Radegonda 14, 20121 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/5f/c95f0c995fce18affa57440e9f2763787dd12ecb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="474.70" OriginalAmount="470.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463083504114" Longitude="9.1979157227192" StarRating="4" HotelCode="258936|nh_president" HotelName="NH Collection Milano President" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Largo Augusto 10, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/71/a1711795aed1cbd71158d78f1da41bcba0e2a25f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in the heart of Milan just a few minutes' walk from the cathedral...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="479.75" OriginalAmount="475.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46137833" Longitude="9.1903631" StarRating="0" HotelCode="447751|duomo_rooms" HotelName="Duomo Rooms" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Paolo da Cannobio 11, 20122 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/8f/988f1ef8f808e3971d0dfd37beb8a973491e9524.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a safe and a transfer service are available to guests of the hotel. Wirel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="480.76" OriginalAmount="476" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1441274-28799029/1932279108143858485/11650" HotelName="AF DUOMO - MILANO LUXURY SUITES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/105000000/104020000/104016200/104016142/7457ff92_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="486.82" OriginalAmount="482" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|592621-25741774/1932279108143858485/8796" HotelName="LUXURY DUOMO ROOMS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11260000/11255700/11255645/07d091c2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="490.86" OriginalAmount="486" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|5091-22238929/1932279108143858485/6339" HotelName="TIVOLI PRESIDENT MILANO HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2100/2095/e0aa975b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="506.01" OriginalAmount="501" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|543743-25699121/1932279108143858485/8092" HotelName="CASTELLO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20180000/20172600/20172559/d89411c8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="510.05" OriginalAmount="505" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46742858" Longitude="9.18511087" StarRating="3" HotelCode="621980|255089" HotelName="Hotel Milano Castello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Elevator,Parking,Porter,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Tomaso 2, 20121 Milan, Varese</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/e0/29e0f6761be1bc8629e3669cb4ace3a22088d066.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Position\nHotel Milano Castello is been designed to provide a relaxing stay in the heart of Milan an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="510.05" OriginalAmount="505" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1349032-28480065/1932279108143858485/5473" HotelName="VIA TORINO APARTMENT 3" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1349032/20221116164020656.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="515.10" OriginalAmount="510.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481141" Longitude="9.203088" StarRating="3" HotelCode="335620|hotel_delle_nazioni_2" HotelName="Delle Nazioni" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via A. Cappellini 18, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/04/08042b1654d5f87a500763c9e119298cd5d47768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="526.21" OriginalAmount="521" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1350217-28480181/1932279108143858485/797" HotelName="MILANO CASTELLO LUXURY APARTMENT" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/74000000/73740000/73737400/73737309/07044d17_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="526.21" OriginalAmount="521" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1258410-26606290/1932279108143858485/11457" HotelName="AMABILIA SUITES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/69000000/68770000/68764300/68764248/281c4552_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="530.25" OriginalAmount="525.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46218932" Longitude="9.19047366" StarRating="2" HotelCode="604515|suite_milano" HotelName="Suite Milano Duomo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Baracchini 1, 20123 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/d8/46d8d138d619704aa56de637657e9878bf9202bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="536.31" OriginalAmount="531" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="38.409566" Longitude="23.669824" StarRating="2" HotelCode="0|592626-25741784/1932279108143858485/8802" HotelName="LUXURY SUITE MILANO DUOMO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>3 Krinon, LEFKANTI, GR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6450000/6443200/6443123/68d381a7_b.jpg</HotelPictures>
        <HotelDescription>This elegant hotel is situated in a traditional fishing hamlet in the Gulf of Evia, 12 km from the town of Eretria. The self-contained units all have a fully equipped kitchenette, as well as a dining area and a spacious furnished balcony, where guests can enjoy their home-cooked meals on a backdrop of sweeping mountain or sea views. As an alternative to the beautiful beach, the hotel has a large swimming pool, which can meet the requirements of any age group, including children. The outdoor area comprises also a pool bar, where guests can enjoy a refreshing drink or a light meal. The restaurant overlooks the swimming pool area and serves complimentary breakfast in the morning and a rich variety of authentic Greek cuisine for lunch and dinner.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="609.03" OriginalAmount="603" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464992392729" Longitude="9.1893938230164" StarRating="5" HotelCode="361362|178355" HotelName="Townhouse Duomo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 2, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1e/96/1e9647e7796fe8863e850386ad2a92bde1b22df4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="612.54" OriginalAmount="606.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485789708476" Longitude="9.2018491029739" StarRating="5" HotelCode="12364|1367795" HotelName="Excelsior Hotel Gallia, a Luxury Collection Hotel" Meals="ROOM ONLY NON-REFUNDABLE,BED AND BREAKFAST NON-REFUNDABLE,BED &amp; BREAKFAST" BedType="ROOM ONLY NON-REFUNDABLE" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 9, Mailand 20124</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/06/3206460338b5316af2c047c9ef7fcbd7908eaa03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located on Piazza Duca d'Aosta directly beside the main train station and just ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="645.39" OriginalAmount="639" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1360321-19577799/1932279108143858485/6965" HotelName="THE GLAMORE MILANO DUOMO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91840000/91830900/91830801/00c72da9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="791.84" OriginalAmount="784.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479844321849" Longitude="9.1965262591839" StarRating="5" HotelCode="16225|hotel_principe_di_savoia_2" HotelName="Hotel Principe di Savoia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Repubblica 17, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b3/3f/b33f4fa51b50ee4d4f68357025cc6b7c373024c8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel unquestionably belongs to the grandest top-of-the-range hotels in Europe, with a l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="798.91" OriginalAmount="791" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|5106-25192095/1932279108143858485/9606" HotelName="PRINCIPE DI SAVOIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/4200/4145/509dc3e9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="802.95" OriginalAmount="795" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1347366-28480770/1932279108143858485/2392" HotelName="FIORENTINI RESIDENCE MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1347366/202292811262041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="867.59" OriginalAmount="859" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1411854-27715804/1932279108143858485/10189" HotelName="THE PLEIN HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/102000000/101740000/101733200/101733172/a1f492f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="892.84" OriginalAmount="884.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.469972823623" Longitude="9.1923916339874" StarRating="5" HotelCode="28577|grand_hotel_et_de_milan" HotelName="Grand et de Milan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Manzoni 29, 20121 Milan, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bd/ec/bdec8e33554b2ac2444bea92b8df900e7bf5304c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The exclusive city hotel lies at the heart of Milan. Many shopping venues and countless entertainmen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="903.95" OriginalAmount="895" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1397872-26689792/1932279108143858485/12113" HotelName="PALAZZO CORDUSIO, A GRAN MELIÁ HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/95000000/95000000/94999000/94998930/f736c14e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="941.32" OriginalAmount="932.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478752589289" Longitude="9.1990354657173" StarRating="5" HotelCode="18681|the_westin_palace_milan" HotelName="The Westin Palace, Milan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Repubblica 20, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/ec/68ec2049893afe3050e39e3bd88c8f791afc77e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is located in the centre of Milan, directly on the Piazza della Repubblica and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1012.02" OriginalAmount="1002.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47336" Longitude="9.1911250000001" StarRating="5" HotelCode="263951|palazzo_parigi_hotel__grand_spa" HotelName="Palazzo Parigi Hotel Grand Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso di Porta Nuova 1, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a6/74/a6745739fe3a7ae01515944fc0ce51e6cb771f22.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1015.05" OriginalAmount="1005" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|244400-25460665/1932279108143858485/9828" HotelName="PALAZZO PARIGI GRAND SPA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6160000/6152800/6152726/45d10d33_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1057.47" OriginalAmount="1047" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|873246-28460087/1932279108143858485/3359" HotelName="BANDB VIA PADOVA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/873246/20201059552821.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1085.75" OriginalAmount="1075.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49819806" Longitude="9.23260253" StarRating="0" HotelCode="712576|bb_via_padova" HotelName="Via Padova" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Padova 165, 20127 Milano, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/76/42/764233b9fd37b02eaf07a7a36008f7bbc9ce8d35.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1113.15" OriginalAmount="1102.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470520911293" Longitude="9.1930307162863" StarRating="5" HotelCode="904547|366115" HotelName="Armani Hotel Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Alessandro Manzoni 31, 20121 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/f7/d3f7a15751212c98cfe10cad7b2cd28bfc3f9d4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1145.34" OriginalAmount="1134" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|172561-25358010/1932279108143858485/8505" HotelName="ARMANI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4620000/4610200/4610190/1839b7ad_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1235.23" OriginalAmount="1223" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4756" Longitude="9.1915" StarRating="0" HotelCode="954743|364902" HotelName="Casa Brera" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Degli Umiliati 2/A, 20138 Milan, Milano, Lombardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1262.50" OriginalAmount="1250.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465496" Longitude="9.188925" StarRating="5" HotelCode="26216|park_hyatt_milano" HotelName="Park Hyatt Milan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tommaso Grossi 1, 20121 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/dc/52dc4cdd4f72d90d85acfea56aae18fefe7b2daf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top-notch luxury hotel is located in hip Italian fashion capital of Milan. The hotel enjoys an ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1266.54" OriginalAmount="1254" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|24828-25213324/1932279108143858485/9793" HotelName="PARK HYATT MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/977300/977287/709ca3fb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1362.49" OriginalAmount="1349" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.469230769174" Longitude="9.1986264288425" StarRating="5" HotelCode="26032|28245" HotelName="Baglioni Hotel Carlton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Senato 5, 20121 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/b0/e9b0dd7c7f3d563c969516d0abc6129d3ffe58d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Affording a view of the Via Della Spiga, this luxury hotel is situated directly in the exclusive fas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1388.75" OriginalAmount="1375" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1352559-27595345/1932279108143858485/10432" HotelName="CASA CIPRIANI MILANO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96280000/96274900/96274815/01393cf3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1410.97" OriginalAmount="1397" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|18206-32392769/1932279108143858485/382" HotelName="THE CARLTON, A ROCCO FORTE HOTEL" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/1000000/450000/449200/449149/c2f8cee0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1564.49" OriginalAmount="1549" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1348626-26644109/1932279108143858485/12129" HotelName="PORTRAIT MILANO - LUNGARNO COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/85000000/84020000/84011100/84011048/c099a160_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1652.36" OriginalAmount="1636" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1412219-27603271/1932279108143858485/12159" HotelName="PALAZZO VIRIDIS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108490000/108480200/108480104/f57879b5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1684.68" OriginalAmount="1668" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1461550-32660483/1932279108143858485/12137" HotelName="ROCCO FORTE HOUSE VIA MANZONI MILAN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/106000000/105580000/105574500/105574446/4173348c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1723.06" OriginalAmount="1706.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470112016524" Longitude="9.1897416114807" StarRating="5" HotelCode="30030|bulgari_hotel_milan" HotelName="Bulgari Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Fratelli Gabba 7/b, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/c1/acc1277984372feb7af8287dd5e42b071ef4f6dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1903.85" OriginalAmount="1885.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.469435" Longitude="9.195159" StarRating="5" HotelCode="12955|four_seasons_hotel_milano" HotelName="Four Seasons Hotel Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>Via Gesù 6/8, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/12/1d/121d8735667b5ed2d04283805d231e60c7e27ea6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This highly traditional luxury hotel affords a Renaissance style and is situated close to La Scala O...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2408.85" OriginalAmount="2385" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|12765-25203486/1932279108143858485/7361" HotelName="FOUR SEASONS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/12700/12681/bce506d5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Telephone Service,Wheelchair Access,Designated Smoking Area,Fax,Restaurant,Room Service,Sauna,Swimming Pool,Shopping Arcade,Lounge,Massage Centre,Currency Exchange,Diet Meals,Garden,Golf,Jacuzzi,Nightclub,Spa,Meeting Room,Kitchen,Pets allowed,Airport Transfer (on Demand),Coffee Shop,Concierge,Dry Cleaning,Elevator,Library,Luggage Storage,Parking,Vending Machine,24 Hour Front Desk,Housekeeping,Off-Site Parking,LCD/Projector,24 Hour Power Supply,Porter,Heated Pool,Limousine Service</BasicAmenities>
    <HotelRating>4,5,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,HOTEL,ECO HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,SPA HOTEL,VILLAGE,HISTORIC HOTEL,AIRPORT HOTEL,CLUB RESORT,APARTHOTEL,GUEST HOUSES,APARTMENT,BED AND BREAKFASTS,GUESTHOUSE,HOSTELS,INNS,APARTMENT HOTEL,MOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ab746491-782a-469c-888e-2ceb0675062d|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="ab746491-782a-469c-888e-2ceb0675062d">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="54074" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-10-04T00:00:00" End="2026-10-05T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@aitravel-kh.com" Password="Snanum@$" RequestedCurrency="GBP" ClientNationality="KH" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ab746491-782a-469c-888e-2ceb0675062d|InfiniteSearch|Root element is missing.|System.Xml.XmlException: Root element is missing.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at SerializeDeserialize`1.DeserializeData(String dataXML) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 2755
   at HotelSources.Infinite.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 314|Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ab746491-782a-469c-888e-2ceb0675062d|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ab746491-782a-469c-888e-2ceb0675062d|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:d3dd9bb5-1b15-4f9d-8beb-7d078926a59f
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ab746491-782a-469c-888e-2ceb0675062d|DOTWSearch|Collection was modified; enumeration operation may not execute.|System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at HotelSources.DOTW.GetSearchRS(List`1 LstSearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\DOTW\DOTW.cs:line 626|DOTW|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ab746491-782a-469c-888e-2ceb0675062d|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:10:01.7697119+01:00" Version="0" EchoToken="Search" TransactionIdentifier="ab746491-782a-469c-888e-2ceb0675062d" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="45.89" OriginalAmount="45.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.52002434874" Longitude="9.1923728585243" StarRating="3" HotelCode="371240|394458|Bed &amp; Breakfast" HotelName="Hotel Ornato" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Ornato 64, 20162 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/39/395335/MIQhHF2H_1131b3a54d74684426c5e97ed640ce6a.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located about 1.6 km from the centre of Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.58" OriginalAmount="58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.506509948844" Longitude="9.1965488578904" StarRating="3" HotelCode="31171|54174" HotelName="Albergo ibis Milano Ca Granda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Suzzani 13/15, 20162 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/49809/a_49809_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the north of Milan near the motorways taking visitors straight to the Northern It...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.63" OriginalAmount="63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.471731758313" Longitude="9.0772547619018" StarRating="4" HotelCode="99147|20075" HotelName="Idea Hotel Milano San Siro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaetano Airaghi 125, 20153 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/82/d9823417dfaefed13d55f32f8542004982e1a870.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically situated near the San Siro-Fiera exit on the Tangenziale Ovest (western r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="66.66" OriginalAmount="66" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|338513-25529296/1932279108143858485/10051" HotelName="FORUM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11110000/11107400/11107315/b65aacc4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="67.41" OriginalAmount="66.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.639122" Longitude="9.365195" StarRating="3" HotelCode="159572|224744|Bed &amp; Breakfast" HotelName="Polo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Donizetti 1, 20040 Usmate Velate</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/0e/210eda1b0535c2fb9cd473de963a48d8a87da721.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3 star hotel is located in the suburbs of Usmate and was established in 1975. It is 25.0 Km fro...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="67.67" OriginalAmount="67" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5104-25190160/1932279108143858485/10385" HotelName="A&amp;amp;O HOSTEL MILANO CA GRANDA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/11500/11430/988b3479_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="67.67" OriginalAmount="67" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|877823-28543102/1932279108143858485/2556" HotelName="2C" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/877823/2020103011430451.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.67" OriginalAmount="67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.506478485055" Longitude="9.1962942481041" StarRating="4" HotelCode="395910|25511" HotelName="Novotel Milano Nord Ca Granda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Viale Suzzani 13, 20162 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a3/b3/a3b3e51a8cd5442a9fcdde8f975e670b16523cf8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the north of the city, just 3 km from the central railway station. The neare...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="71.71" OriginalAmount="71" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|75703-28508368/1932279108143858485/2903" HotelName="ASCOT BINASCO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/75703/201131082325126.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="71.71" OriginalAmount="71" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|101026-25276689/1932279108143858485/8463" HotelName="IDEA SAN SIRO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2040000/2032200/2032147/e179d5c7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="72.76" OriginalAmount="72.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.5356021" Longitude="9.1971228" StarRating="4" HotelCode="162602|388365|Bed &amp; Breakfast" HotelName="Neo Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via XXV Aprile 49/51, 20091 Bresso, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/86/c1862b2330077a2c86e63709f25f0dddaed0f277.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bresso, opposite the Aero Club and near to Parco Nord. It lies 500 m from l...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="75.75" OriginalAmount="75" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|185796-25371099/1932279108143858485/11657" HotelName="NEO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3610000/3607300/3607260/80ff9cca_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="76.62" OriginalAmount="75.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.495027" Longitude="9.141701" StarRating="4" HotelCode="335608|1147207|Bed &amp; Breakfast" HotelName="Raffaello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Viale Certosa 108, 20156 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a3/4c/a34c73b0972474d8abf2b0d1a2a9d62434af4455.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|164564-25340977/1932279108143858485/8766" HotelName="IH HOTELS MILANO EUR TREZZANO SUL NAVIGLIO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1150000/1145800/1145734/ff933ab2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="79.79" OriginalAmount="79" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|146401-28562633/1932279108143858485/1154" HotelName="RIPAMONTI RESIDENCE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2020000/2018400/2018315/9063d76d_edited_5e52_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.442142389199" Longitude="9.2176546901464" StarRating="2" HotelCode="192195|hotel_brenta_milano" HotelName="Brenta Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Brenta 33, 20139 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/83/b683daefd94cdb99db6dd802aa49ab7f933e16a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|869034-28466786/1932279108143858485/2983" HotelName="ABRACADABRA TORTONA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/869034/2020911105341559.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.468846" Longitude="9.226074" StarRating="3" HotelCode="117276|56836" HotelName="Hotel Mayorca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Andrea Pellizzone 12, 20133 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f5/89/f589536ff0e49a037c78b395b6d8fdf313ecd7ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464235" Longitude="9.181967" StarRating="3" HotelCode="95048|vecchia_milano" HotelName="Vecchia Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Borromei 4, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/d2/79d2a8dd8a8bca616f8e7cc4489913af42e7212e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="85.76" OriginalAmount="84.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48025" Longitude="9.12356" StarRating="3" HotelCode="361461|17626499|Bed &amp; Breakfast" HotelName="B&amp;B Hotel MILANO San Siro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Achille 4, 20151 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a1/5f/a15f4a59fb776afe0dcd84323cface2c75072387.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="86.44" OriginalAmount="85.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.401222286586" Longitude="9.120630415295" StarRating="4" HotelCode="335612|43316|Bed &amp; Breakfast" HotelName="Holiday Inn Assago" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tangenziale Ovest Km 19, 20094 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a5/e6/a5e61117fa31d33ad653cdcdc511c607cc322ff0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Autostrada dei Fiori highway and quickly linked by shuttle bus to the ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="87.87" OriginalAmount="87" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|288836-25503701/1932279108143858485/9658" HotelName="SPORTING COLOGNO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8130000/8120700/8120687/3dc34cef_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="89.89" OriginalAmount="89" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157965-25329492/1932279108143858485/9991" HotelName="DEVERO &amp;amp; SPA, BW SIGNATURE COLLECTION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2170000/2167600/2167570/w3840h2558x0y0-7278e34d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|543722-25699109/1932279108143858485/10160" HotelName="CARLO GOLDONI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21960000/21956300/21956298/c0cd03fb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.473694234503" Longitude="9.1467310488224" StarRating="1" HotelCode="192202|387991" HotelName="Amendola Fiera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Filippo Carcano 39, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/76/f176eafd27d53cb3494791ff780432c8d3151bf3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46922371" Longitude="9.22181866" StarRating="2" HotelCode="619592|255086" HotelName="Hotel Carlo Goldoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Goldoni 84, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/c3/4bc3819330368935ca29844db94432250d318ec8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.471816" Longitude="9.227457" StarRating="3" HotelCode="146019|hotel_citta_studi" HotelName="Città Studi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cesare Saldini 24, 20133 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/1c/7a1c8bf99529264ac00e9fddacdccb78575ab47e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91.91" OriginalAmount="91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46601" Longitude="9.217087" StarRating="2" HotelCode="116866|55850" HotelName="Dateo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Piceno 33, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/83/e5834a8f83b513ffaf0c641f7c4ecbef036d7bb0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.475416" Longitude="9.192434" StarRating="2" HotelCode="211373|the_monastery_hostel" HotelName="The Monastery Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Concierge,Internet,Kitchen,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Via Renzo Bertoni 3, Milano Centro, 20121 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4d/97/4d972164732f598b63b8378a9f7125f3f32519c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Milan (Milan Centre), New Generation Hostel Urban Brera...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="92.92" OriginalAmount="92" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|110708-19595243/1932279108143858485/6980" HotelName="AS LIMBIATE FIERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1710000/1709400/1709321/d9ccf7ce_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.499679140502" Longitude="9.2061159824251" StarRating="4" HotelCode="387392|idea_hotel_milano_bicocca" HotelName="iH Hotels Milano Gioia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Giustizia 10/D, Zona Greco, 20125 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/4c/204cd104e528e90bf44bf430d6236b9cb8374b57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers easy access from Milan central railway station (2 km), the underground network (Son...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="94.94" OriginalAmount="94" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|676504-28458808/1932279108143858485/2434" HotelName="APOLLO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/676504/2020410101542994.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|185716-25370999/1932279108143858485/11280" HotelName="ARCOBALENO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2522900/2522840/8f9b28e4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="97.97" OriginalAmount="97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.8628672" Longitude="-13.8279348" StarRating="3" HotelCode="0|53241-25229729/1932279108143858485/9162" HotelName="VECCHIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>58 Bienvenida Martín  Practicanta, PLAYA BLANCA YAIZA, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2740000/2737200/2737189/266744e3_b.jpg</HotelPictures>
        <HotelDescription>This beach hotel revels in its hillside setting, lying just 20 metres away from the sea. The hotel commands spectacular views over the coastline. Guests will find themselves just 200 metres away from the beach and 500 metres from links to the public transport network. Guests can enjoy an array of exciting activities nearby. This charming hotel enjoys an attractive architectural design, greeting guests with the promise of a memorable stay. The guest rooms are beautifully designed, featuring refreshing tones and a relaxing ambience. The rooms feature modern amenities for added comfort and convenience. Guests will appreciate the choice of facilities and services that the hotel has to offer.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="98.77" OriginalAmount="97.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.519484982341" Longitude="9.1876468062401" StarRating="4" HotelCode="192215|318292|Bed &amp; Breakfast" HotelName="Residence Siloe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cesari 19, 20162 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e5/a5/e5a52a1ea12dd64122177be5419488480adaa267.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="98.98" OriginalAmount="98" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5086-25191462/1932279108143858485/11474" HotelName="BELSTAY MILANO ASSAGO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/1000000/470000/463600/463556/1436454a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.98" OriginalAmount="98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.514028" Longitude="9.11933" StarRating="4" HotelCode="165754|25501" HotelName="The Hub" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Polonia 10, 20157 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/48/364825ef5867f4718d6a243eb8991a7c3cae2126.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is characterised by a unique and strategic location, only 4 km away from Fiera Milano, the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="99.99" OriginalAmount="99" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|28128-25211790/1932279108143858485/9591" HotelName="SEMPIONE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/115400/115399/81944693_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.64" OriginalAmount="100.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.490422408744" Longitude="9.1528405267557" StarRating="3" HotelCode="36233|68330|Bed &amp; Breakfast" HotelName="Hotel Berlino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Antonio Plana 33, 20155 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/b6/e6b6377881c6b386d58ed6d0cfd8b020300ff242.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated only 10 minutes from the Campionaria and 15 minutes from the Rho exhibition ce...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1322658-26635047/1932279108143858485/10182" HotelName="FIORALBA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75810000/75807000/75806984/f7740dfe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|592671-28457727/1932279108143858485/570" HotelName="MILANO CANAL APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15810000/15807100/15807076/218b235a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="102.42" OriginalAmount="101.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.40298" Longitude="9.249124" StarRating="3" HotelCode="37335|23597|Bed &amp; Breakfast" HotelName="Majestic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lombardia 48, 20098 San Giuliano Milanese, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/98/d998197a0584c04560bfd7f3fe1851b6f656023e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in rural surrounds, close to many historical tourist sights including the Abba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="103.02" OriginalAmount="102" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5107-25187748/1932279108143858485/11881" HotelName="REX" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/892000/891923/7ce7c744_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.498838586193" Longitude="9.1661301255226" StarRating="4" HotelCode="192210|hotel_sunflower" HotelName="Sunflower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazzale Lugano 10, 20158 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/45/2a4556585be19f84536d6e7acac386969832a622.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465539" Longitude="9.208713" StarRating="2" HotelCode="909321|hotel_dover" HotelName="Dover" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via P. Sottocorno 8, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/28/3d289f4157c9399ef38c0261cd4c9fe99d04964e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.04" OriginalAmount="104" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.472546896218" Longitude="9.1440327465534" StarRating="4" HotelCode="10404|24169" HotelName="Best Western Hotel Astoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Murillo 9, 20149 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8e/8b/8e8b758dbf9d61ab15d2a80936e180eafbcc682b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated near the Viale Murillo. Milano City, the gallery and exhibition centre, is onl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483152" Longitude="9.221306" StarRating="2" HotelCode="82526|hotel_trentina" HotelName="Trentina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Filippino Lippi 50, angolo Piazza Aspromonte, 20139 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/00/f20029a17cf7eb02ff143ef77f9bd81fe84aac48.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="106.05" OriginalAmount="105" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|338531-28467916/1932279108143858485/1352" HotelName="MY HOTEL MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4170000/4161200/4161130/187a243b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="107.06" OriginalAmount="106" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|116410-19500138/1932279108143858485/6971" HotelName="AS CAMBIAGO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1870000/1860700/1860681/8eaace8e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.06" OriginalAmount="106" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484697" Longitude="9.162794" StarRating="2" HotelCode="360043|238208" HotelName="Hotel Parma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel,Inns" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Piero della Francesca 48, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/06/220639fc72405fa9dd6cc769f9facd25a670b988.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Hotel Parma in Milan (San Siro), you'll be close to Fiera Mil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.418834" Longitude="9.157206" StarRating="3" HotelCode="73521|hotel_alga_2" HotelName="Alga" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Mare, 93, 20142 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/92/83921332d3517366d7afb9b5bb3274aa2217f690.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the southern area of Milan in a strategic position near both the highways ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.54" OriginalAmount="106.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.525931775735" Longitude="9.2149834024467" StarRating="4" HotelCode="302459|360780|Bed &amp; Breakfast" HotelName="Degli Arcimboldi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Sarca 336, 20126 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/2d/272d6450973ff5efd824e1b99d0d4e5b627f0fcd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.71" OriginalAmount="106.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4439" Longitude="9.153" StarRating="4" HotelCode="400868|86802|Bed &amp; Breakfast" HotelName="iH Hotels Milano Watt 13" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giacomo Watt 13, 20143 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/75/b675f445ba0dea0fce5c2e5c7ae7aa11bfe2ea18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|259515-28498739/1932279108143858485/5158" HotelName="EMBASSY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100190000/100180900/100180871/67c926ff_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.580862" Longitude="9.4590459999999" StarRating="4" HotelCode="296698|hotel_daniel_2" HotelName="Daniel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Coffee Shop,Concierge,Elevator,Garden,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Parking,Pets allowed,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Industrie 6, 20060 Basiano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/37/4c37687811c6344239cd8c75f76d4190699d3a92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;When you stay at Daniel in Basiano, you'll be close to Globo Mall....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="109.08" OriginalAmount="108" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|611159-25772594/1932279108143858485/11933" HotelName="PARMA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19410000/19401800/19401789/08021f3e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.09" OriginalAmount="109" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.474826919952" Longitude="9.1510945019952" StarRating="3" HotelCode="312311|344135" HotelName="Hotel Campion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Meeting Room,Parking,Pets allowed,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Viale Berengario 3, 20149 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/31/36/313630e54a5135f48188b05464e9a178897cd8a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Campion in Milan, you'll be close to Fiera Milano C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.10" OriginalAmount="110" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49626" Longitude="9.179432" StarRating="3" HotelCode="116638|178684" HotelName="Ares Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Edoardo Porro 8, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/2b/ed2bfdd8b14d30b72cff8227a898424dab2f6ed6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.12" OriginalAmount="112.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.45338453" Longitude="9.18439946" StarRating="3" HotelCode="547846|new_generation_navigli_hostel" HotelName="New Generation Hostel Milano Navigli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Burigozzo 11, 20122 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/7c/297cae17a7def1b884fca6ac3a387f7ed7774064.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="114.13" OriginalAmount="113" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|591839-25740708/1932279108143858485/9564" HotelName="CAMPION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3850000/3843100/3843094/2c3567ff_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.13" OriginalAmount="113" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.501471800967" Longitude="9.2280871312828" StarRating="3" HotelCode="296700|179555" HotelName="Camplus Guest Turro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Stamira d'Ancona 25, 20127 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/bc/8ebcbcdad9b8a3a6dc4dd8ff5f7fa00b5f9636f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.13" OriginalAmount="113" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.487346641223" Longitude="9.2237466306763" StarRating="3" HotelCode="151557|28271" HotelName="Hotel Lombardia Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Lombardia 74/76, 20131 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/81/a5/81a580c6b25276c459480d2e65508292012271bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated off the beaten track, this hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.13" OriginalAmount="113" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484374334322" Longitude="9.2239501473556" StarRating="3" HotelCode="337550|58870" HotelName="Hotel Montecarlo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>VIa Vallazze 39, 20131 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/92/2892af538c687053534eae98dfdebb90b1021dab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.13" OriginalAmount="113.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485025" Longitude="9.21942" StarRating="3" HotelCode="365240|hotel_adler_4" HotelName="Adler" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ricordi, 10, 20131 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/20/5e205ac321cf27e24497bf48211f42a625d1007d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the city centre of Milan and is only a few minutes on foot from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.27" OriginalAmount="113.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.533093476303" Longitude="9.1711002588272" StarRating="4" HotelCode="335618|57339|Bed &amp; Breakfast" HotelName="Hotel Da Vinci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Senigallia 6, 20161 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/58/9f58f9d3e83dc88b520a257cc5a18bf29e1aa9cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the northern area of Milan, 8 km away from the exhibition area of Fiera Mila...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.27" OriginalAmount="113.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49736441" Longitude="9.18081511" StarRating="4" HotelCode="874968|652346|Bed &amp; Breakfast" HotelName="J24 Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Edoardo Jenner 24, 20158 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/06/60/0660a737eaccc57427ef807c14cf089549cdd123.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated 300mts far from the underground station MM3 Maciachini, 2.1 km of Ospedale Niguarda and 3.2...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|234099-28454909/1932279108143858485/4958" HotelName="DEMO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/2000000/1210000/1206900/1206887/e04f601b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|676512-28458813/1932279108143858485/1040" HotelName="SIRO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1800000/1793800/1793704/5f0ed112_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|288821-28497751/1932279108143858485/3460" HotelName="IDEALE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1790000/1781300/1781267/a2809f4b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|915950-32596726/1932279108143858485/1639" HotelName="CAMPLUS GUEST LAMBRATE CASA PER FERIE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/915950/20211214112726219.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.15" OriginalAmount="115" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.512404803314" Longitude="9.178661652262" StarRating="3" HotelCode="55491|28269" HotelName="Eco Hotel La Residenza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Scialoia 3, 20161 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/3f/023f9d33717a07fdff8e7af6b8cc5fd6a9c47860.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in a peaceful area, just a short distance from all major sightseeing attractions in M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="116.75" OriginalAmount="115.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.467185" Longitude="9.142714" StarRating="4" HotelCode="17018|17715|Bed &amp; Breakfast" HotelName="Antares Rubens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietro Paolo Rubens 21, 20148 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/86/8186cbc05fe8f5b235bef63afc209d2060382eb7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally located just a few metres from the Corso Vercelli and its score...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="117.16" OriginalAmount="116" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.521833" Longitude="-105.051425" StarRating="3" HotelCode="0|257007-28442201/1932279108143858485/1427" HotelName="MOTEL AUTOSOLE 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1521 Oakridge Drive, Fort Collins, CO, 80525, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6940000/6931300/6931275/994a1c80_z.jpg</HotelPictures>
        <HotelDescription>The Homewood Suites by Hilton Fort Collins hotel in Colorado is located on the south end of Fort Collins, and close to many major corporations such as HP, Intel and Agilent Technologies. Our Homewood Suites hotel is surrounded by a variety of restaurants and is 3 miles from the Foothills Mall. Colorado State University is a short drive from the hotel, as well as Historic Downtown Fort Collins, a fantastic restaurant and shopping district.    Our Homewood Suites in Fort Collins, Colorado is a beautiful hotel and features 99 suites, including choice of studio, one and two-bedrooms. All suites have fully-equipped kitchen, full sized refrigerator, microwave oven, coffeemaker, two phones with data ports, high-speed internet access and On Demand movies. Iron, ironing board and hair dryer are standard in all our rooms.   Our Homewood Suites hotel in Colorado has a business center complimentary to guests and accessible 24-hours a day. Enjoy complimentary hot breakfast seven days a week, a Welcome Home reception Monday-Thursday, complimentary local phone calls, on-site laundry facilities and complimentary grocery-shopping service, as well as snacks and sundries available in our 24-hour Suite Shop convenience store.   Make Yourself at Home!&lt;br /&gt;CheckIn Time: 15:00&lt;br /&gt;CheckOut Time: 11:00&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.17" OriginalAmount="117.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.519047095712" Longitude="9.2238713800907" StarRating="2" HotelCode="192175|il_girasole_high_quality_inn" HotelName="Il Girasole" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Via Doberdò 19, 20126 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/e2/6de20252a956b8caba579183cf2bcf977fc84051.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="119.18" OriginalAmount="118" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|435494-25609632/1932279108143858485/10128" HotelName="CAMPLUS LIVING TURRO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12800000/12790800/12790799/a0d94f45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.18" OriginalAmount="118" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.505659" Longitude="9.246759" StarRating="3" HotelCode="88884|55844" HotelName="Agape" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Flumendosa 35, 20132 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/07/880754d3ed00e21536ed37c81728ad5840ed84d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.18" OriginalAmount="118" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.500202060011" Longitude="9.1425732711639" StarRating="4" HotelCode="903669|27810" HotelName="Milan Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Varesina 124, 20156 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/7f/ca7ff4106ecc6dd0d176341c768cf9ebdfe57372.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1247320-26601217/1932279108143858485/11131" HotelName="AMEDIA MILANO - TRADEMARK COLLECTION BY WYNDHAM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/60000000/59900000/59898100/59898052/b7a4ea7e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.488887" Longitude="9.202976" StarRating="3" HotelCode="146804|56067" HotelName="Demo'" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tonale 14, 20125 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/80/f4801368d9794f51435a0db6b48a3ef329dc9e4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.453541" Longitude="9.224693" StarRating="3" HotelCode="901039|55200" HotelName="Molise 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cadibona 2A, 20137 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/54/8a540714c70af4cc348d464a15664301c520128b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="122.81" OriginalAmount="121.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.45203678" Longitude="9.24960137" StarRating="4" HotelCode="578648|14087932|Bed &amp; Breakfast" HotelName="Hotel M89" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Mecenate 89, 20138 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/af/f0af6112094a82c7e0fb06ed544571baaed2d568.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="123.22" OriginalAmount="122" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18230-25203043/1932279108143858485/9113" HotelName="RUBENS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15400/15366/2074f4f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.44289543" Longitude="9.15509368" StarRating="3" HotelCode="546979|navigliotel_19" HotelName="Navigliotel 19" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Binda 19, 20143 Milano, MI</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/26/68267b327a104d9b0ff4a0fb0bb1d259b62e4834.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="124.23" OriginalAmount="123" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|138836-25309314/1932279108143858485/10552" HotelName="MILAN SUITE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3130000/3124200/3124159/d50c667b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.24" OriginalAmount="124.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.448759" Longitude="9.20342" StarRating="3" HotelCode="66554|hotel_piacenza" HotelName="Piacenza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Piacenza 4, 20135 Milano, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/62/b9621f482ca6ae73d1f160f8a9db3a5e9645a69c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.27" OriginalAmount="127.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484528" Longitude="9.216144" StarRating="4" HotelCode="78738|del_corso_hotel" HotelName="Del Corso" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pecchio 2, 20131 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/ef/63efa6e26195c465c48c922b97f5b5c3f6795b82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.27" OriginalAmount="127.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.501229" Longitude="9.2214289999999" StarRating="3" HotelCode="80971|hotel_nuovo_metro" HotelName="Nuovo Metro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Monza 120, 20127 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/ce/96ce28fda99f82fe301f4373183bb1507bf85f70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.28" OriginalAmount="127.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.437086" Longitude="9.16439" StarRating="3" HotelCode="79350|617758|Bed &amp; Breakfast" HotelName="Plus Welcome Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Famagosta 50, 20142 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/a3/7da3dece5ca4276e41288bb8a72dd188aa8e2991.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="129.28" OriginalAmount="128" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1454598-32416699/1932279108143858485/10355" HotelName="CX MILAN BICOCCA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108270000/108261700/108261642/0d8c2425_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="129.28" OriginalAmount="128" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|593273-28539031/1932279108143858485/869" HotelName="PICCOLO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1170000/1162100/1162018/f2307cd2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47191883" Longitude="9.22078543" StarRating="2" HotelCode="573748|conti_guest_house" HotelName="Conti Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Gian Battista Tiepolo 38, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/66/6b66639a29e4cdfdba6e409e36e968c772e0000d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="131.30" OriginalAmount="130" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|160678-19503672/1932279108143858485/7049" HotelName="LOMBARDIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2340000/2331400/2331303/00c4b299_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.31" OriginalAmount="131" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480266527992" Longitude="9.1495004296303" StarRating="4" HotelCode="31405|26637" HotelName="Mini Hotel Portello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via G. Silva 12 (zona fiera MilanoCity), 20149 Milano, Lombardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d7/b6/d7b620ecfebeb08c70f9934b1daf68f46ec5dc8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located only a stone's throw from the trade fair. The nearest underground station is t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.31" OriginalAmount="131.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48475" Longitude="9.162364" StarRating="3" HotelCode="117237|hotel_losanna" HotelName="Losanna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Piero della Francesca 39, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/a5/dfa5853bbf56aaf4c897b198814854098ecbeb3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can feel at home in one of the 23 rooms. Services and facilities at the hotel include a r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.32" OriginalAmount="132" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48368199" Longitude="9.14062682" StarRating="0" HotelCode="447818|287684" HotelName="Ostello Aig Piero Rotta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Martino Bassi 2, San Siro, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/aa/02aa5d3f43de77e3eae679c6a8102ccbb67710e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483912" Longitude="9.207573" StarRating="4" HotelCode="36232|andreola_central_hotel" HotelName="Andreola Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Domenico Scarlatti 24, 20124 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/20/c02075cea436cfdc519b39d8a3fa5070b8352804.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.466607" Longitude="9.1566829999999" StarRating="3" HotelCode="117283|56628" HotelName="Metro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Vercelli 61, 20144 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/30/af30cc41f763afccd2cf2a3948f90c39201c80f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.33" OriginalAmount="133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47173972" Longitude="9.07813526" StarRating="0" HotelCode="785958|miniotel_agriturismo_dolceluna" HotelName="Agriturismo Dolceluna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaetano Airaghi 131, 20153 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/a8/61a87dd20c51d4836e07cd8f3e93935d45d2be24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484744163255" Longitude="9.1596740484238" StarRating="4" HotelCode="34832|hotel_nasco" HotelName="Hotel Nasco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Corso Sempione 69, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/52/99/5299400b02b48f40acb3c61acb111696c9838e4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in an ideal location in the heart of trendy Milan with quick access to excell...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|234608-28497833/1932279108143858485/5141" HotelName="DOMENICHINO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2521100/2521044/2ef612b6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1322783-26635169/1932279108143858485/11445" HotelName="BOUTIQUE MARTINI 17" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75780000/75775500/75775449/639b2f76_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|196478-28501098/1932279108143858485/923" HotelName="RAFAEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/196478/2012112612303374.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|54854-19508469/1932279108143858485/6824" HotelName="NH MILANO 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/17800/17788/9f7345fe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18238-25203045/1932279108143858485/8964" HotelName="UNA SCANDINAVIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/54200/54124/ee31c0f3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.38" OriginalAmount="138.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.455009" Longitude="9.153762" StarRating="3" HotelCode="95058|hotel_des_etrangers" HotelName="Des Etrangers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sirte 9, 20146 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d4/32/d432dd571891a1a328a59da623307621bf184fbc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.39" OriginalAmount="139" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485564052876" Longitude="9.1640809178352" StarRating="4" HotelCode="44708|54169" HotelName="UNAHOTELS Scandinavia Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Battista Fauchè 15, Sempione, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/7e/a97e2516d4011a4c57d36db4425d6fd87db62eb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located only a few steps from the Fiera Milano trade centre. Located about...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.441884502361" Longitude="9.1759765780978" StarRating="2" HotelCode="337412|marte" HotelName="Hotel Marte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Ascanio Sforza 81, 20141 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/81/bf81aa9be48a64648e4df6c9f2e6b8de62ba1c74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="142.41" OriginalAmount="141" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|872145-28460041/1932279108143858485/2444" HotelName="CASCINA BELLARIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/872145/2020929165252637.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.41" OriginalAmount="141" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479404" Longitude="9.208993" StarRating="3" HotelCode="317254|54175" HotelName="Hotel Ibis Styles Milano Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Boscovich Ruggero 57-59, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/45/8a452561aabe5dfdf71bc52be0af1d6f4b5dcd84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel lies close to Milan's shopping centre (on the corner of ""Corso Buenos Aire...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.41" OriginalAmount="141" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464107599502" Longitude="9.163313806057" StarRating="3" HotelCode="192197|57100" HotelName="Panizza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bartolomeo Panizza 5, 20144 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/20/e6201a52432da9e3fae1d195a15c74f556228997.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="143.42" OriginalAmount="142" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|67584-19503791/1932279108143858485/7046" HotelName="BRISTOL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2529600/2529557/c298a71d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="143.42" OriginalAmount="142" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|26748-25213082/1932279108143858485/11567" HotelName="NASCO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1100000/1095000/1094943/149ec67e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.42" OriginalAmount="142" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.436797494505" Longitude="9.1717144846916" StarRating="3" HotelCode="34891|19144" HotelName="Dei Fiori" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Renzo e Lucia 14, 20142 Milano, Lombardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/da/82/da8252154a71f85a6ab037738329ab8d45b6147d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the city centre, just 200 m from the nearest restaurants and le...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.42" OriginalAmount="142" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481240693126" Longitude="9.2038714885712" StarRating="4" HotelCode="27231|19060" HotelName="Mediolanum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Mauro Macchi 1, (Stazione centrale/Piazza Repubblica), 20124 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/eb550d9c5b8d4ddc9c36618d95d0a51e.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located centrally between the main train station (200 m away with undergrou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483115631507" Longitude="9.1814374923706" StarRating="3" HotelCode="17144|hotel_san_guido" HotelName="San Guido" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via C. Farini, 1/A, 20154  Milan ( MI), Italy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/86/0e8672d75a1457ec1ca3232a159d3ea83cbd8758.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.505119" Longitude="9.261477" StarRating="3" HotelCode="221721|rafael" HotelName="Rafael Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Olgettina 60, 20132 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f1/0e/f10ee72a7145a3a785b2e220896d0078d0092274.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.458620074641" Longitude="9.175017816739" StarRating="2" HotelCode="376063|santagostino_rooms" HotelName="B&amp;B Sant'Agostino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via San Vincenzo 18 D, 20123 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/f1/55f1a2ee71e18d3c4d36d489db1beb3e5ff0c293.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.43" OriginalAmount="143" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.514785" Longitude="9.116386" StarRating="4" HotelCode="221719|33559" HotelName="Klima Hotel Milano Fiere" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Venezia Giulia 8, 20157 Milano, Lombardei</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/50/fe508f0f8b2b208c3da667557c633af892f00d9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.44" OriginalAmount="144.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478167690276" Longitude="9.2092037200928" StarRating="3" HotelCode="60469|teco" HotelName="Teco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Spallanzani 27, 20100 Mailand, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/6d/806d6ad2c85a2d0a5acd97945005291aca8855c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located in the city centre of Milan. In the nearby historical centre ther...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.5949175" Longitude="8.2837372" StarRating="4" HotelCode="0|101024-25276687/1932279108143858485/7925" HotelName="DOUBLETREE BY HILTON MILAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>REGIONE PUNTA NEGRA, C.P. 24, 07041 ALGHERO, IT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/14a09dea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|591994-25740932/1932279108143858485/10253" HotelName="H21" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/29000000/28830000/28822000/28821957/c43ca393_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.845199" Longitude="28.254703" StarRating="2" HotelCode="0|256993-32731825/1932279108143858485/11578" HotelName="B &amp;amp; B SANT AGOSTINO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6710000/6704900/6704860/3751a36a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49940651" Longitude="9.22306664" StarRating="3" HotelCode="770134|344134" HotelName="Hotel H21" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Valtorta 21, 20127 Milan, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/15/c9154ace7643a11ac3bb23cf1dc41d40553a2410.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.490031865516" Longitude="9.2056310176849" StarRating="3" HotelCode="32610|19066" HotelName="Terminal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ponte Seveso 38, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/50/6f507b7f86c7e8aa4ac2587aacf3f90c70a012f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a stone's throw from the main train station, which means guests enjoy qui...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.45" OriginalAmount="145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48357316" Longitude="9.10485273" StarRating="0" HotelCode="672113|cascina_bellaria" HotelName="Bellaria Restoro In Cascina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Cascina Bellaria 90, 20151 Milan, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/da/65dad614cb256f37335cb1241258867eec5e40f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="147.46" OriginalAmount="146" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|628412-25799355/1932279108143858485/9959" HotelName="STRADIVARI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27100000/27094200/27094167/a01605bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.46" OriginalAmount="146" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484161" Longitude="9.221355" StarRating="3" HotelCode="79116|55922" HotelName="Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Aspromonte 22, 20131 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/81/67/8167c33ce1b2c7d77ccac749e86d4efd55a298ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.46" OriginalAmount="146" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48425126" Longitude="9.21567092" StarRating="3" HotelCode="849411|387999" HotelName="Hotel Stradivari" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Stradivari 4, Piazza Argentina, 20131 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/f4/b4f4144c640a3d85363c2d6f208ae76fe278b614.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.90" OriginalAmount="146.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480235" Longitude="9.193231" StarRating="3" HotelCode="47343|5770|Bed &amp; Breakfast" HotelName="Cervo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Principessa Clotilde 10, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/36/0a36da2e69d319b29a811b70ed33bd7918b28f19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is centrally situated approximately 400 m from the historical old town and about ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="148.47" OriginalAmount="147" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|196700-25387089/1932279108143858485/8570" HotelName="KLIMA MILANO FIERE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5430000/5426900/5426838/c3d0404a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="148.47" OriginalAmount="147" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1349150-28480703/1932279108143858485/4954" HotelName="L'OTTAVA GUESTHOUSE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1349150/2022111891737352.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="148.99" OriginalAmount="147.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483537813137" Longitude="9.1666625440121" StarRating="4" HotelCode="335627|201369|Bed &amp; Breakfast" HotelName="Hotel Mozart" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Gerusalemme 6, 20154 Milan, Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/21/532117f0c4dcd2ae7cba3f852d8c5a196c871e43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan, only a few steps away from the Corso Sempione and close...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|273653-25497548/1932279108143858485/9188" HotelName="CRIVI'S" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/27700/27681/1ba8388b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|288773-25503681/1932279108143858485/11071" HotelName="ACCURSIO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/520000/517200/517102/0804d65c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="29.9506361" Longitude="-90.0702428" StarRating="4" HotelCode="0|18223-25203040/1932279108143858485/10989" HotelName="MOZART" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> 333 St. Charles Avenue,  NEW ORLEANS, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22600/22560/38e76f23_b.jpg</HotelPictures>
        <HotelDescription>The following services and amenities are available, but with reduced service: Business Center, Fitness Center, Breakfast, On-site Restaurant(s), Room Service, Valet Parking.The following services and amenities are currently not available: Concierge, Executive Lounge.The Hilton New Orleans/St. Charles Avenue hotel in Louisiana is located in the heart of the New Orleans Central Business District, three blocks off Canal Street and blocks from the world-famous French Quarter and Bourbon Street. This landmark building was built in 1926 as the Masonic Temple and was the second high-rise to be built in the Central Business District. 

The Hilton New Orleans/St. Charles Avenue hotel has undergone an $11 million renovation and has re-emerged as the newest upscale, premier hotel experience in the Crescent City. The architecture, exquisite woodwork and other design detail from the artisans of the 1920s is evident throughout the hotel and highlighted by the original chandeliers at the main entrance, original marble floors and walls, and the elaborate, hand-crafted inlay tile ceiling in the Grand Entry Hall. 

Walk into the Hilton New Orleans hotel and take a step back in time to luxury hotels of the past - hotels that made New Orleans, Louisiana famous. Uniquely sophisticated and elegantly designed, our hotel boasts 250 superior guest rooms including 25 dignitary suites and the five-bedroom Grand Suite. Our world-class restaurant and lounge offer breakfast, lunch and dinner selections as well as in-room dining options that include a 24-hour, in-room dining menu. 

Our French Quarter area hotel on St. Charles Avenue in Louisiana has 12,000 sq. ft. of flexible function space including multiple break-out rooms with the same attention to detail and preserved or restored to reflect their most opulent past glory. From weddings to corporate board meetings and anything in between, our hotel is one of the favorite gathering places in New Orleans, Louisiana.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.453008" Longitude="9.195905" StarRating="4" HotelCode="95061|55841" HotelName="Crivi's Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso di Porta Vigentina 46, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/18/08181b32d6916d5ce7127ea9adb5dfb38f3e849b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480448009839" Longitude="9.2116163671017" StarRating="4" HotelCode="12715|8599" HotelName="Best Western Plus Hotel Galles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco 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,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Lima 2, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/89/9b/899bd9366d4863687e120a5c9e19e5e0bc802a6a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located directly on the Corso Buenos Aires. It takes just a few minutes by foo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="151.50" OriginalAmount="150" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1464891-32918359/1932279108143858485/12053" HotelName="PALAZZO BUENOS AIRES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1070000/1069000/1068913/c6ff4dd7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.50" OriginalAmount="150" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.440930422255" Longitude="9.1728356480598" StarRating="4" HotelCode="35289|31038" HotelName="La Spezia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via La Spezia 25, 20142 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bf/55/bf55f3c02f70c03d23cc61b8578dfacc73d960dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous up-market hotel is conveniently situated for transport connections. Romolo is the clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.50" OriginalAmount="150" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.488133" Longitude="9.201617" StarRating="4" HotelCode="34830|19058" HotelName="Best Western Hotel Madison" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Leopoldo Gasparotto 8, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e1/1c/e11c12f4d5d317fe195d1aee85480dae48e892df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to Duca d'Aosta Square, this hotel is only 150 m away from the train station. The beau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.50" OriginalAmount="150" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.486737452125" Longitude="9.1575363278389" StarRating="4" HotelCode="29801|17822" HotelName="Enterprise" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Sempione 91, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/6c/716cd320a881f6d3d476f77809f3b09b04c28270.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is centrally located on Corso Sempione only 500 m from Fiera Milano City and a sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="152.22" OriginalAmount="150.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485395" Longitude="9.211708" StarRating="4" HotelCode="39582|18280|Bed &amp; Breakfast" HotelName="Doria Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Andrea Doria 22, 20124 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/1c/ee1c31751806cd0706f5ec618e537d8ebd7fed92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally situated only around 5 minutes walk from various shopping possibilities, bar...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|48033-25224293/1932279108143858485/8106" HotelName="IBIS STYLES MILANO CENTRO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/897600/897527/7662405f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.447146" Longitude="9.209249" StarRating="4" HotelCode="77381|55235" HotelName="Best Western Hotel Major" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Isonzo 2, 20135 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/d6/f3d6c3d4f2040520455b21acc106363d8daeb0c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.52" OriginalAmount="152" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4815696" Longitude="9.20256029" StarRating="2" HotelCode="641305|227307" HotelName="M2M Made To Measure" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Alfredo Cappellini 23, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/a1/44a1c0e39cd096c2d9064d2743aac1d3d1c97465.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.52" OriginalAmount="152" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485470029443" Longitude="9.2233550548554" StarRating="3" HotelCode="64220|15271" HotelName="San Francisco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Lombardia 55, 20131 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/d0/f3d0a3126df98f4e667f2354452f3e1dc66a0198.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|23516-32729750/1932279108143858485/11582" HotelName="BOLZANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/125000000/124230000/124225900/124225816/55ac32d8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1347093-28538184/1932279108143858485/1598" HotelName="FOLEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1347093/2022921164411928.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1401683-27594336/1932279108143858485/9556" HotelName="IH HOTELS MILANO CENTRALE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/96000000/95030000/95027500/95027463/99b7591d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.535001" Longitude="9.124598" StarRating="4" HotelCode="899651|24171" HotelName="Domina Milano Fiera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Don Orione 18-20, 20026 Novate Milanese</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/6a/f76a52f654979dc25004d335053fa430311242d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and business hotel is situated in Novate Milanese, in the heart of a pleasant rural area i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.53" OriginalAmount="153.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483604572081" Longitude="9.2040592432022" StarRating="1" HotelCode="192167|klick_hotel_milano" HotelName="Klick Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Da Recanate 2, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/8f/798f9b412a855b3a49319d44e72186f59c1a2d17.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.3725" Longitude="-71.1224" StarRating="2" HotelCode="0|338522-25529302/1932279108143858485/8924" HotelName="MARTE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>ONE BENNETT STREET, CAMBRIDGE, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10660000/10654200/10654132/04903af4_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Located in central Cambridge, The Charles Hotel is a business-friendly hotel within walking distance of Harvard University and Harvard Square. Additional points of interest include Hynes Convention Center and Boston Public Library.    Hotel Features.   Dining options at The Charles Hotel include 4 restaurants. A bar/lounge is open for drinks. Room service is available 24 hours a day. Recreational amenities include an indoor pool, a health club, a spa tub, a fitness facility, and a steam room. The property's full-service health spa has body treatments, massage/treatment rooms, facials, and beauty services. This 4-star property has a 24-hour business center and offers small meeting rooms, secretarial services, and a technology helpdesk. Complimentary wireless and wired high-speed Internet access is available in public areas. This Cambridge property has 1672 square meters of event space consisting of banquet facilities, conference/meeting rooms, and a ballroom.  Business services, concierge services, limo/town car service, and translation services are available. Guest parking is available for a surcharge. Additional property amenities include a library, a coffee shop/café, and barbecue grills. This is a smoke-free property.    Guestrooms.     294 air-conditioned guestrooms at The Charles Hotel feature minibars and CD players. Beds come with premium bedding. Bathrooms feature televisions, designer toiletries, bathrobes, and slippers. Wired high-speed and wireless Internet access is complimentary. In addition to desks and complimentary newspapers, guestrooms offer multi-line phones with voice mail, as well as free local calls (restrictions may apply). Plasma televisions have DVD players and pay movies. Rooms also include complimentary bottled water, safes, and windows that open. Guests may request a turndown service, hypo-allergenic bedding, and extra towels/bedding. Housekeeping is available daily. Guestrooms are all non-smoking.      Room Info:       Notifications and Fees:          The following fees and deposits are charged by the property at time of service, check-in, or check-out.    Self parking fee: USD 34 per night (in/out privileges)  Valet parking fee: USD 34 per night (in/out privileges)  Pet fee: USD 50 per pet, per stay     The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.    Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Check-in time starts at 3 PM  Check-out time is noon  Pets allowed   &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|632076-25806760/1932279108143858485/10862" HotelName="21 HOUSE OF STORIES CITTA STUDI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36280000/36276100/36276071/0eb8f769_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.491512" Longitude="9.1668999999999" StarRating="2" HotelCode="145013|180652" HotelName="Bogart" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Eugenio 45, 20155 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/85/d98581d4100cb71f7f150a3f948fd24ac4077368.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.450840283193" Longitude="9.1947540795248" StarRating="4" HotelCode="57756|24175" HotelName="Hotel Bocconi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Bligny 56, 20136 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/7d/057d1a506024ed73f64ef85ae7bddc5111e14649.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481719306698" Longitude="9.2028616368771" StarRating="3" HotelCode="35274|5358" HotelName="Mythos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Tenca 21, 20124 Milano, Lombardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/60/8e60a166e027c9e171a5660f9339fbcfa4f0eaf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish luxury hotel is ideally situated at the heart of the city of Milan. The main train stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="157.06" OriginalAmount="155.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.494730022206" Longitude="9.1418271457485" StarRating="4" HotelCode="98552|120099|Bed &amp; Breakfast" HotelName="Sure Hotel Collection by Best Western Hotel Mirage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Certosa 104/106, 20156 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/2c/982c8ae891c1f63532d6645a69492fda2486e12b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in an impressive building in the northern suburbs of Milan. It enjoys a convenient ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.56" OriginalAmount="156" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478267368029" Longitude="9.2016962170601" StarRating="3" HotelCode="31170|1506" HotelName="Albergo ibis Milano Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Finocchiaro Aprile 2, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/22/2b22aad6369f325dfb54d633992b5d143e48d6cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel enjoys an excellent location in the centre of Milan. The main train station, Piaz...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.56" OriginalAmount="156.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470953750061" Longitude="9.1565948724747" StarRating="4" HotelCode="97096|hotel_tiziano_park__vita_parcour__gruppo_minihotel" HotelName="Hotel Tiziano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tiziano 6, 20145 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/ae/17aec0de1335ec19f27c28ef5a3eb9578f46aa5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5088-25187747/1932279108143858485/7597" HotelName="IBIS MILANO CENTRO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/905600/905544/1a3e522d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5103-25190159/1932279108143858485/9015" HotelName="TIZIANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1150000/1141500/1141464/bd5c4012_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479798245708" Longitude="9.2114192247391" StarRating="3" HotelCode="11837|5506" HotelName="Hotel Demidoff Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Plinio 2, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/70/7a70734e51b0522ac279fed8c10fde649b546264.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the city centre, around 500 m away from Piazza della Republica as well as the Sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484489220633" Longitude="9.2064771644343" StarRating="4" HotelCode="95056|55840" HotelName="Hotel Bristol Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Scarlatti 32, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/2d/422df335d82d27ec76c59a0f41fcb4383440b29a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.57" OriginalAmount="157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.475156586737" Longitude="9.2061567306519" StarRating="3" HotelCode="61855|hotel_fenice_milano" HotelName="Fenice" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Buenos Aires 2, 20124 Milano, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1c/91/1c9149d82f67d591cad2c1ccce905b69417400cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the beginning of the Corso Buenos Aires, a stone's throw from the old town,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="159.58" OriginalAmount="158" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-34.906437" Longitude="-56.1913303" StarRating="3" HotelCode="0|95710-25262622/1932279108143858485/9897" HotelName="BEST WESTERN CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Cagancha 1126, MONTEVIDEO, URUGUAY,11100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7300/7296/23866b2f_b.jpg</HotelPictures>
        <HotelDescription>The Balmoral Plaza Hotel offers convenient accommodations with a great location right on the main square in Montevideo: the historic Plaza Cagancha. Enjoy a comfortable stay with excellent services like a gym, a sauna, meeting rooms, a business center, and guestrooms fitted up with modern amenities.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="159.58" OriginalAmount="158" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1221545-32715869/1932279108143858485/9377" HotelName="HOTEL CENTRALE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/107000000/106720000/106714000/106713959/cfa51c8c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.58" OriginalAmount="158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.44702805" Longitude="9.151584" StarRating="0" HotelCode="578332|versoverde_alzaia_naviglio_grande" HotelName="Versoverde Alzaia Naviglio Grande" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Alzaia Naviglio Grande 150, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/9c/159c8878ce95c3cc95f1072c1bbd5a9195ea7c69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|32499-25216032/1932279108143858485/11107" HotelName="B AND B HOTEL MILANO LA SPEZIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1190000/1181200/1181146/c6bf7cf6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|34836-25217898/1932279108143858485/8434" HotelName="HOTEL MIRAGE SURE HOTEL COLLECTION BY BEST WESTERN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/45800/45789/03f850bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|152977-25326278/1932279108143858485/7897" HotelName="DORIA GRAND" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/5800/5726/258763cf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|28207-25212731/1932279108143858485/9107" HotelName="VITTORIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/521300/521297/ab1a82a8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.60" OriginalAmount="160" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48783688" Longitude="9.20276939" StarRating="3" HotelCode="577990|227211" HotelName="43 Station Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabio Filzi 43, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/e7/2ae76f9f94a66119e4ca4331c892a7da573d0865.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.60" OriginalAmount="160" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479257" Longitude="9.210101" StarRating="4" HotelCode="116703|55229" HotelName="Best Western Hotel City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Buenos Aires 42/5, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/ed/e3ed68a34823facb47ee664b60e3690e56b3b224.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.61" OriginalAmount="161" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.501850355574" Longitude="9.2278849349653" StarRating="4" HotelCode="169226|23192" HotelName="Ramada Plaza Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Stamira d'Ancona 27, 20127 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/31/7f312e19be9dd0d67b898414cc0b483093c77ed6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 700 metres from the subway and close to the city centre, this hotel near Villa Reale (4 km) ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="163.62" OriginalAmount="162" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|145457-25319663/1932279108143858485/10744" HotelName="RAMADA PLAZA BY WYNDHAM MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3570000/3568600/3568504/00628507_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.62" OriginalAmount="162" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48138" Longitude="9.203411" StarRating="3" HotelCode="173020|238161" HotelName="B&amp;B Hotel Milano Central Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 9, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/51/9d5109823f29627d374536ad3b472410a8b10cd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, hotel is centrally located just 100 m from the main train station. Links to the public...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.62" OriginalAmount="162.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481989171497" Longitude="9.2077285051346" StarRating="2" HotelCode="192169|hotel_2000_2" HotelName="Hotel 2000" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitruvio 28, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/4c/614c886d0895e0f20cf28b861a37aeecd1ca22c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="165.64" OriginalAmount="164" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|20808-25211957/1932279108143858485/11204" HotelName="ROYAL GARDEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527200/527197/93017fe2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.64" OriginalAmount="164" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.452339" Longitude="9.2148540000001" StarRating="3" HotelCode="117277|28279" HotelName="Mec" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tito Livio 4, 20137 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/9d/a39dc13d3622f6cf96c762155ef211f1469f5461.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.64" OriginalAmount="164.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48437" Longitude="9.20509" StarRating="3" HotelCode="31176|mini_hotel_aosta_2" HotelName="Hotel Aosta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 16, Stazione Centrale, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/42/7042a534a806f458414ee6a385bfd7623041f547.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated opposite the main train station, which offers good connections to Linate and M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="167.66" OriginalAmount="166" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|234111-25442658/1932279108143858485/10666" HotelName="BERNINA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/916100/916033/46242d9b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.66" OriginalAmount="166" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483619867433" Longitude="9.2045749759329" StarRating="3" HotelCode="58456|1172" HotelName="Spice Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitruvio 48, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/57/03/570333bc353ca95a1a34a309a65bb368a9549cff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies within metres of the main train station (Stazione Centrale) and the underground stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="168.27" OriginalAmount="166.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477652372288" Longitude="9.2017418146133" StarRating="4" HotelCode="31175|5776|Bed &amp; Breakfast" HotelName="NH Milano Machiavelli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Lazzaretto 5, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1b/5d/1b5d50d492ebeed9d68378f53d33c9fcf1fdc566.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable hotel is located at the heart of Milan in the Porta Venezia and Corso Buenos Aires d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="168.27" OriginalAmount="166.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.450945305545" Longitude="9.1602802276611" StarRating="4" HotelCode="59713|66045|Bed &amp; Breakfast" HotelName="nhow Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Tortona 35, 20144 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/77/a1/77a12a9d46eb28db3c7cfa4abe38b17b50c69175.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This designer hotel lies in the southern part of Milan, close to Porta Genova train station in the l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.67" OriginalAmount="167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.466293492016" Longitude="9.1587057709694" StarRating="4" HotelCode="335606|hotel_capitol" HotelName="Hotel Capitol Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cimarosa Domenico 6, 20144 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ef/15/ef1557e5570452ec0a16e9d4849be1d93f313c70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming conference hotel lies right in the historical centre of the city where guests will fin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="169.68" OriginalAmount="168" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.5107" Longitude="-82.039" StarRating="3" HotelCode="0|473747-25641550/1932279108143858485/9913" HotelName="43 STATION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>201 BOY SCOUT RD, I-20, AUGUSTA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17720000/17710700/17710658/7c847358_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   Located in Augusta, Motel 6 Augusta is close to Augusta National Golf Club and Augusta State University.&lt;br /&gt; This eco-friendly hotel is within the vicinity of Ezekiel Harris House and The Augusta Canal Interpretive Center at Enterprise Mill.&lt;br /&gt;   Rooms   Make yourself at home in one of the 118 air-conditioned guestrooms. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with shower/tub combinations feature complimentary toiletries and hair dryers. Conveniences include desks and blackout drapes/curtains, as well as direct-dial phones with free local calls.&lt;br /&gt;   Rec, Spa, Premium Amenities   Take advantage of recreation opportunities such as a seasonal outdoor pool, or other amenities including complimentary wireless Internet access and a television in the lobby.&lt;br /&gt;   Business, Other Amenities   Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and a safe deposit box at the front desk. Free parking is available onsite.&lt;br /&gt;   Room Info:    Know Before You Go       Children 17 years old and younger stay free when occupying the parent or guardian's room, using existing bedding.       Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      Pet fee: USD 10. per pet, per day (maximum USD 50. per stay)       The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Minimum Spring Break check-in age is 18 years old.      Checkin Time:  3:00 PM  Checkout Time:  12:00 PM&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.68" OriginalAmount="168" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482368" Longitude="9.175693" StarRating="4" HotelCode="13286|32279" HotelName="Leonardo Hotel Milan City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Messina 10, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/f0/11f0063147456c9b9089fb4283c1a8b5debc3f8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the heart of Milan, in the vicinity of the Porta Garibaldi, the fashionable Brera di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="170.69" OriginalAmount="169" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|143086-25318203/1932279108143858485/8236" HotelName="LEONARDO CITY CENTER (EX. HERMITAGE)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20100/20068/cbf11d8d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="170.69" OriginalAmount="169" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|28976-25212834/1932279108143858485/8020" HotelName="CAPITOL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/3400/3398/25ddf394_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="171.25" OriginalAmount="169.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483058" Longitude="9.20306" StarRating="3" HotelCode="58220|53918|Bed &amp; Breakfast" HotelName="Flora" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 23, 20124 Mailand, Lombardei</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e9/dd/e9dd4765926d10a377838a6649bad4ab3ad51ff7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is a welcoming hotel situated in Milan close to Central Station, excellently connected to the mai...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="171.70" OriginalAmount="170" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5095-25190155/1932279108143858485/8468" HotelName="MANIN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/18200/18129/362c8557_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="172.44" OriginalAmount="170.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485216497883" Longitude="9.2068988913597" StarRating="4" HotelCode="17911|4691218|Bed &amp; Breakfast" HotelName="Anderson" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Luigi di Savoia 20, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/e2/25e246e3a92e6f3ac51d5f219ce868ae956877b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located around 500 m from the central train station. A wide range of restaurants, shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.71" OriginalAmount="171" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.500617060739" Longitude="9.144591987133" StarRating="4" HotelCode="161648|20273" HotelName="Radisson Blu Hotel Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Villapizzone 24, 20156 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2e4af1241435644c/3d/3d69a7322ac432799006465402b7ed9e/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a tranquil oasis in the heart of Milan's residential Bovisa District, just over 6 km no...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="173.72" OriginalAmount="172" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1464888-32918356/1932279108143858485/12155" HotelName="PALAZZO LORETO HOTEL MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/125000000/124190000/124181000/124180975/0d9edb90_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.72" OriginalAmount="172" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482910651312" Longitude="9.2040109634399" StarRating="4" HotelCode="52698|55445" HotelName="Colombia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>via roberto lepetit 15, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/66/4b66f3755f779deb7e89fff807477c285640d174.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the tourist centre of Milan just 100 m from links to the public trans...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="173.78" OriginalAmount="172.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477985" Longitude="9.209421" StarRating="4" HotelCode="17916|1927836|Bed &amp; Breakfast" HotelName="Ritz Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Spallanzani 40, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/40/8a4074efff266b99ca987cc9c61b5c37515446d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="175.85" OriginalAmount="174.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483112810684" Longitude="9.2032787203789" StarRating="4" HotelCode="35052|18662|Bed &amp; Breakfast" HotelName="Hotel Atlantic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 24, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/4e/184e234e6d68443c6361e58c638279a25a9010ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located just a few minutes' walk from Milan's designer shops, the Scala...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="176.75" OriginalAmount="175" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|302105-28512863/1932279108143858485/3752" HotelName="IBIS MILANO FIERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7210000/7207400/7207387/d5406582_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="176.75" OriginalAmount="175" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5076-32729611/1932279108143858485/10208" HotelName="SCARLATTI HOTEL MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/45800/45752/19a48c72_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.75" OriginalAmount="175.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47525406" Longitude="9.20650888" StarRating="3" HotelCode="631734|ai_suma_hotel" HotelName="Ai Suma Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Spallanzani 6, 20129 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/49/8749af412f9a4a930086ab75d8f99a94f3b00bba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="177.76" OriginalAmount="176" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12764-28497625/1932279108143858485/2120" HotelName="CASUAL ECLETTICO MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/910600/910521/9c510838_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|24863-25212403/1932279108143858485/7680" HotelName="GRAND VISCONTI PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/908300/908234/d782aac8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1247192-26601165/1932279108143858485/10206" HotelName="EXPERIENCE DESIGN BED AND SHOW" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6600000/6595500/6595479/ac7d7f05_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483678" Longitude="9.164971" StarRating="4" HotelCode="31173|25518" HotelName="CityLife Hotel Poliziano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Angelo Poliziano 11, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/9c/e09cd2de47b8ef2d52e3157ffa8873477fab4b6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel lies in the heart of Milan just 200 m from the Milan International Trade Fa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.487823982949" Longitude="9.2040168762176" StarRating="1" HotelCode="145809|54917" HotelName="Hotel Central Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Battista Sammartini 15, 20125 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/2f/142fe1e55e0c628df118f20041f013d28de595be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.447123601026" Longitude="9.2069426178932" StarRating="4" HotelCode="36569|24172" HotelName="Grand Visconti Palace Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Isonzo 14, 20135 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/40/a0403ff76a14b70458f666a8b163180a9cb6f7b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a central location, close to public transport connections. Plenty of shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.77" OriginalAmount="177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.450966" Longitude="9.203724" StarRating="3" HotelCode="192193|hotel_five" HotelName="Five" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Lodi 4, angolo Via Salmini, 20135 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/90/1a905cc5120fa1cda56537a0aa2d4d36660edd29.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.77" OriginalAmount="177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4532314304" Longitude="9.1805040836334" StarRating="3" HotelCode="192156|hotel_milano_33" HotelName="Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Sant'Eustorgio 2, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/57/ed57e19fc4768455500ac65a5bb6a9dd4cf9aa47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="179.78" OriginalAmount="178" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1464886-32918354/1932279108143858485/11593" HotelName="7BA HOTEL MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/117000000/116540000/116534500/116534479/f02db90d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="179.78" OriginalAmount="178" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5102-25186822/1932279108143858485/10700" HotelName="B&amp;amp;B HOTEL MILANO AOSTA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1140000/1133800/1133774/7b9efab6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.78" OriginalAmount="178" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.45435488" Longitude="9.16935827" StarRating="2" HotelCode="447660|227260" HotelName="Experience Design Bed &amp; Show" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Via Tortona 10, 20144 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/ef/27efe72f1186e8c382e8ce5039c532b016324a5a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.78" OriginalAmount="178" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4756" Longitude="9.1915" StarRating="0" HotelCode="980929|404548" HotelName="HD8 Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca Daosta 8, 20124 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/e1/31e1189654645c380d2ffb09bfc5ed594d5c5342.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.78" OriginalAmount="178" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483407" Longitude="9.20291" StarRating="3" HotelCode="76695|54172" HotelName="Just Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 29, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/d6/33d698409cf273d4bf5d6a1f33b209c41bcccfe3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.78" OriginalAmount="178" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483369505027" Longitude="9.2033243179321" StarRating="3" HotelCode="17123|53786" HotelName="Smart Hotel Central Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 28, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/5f/605fefe44eb95e60a650c5860f8c1d6ce2b448ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of Milan on the Via Napo Torriani directly beside the main train statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="181.54" OriginalAmount="179.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483431562824" Longitude="9.2084687948227" StarRating="3" HotelCode="337184|17482|Bed &amp; Breakfast" HotelName="Hotel Cristallo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Scarlatti 22, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8b/f1/8bf1112c426506de3cb8a15c61b854ac7dfaca62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on the Via Scarlatti at the heart of Milan. Various attractions are to be found in t...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="182.81" OriginalAmount="181" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|257001-28467411/1932279108143858485/681" HotelName="SAN SIRO FIERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1800000/1798800/1798795/b30afe6c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="182.81" OriginalAmount="181" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|872167-28460047/1932279108143858485/3177" HotelName="AIELLO SUITES MILAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/41000000/40730000/40727100/40727007/54c73458_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="182.81" OriginalAmount="181" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|543842-19515371/1932279108143858485/7166" HotelName="MILANO NAVIGLI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5260000/5257900/5257863/cf67c6e4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="183.82" OriginalAmount="182" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.461165352181" Longitude="9.1911390423775" StarRating="4" HotelCode="11558|20528" HotelName="Brunelleschi Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Flavio Baracchini, 12, 20123 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/8a/258a20bb4dfb0162cbe5a61a2f9813102c93dc41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the centre of Milan just a few minutes walk from the cathedral,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="184.83" OriginalAmount="183" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18202-25203034/1932279108143858485/8943" HotelName="BERNA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/26300/26287/a5b54cd7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.84" OriginalAmount="184" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482649" Longitude="9.203375" StarRating="4" HotelCode="10859|5505" HotelName="Hotel Berna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 18, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/70/6c708d72b88eb10feb3177cb3111ddda6a3f678f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located directly in the city centre near the main tourist attractions and the m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.84" OriginalAmount="184.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49131046721" Longitude="9.2400678992271" StarRating="4" HotelCode="192216|nu_hotel_2" HotelName="NU Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Feltre 19B, 20132 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/ce/bccecd16d1a57f791c24e5cabde18e9cbb4dc4c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Milan, this urban hotel has the perfect ambience for guests who appreciate a stylish ambi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.85" OriginalAmount="185" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484010765638" Longitude="9.2000734806061" StarRating="4" HotelCode="20865|20526" HotelName="Auriga" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via G.B. Pirelli 7, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/22/80222d65a2c60e1f79edf57c183e830ab7bd2737.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located at the heart of the business centre. Public transport departs from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.85" OriginalAmount="185" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48384" Longitude="9.20317" StarRating="4" HotelCode="321370|55852" HotelName="GLAM Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 4/6, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/e7/4ce731cb6dc1cf7f0e3bcc23d5e0af87792dd712.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.85" OriginalAmount="185" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.433565" Longitude="9.189671" StarRating="4" HotelCode="79237|24168" HotelName="Atahotel Quark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lampedusa, 11/A, 20141 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/107278/a_107278_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a strategic location, just a few minutes from the famous Navigli of Milan. Guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.85" OriginalAmount="185.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480244" Longitude="9.213263" StarRating="4" HotelCode="80801|lhp_hotel_napoleon" HotelName="Hotel Napoleon Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ozanam 12, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/e8/a8e8e02ce4f9e5d622ed2ec1140439b6afa9ce09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a strategic location in the heart of Buenos Aires, the most famous shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="187.34" OriginalAmount="185.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.451176" Longitude="9.2077400000001" StarRating="3" HotelCode="117438|4056089|Bed &amp; Breakfast" HotelName="Di Porta Romana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lazzaro Papi 18, 20135 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/7c/4c7c47c2abc873cca551bf806f6bf996bfd03852.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.86" OriginalAmount="186.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47944" Longitude="9.19487" StarRating="4" HotelCode="19415|windsor_milano_hotel_" HotelName="Windsor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Galileo Galilei 2, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/c2/c5c286fcdd637bb47186d7f8e245df70ea50aaf1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located close to the main train station (about 600 m away). Repubblica metro stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="190.56" OriginalAmount="188.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.437584204443" Longitude="9.2314392328262" StarRating="4" HotelCode="18190|1487544|Bed &amp; Breakfast" HotelName="Business Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Pietro Gaggia 3, 20139 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/e9/05e95ff88737567bc6a920bde4b2ae4d4d9f4b18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies in the lively city of Milan just 500 m from the nearest links to the public...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="191.31" OriginalAmount="189.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479220880264" Longitude="9.1457507014275" StarRating="5" HotelCode="31174|5775|Bed &amp; Breakfast" HotelName="Meliá Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Masaccio 19, 20149 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/15/f1153d0d4866c544a9f26d2d95a869f1e835381f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxury hotel and convention centre lies close to the Fiera Campionaria in the northeast of Milan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.91" OriginalAmount="191" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.450149373663" Longitude="9.1697081923485" StarRating="4" HotelCode="102001|20525" HotelName="Art Navigli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Angelo Fumagalli 4, 20143 Mailand, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/72/1c729d6374268fe7e04ce4ba897bcd58f24c311d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular city hotel is centrally located. Restaurants are 20 metres away and it is 100 metres to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.92" OriginalAmount="192" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463525791888" Longitude="9.2068085906405" StarRating="4" HotelCode="476218|178468" HotelName="Bianca Maria Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Bianca Maria 4, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/602121/602121a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="194.93" OriginalAmount="193" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|393425-25575892/1932279108143858485/9773" HotelName="BIANCA MARIA PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12950000/12943900/12943824/f4f4d0c0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|877800-28586648/1932279108143858485/5031" HotelName="PHI MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/877800/2020103011126125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|185795-25371097/1932279108143858485/11343" HotelName="NU" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5180000/5173200/5173173/8fe78a13_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48277" Longitude="9.18637" StarRating="4" HotelCode="31404|55211" HotelName="Tocq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via A. di Tocqueville 7/D, 20154 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cb/e6/cbe6d334bc28897616a9e3fca3f326659d5a39e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the centre of the city of Milan only a few minutes walk from num...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="196.95" OriginalAmount="195" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5075-25190148/1932279108143858485/7759" HotelName="TOCQ HOTEL MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527430/6372b522_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="196.95" OriginalAmount="195" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|543731-25699115/1932279108143858485/11009" HotelName="AI SUMA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22230000/22221300/22221280/43b26078_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="196.97" OriginalAmount="195.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.502437" Longitude="9.221851" StarRating="4" HotelCode="20863|17714|Bed &amp; Breakfast" HotelName="Best Western Antares Hotel Concorde" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Monza 132, 20127 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/c3/89c30fa375cf3cf50b5b010ada6c242118ec2892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located just a short walk from Milan's most famous shopping streets. Countless sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="198.97" OriginalAmount="197" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18204-21008610/1932279108143858485/7225" HotelName="BRUNELLESCHI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/14300/14220/5660bcdd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.97" OriginalAmount="197.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.457330229638" Longitude="9.191058576107" StarRating="3" HotelCode="35437|hotel_canada" HotelName="Canada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Sofia 16, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/dc/ebdc1f27fc86eed1c7b1ef4d2af7dca3bf424326.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located in the old town just a few steps from links to the public trans...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.97" OriginalAmount="197.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.444162046236" Longitude="9.116071" StarRating="4" HotelCode="38498|idea_hotel_milano_lorenteggio" HotelName="iH Hotels Milano Lorenteggio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lorenteggio 278, 20152 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/0b/970bd9b3841e46e793b2671db66cbf144d30ac49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located close to Westring Street, near the Lorenteggio exit. The Pero/Rho exhi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="199.94" OriginalAmount="197.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.526576" Longitude="9.212825" StarRating="4" HotelCode="17919|1151639|Bed &amp; Breakfast" HotelName="Tourist" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fulvio Testi 300, 20126 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/7e/8b7e58e2fcf5fe51ef1073b504f06d56cd92cc25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the business district in the north of the city of Milan within a few paces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="199.98" OriginalAmount="198" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5074-25190147/1932279108143858485/10803" HotelName="C-HOTELS CONCORDE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/590000/583600/583511/7d9b663b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="199.98" OriginalAmount="198" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="29.9543519" Longitude="-90.067991" StarRating="4" HotelCode="0|18231-25203044/1932279108143858485/7855" HotelName="SANPI MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> 214 Royal Street,  NEW ORLEANS, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/20000/19948/03145a43_b.jpg</HotelPictures>
        <HotelDescription>Hotel Monteleone is a 4 star hotel this French Quarter hotel opened in 1886 and is within 4 blocks of Jackson Square, Canal St shops, Harrah's New Orleans Casino, Café du Monde, and the restaurants and jazz clubs of lively Bourbon St. The hotel has a restaurant and features the famous revolving Carousel Bar, a must-see on every literary visitor's list of attractions in the city. The heated rooftop pool affords spectacular views of the French Quarter. Other highlights include a day spa (surcharge), fitness center, and barbershop. A business center provides faxing, copying, printing, office supplies (surcharges apply), computers with high-speed Internet access, and 25 meeting rooms are available on site. Complimentary wireless Internet access is provided up to .5M, with upgrades available for premium internet access. Luggage storage is also available. Guestrooms at Hotel Monteleone, New Orleans provide views of the French Quarter or surrounding cityscape, high-speed Internet access, antique-reproduction furnishings, and marble-and-granite bathrooms. 24-hour airport shuttle service is available. Contact the property in advance to get details. Each guest must register with the hotel and receive a wristband.Please make sure you bring your confirmation letter with you to check in. A wristband is required for room access and additional wristbands or lost/stolen wristbands may be purchased at the Front Desk for $25.00 each. For more details, please contact the property using the information on the reservation confirmation received after booking.

Pets
Pets allowed for an extra charge of USD 25 per night, plus a one-time cleaning fee of USD 100 and a deposit of USD 100.00 per stay.
The following fees and deposits are charged by the property at time of service, check-in, or check-out.
Breakfast fee: between USD 25 and USD 35 per person (approximately)
Valet parking fee: USD 45.08 per night (in/out privileges)
hotel closed from now thru May 2 due to events going on.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.98" OriginalAmount="198" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464246" Longitude="9.196134" StarRating="4" HotelCode="76237|55217" HotelName="Galileo Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Europa, 9, 20122 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/88/e2886b8ee33cf7c7fa17bdb7fb890c67fe191f25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated just 300 metres from Milan’s city centre and a short stroll from the Duo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="200.99" OriginalAmount="199" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|48032-19604203/1932279108143858485/7168" HotelName="MENNINI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/48600/48573/ffe10f31_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="200.99" OriginalAmount="199" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.2633889" Longitude="-110.985743" StarRating="3" HotelCode="0|248374-28510696/1932279108143858485/455" HotelName="SETTIMOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>101 Wasatch Road, Evanston, WY, 82930, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6580000/6571800/6571782/9405735f_b.jpg</HotelPictures>
        <HotelDescription>Looking for a hotel that offers quality accommodations with superb guest service?  Look no further. That’s what the Hampton Inn Evanston, Wyoming is all about.  We are hospitable.   The Hampton Inn Evanston, WY is located off Interstate 80 and we are close to all the local businesses that might bring you to town, along with many tourist destinations including the Uinta Mountain Range of Western Wyoming. The Hampton Inn Evanston, WY is located at the crossroads of the west and provides an excellent jumping point to Yellowstone National Park, Flaming Gorge National Recreation Area or Historical Park City, Utah.  Accommodations at the Hampton Inn Evanston, Wyoming includes free high-speed internet access, Cloud 9-The Hampton Experience-bedding, On the House hot breakfast with a wide variety of fresh, plentiful and savory items to choose from. Our promise to you is that you'll be 100% satisfied because we are 100% Hampton. We love having you here.&lt;br /&gt;CheckIn Time: 15:00&lt;br /&gt;CheckOut Time: 11:00&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.99" OriginalAmount="199.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.467668" Longitude="9.226797" StarRating="3" HotelCode="117671|hotel_susa" HotelName="Susa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Elevator,Garden,Internet,Limousine Service,Lounge,Pets allowed,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Viale Argonne 14, 20133 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/e3/9de37f2f6d6a5c22b6bbc4ee679d5279a2ccd882.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Susa in Milan (Citta Studi), you'll be conven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="202.00" OriginalAmount="200" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|871526-28460071/1932279108143858485/2552" HotelName="LIVING SUITES BY BRERA APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41070000/41063600/41063597/2574d770_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.01" OriginalAmount="201" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.647886532502" Longitude="8.7234659828033" StarRating="3" HotelCode="933712|86477" HotelName="MOXY Milan Malpensa Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Flughafen Milan, Malpensa, Terminal 2, 21010 Milan, Varese</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/8c/698c7d1c9d266be1eb4255faca6a8ff9fe0f024d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="203.01" OriginalAmount="201.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.475986960214" Longitude="9.1663031280041" StarRating="3" HotelCode="57789|hotel_lancaster_3" HotelName="Lancaster" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Abbondio Sangiorgio 16, 20145 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/e4/79e460a3d2196cfeba57cb8740c900786e1c8cf0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a beautiful, calm, and elegant zone of Sempione, a residential district in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="204.02" OriginalAmount="202.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46409379" Longitude="9.20332475" StarRating="0" HotelCode="572598|babila_hostel" HotelName="Babila Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Conservatorio 2a, 20122 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/d2/afd24967588a4f5d4b04360e00e80b495dc98ba9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157386-25329152/1932279108143858485/8454" HotelName="IH LORENTEGGIO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1100/1031/26aa63e9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1173426-26486882/1932279108143858485/11187" HotelName="BABILA HOSTEL AND BISTROT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18710000/18708400/18708365/b6c095f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1354916-26648366/1932279108143858485/11490" HotelName="21 HOUSE OF STORIES NAVIGLI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89250000/89244100/89244011/87b1f240_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46611023803" Longitude="9.1932575310385" StarRating="4" HotelCode="428761|183062" HotelName="Duomo-apartments by Nomad Aparthotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via San Paolo 13, 20121 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/9a/7c9afadad058fe766db6efbadf237ba6a2d5aeea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the fashion district in Milan, Duomo Apartments offers a comfortable stay for guests visi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="208.06" OriginalAmount="206" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|234177-25442720/1932279108143858485/11890" HotelName="PORTA ROMANA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2420000/2418900/2418868/16bafa9a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="208.79" OriginalAmount="206.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.475698" Longitude="9.205928" StarRating="4" HotelCode="49103|113624|Bed &amp; Breakfast" HotelName="Worldhotel Cristoforo Colombo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Buenos Aires 3, 20124 Milano, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f7/6ef7e289499da6bee286f4fe84f0ba786b4f4bdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the beginning of Corso Buenos Aires, in front of Porta Venezia subway stati...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="209.07" OriginalAmount="207" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1192421-26518388/1932279108143858485/11902" HotelName="OSTELLO BELLO GRANDE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16010000/16004600/16004597/b5a0967c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="209.07" OriginalAmount="207" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5097-25190156/1932279108143858485/8080" HotelName="UNAHOTELS MEDITERRANEO MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/54200/54131/63d07254_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210.08" OriginalAmount="208" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.474226" Longitude="9.207774" StarRating="3" HotelCode="387446|20531" HotelName="Eurohotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sirtori 24, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c9/83/c983c413c5a2f5d54c579854c7af96aa784b9bd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.09" OriginalAmount="209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.486351963081" Longitude="9.2001727223396" StarRating="4" HotelCode="29802|hilton_milan" HotelName="Hilton Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Galvani 12, Milan 20124, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/cc/94cc2983566d228477763eab9d6fd8c8ad89a611.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel lies in the business district of Milan. Milan's main train station is about 3...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.09" OriginalAmount="209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464470445301" Longitude="9.1952928730163" StarRating="4" HotelCode="32810|hotel_ambasciatori_6" HotelName="iH Exclusive Milano Ambasciatori" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Galleria del Corso 3, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/c9/38c901c96555f9a3c08ac286004dc02ac27c15e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan, approximately 3 km from links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="211.35" OriginalAmount="209.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484867" Longitude="9.207346" StarRating="4" HotelCode="17918|2328186|Bed &amp; Breakfast" HotelName="E.c.ho." Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Andrea Doria 4, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/21/64211e39f4b2650a5f9a5aead2ea856cfc97e0e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of the north Italian city, directly opposite the central train ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="213.11" OriginalAmount="211" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5844324" Longitude="116.1152883" StarRating="4" HotelCode="0|435497-25609634/1932279108143858485/8828" HotelName="DUOMO APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Jl Pejanggik No 8 cakranegara mataram ntb ,Lombok,  83231</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13190000/13188100/13188061/103de2cf_b.jpg</HotelPictures>
        <HotelDescription>Lombok Plaza Hotel is a popular choice amongst travelers in Lombok, whether exploring or just passing through. The property features a wide range of facilities to make your stay a pleasant experience. All the necessary facilities, including free Wi-Fi in all rooms, 24-hour security, convenience store, daily housekeeping, fax machine, are at hand. Guestrooms are fitted with all the amenities you need for a good night`s sleep. In some of the rooms, guests can find television LCD/plasma screen, internet access – wireless (complimentary), non smoking rooms, air conditioning, wake-up service. The hotel`s peaceful atmosphere extends to its recreational facilities which include outdoor pool, massage, pool (kids), billiards, table tennis. Lombok Plaza Hotel is an excellent choice from which to explore Lombok or to simply relax and rejuvenate. &lt;br /&gt;Guests over 3 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.11" OriginalAmount="211.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.453945" Longitude="9.170832" StarRating="3" HotelCode="95045|minerva" HotelName="Minerva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Cristoforo Colombo 15, 20144 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/c4/6cc4e2cdaebc331807fb6c21cbd92be8a1aa7f91.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="214.12" OriginalAmount="212" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478562638829" Longitude="9.2041879892349" StarRating="4" HotelCode="30258|25142" HotelName="Best Western Plus Hotel Felice Casati" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Felice Casati 18, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/26/f226e62553aab2c64a151e4d8b2166836d2b97da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Milan, next to the famous Corso Buenos Aires, in the middle of the most impo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="214.24" OriginalAmount="212.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.476929226508" Longitude="9.1966751217842" StarRating="4" HotelCode="258940|5752|Bed &amp; Breakfast" HotelName="NH Milano Touring" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Ugo Tarchetti 2, 20121 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/bf/dabf1aac8408838d8cb7e02c424d1cdaf62f32a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a privileged location, a few metres from the Central Railway Station and very close to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="215.13" OriginalAmount="213" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|651619-28502983/1932279108143858485/3087" HotelName="HOTEL SUSA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/651619/20211215142615370.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="216.14" OriginalAmount="214" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157974-25329498/1932279108143858485/7522" HotelName="UPTOWN PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4260000/4251500/4251429/c59e4718_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216.14" OriginalAmount="214" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.457493" Longitude="9.191876" StarRating="4" HotelCode="904122|25514" HotelName="Uptown Palace Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Sofia n. 10, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/98/5a9895f6ae21dfe75033ed6fb7cda6e8bacef945.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="217.15" OriginalAmount="215" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1347790-28478173/1932279108143858485/3138" HotelName="NUMA I ADORE ROOMS AND APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1347790/202210614245483.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="218.16" OriginalAmount="216.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482138" Longitude="9.198663" StarRating="4" HotelCode="14436|hotel_marconi_4" HotelName="Marconi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabio Filzi 3, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b9/79/b9799b8f558ffe7bd7dc10546871cac97d102097.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just 1 km from the centre of Milan, this hotel is appreciated by business customers for its ideal lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="219.17" OriginalAmount="217" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|591272-28458692/1932279108143858485/2454" HotelName="AIELLO ROOMS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19440000/19439200/19439142/54808e2d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="220.18" OriginalAmount="218" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.533700" Longitude="-82.604500" StarRating="3" HotelCode="0|95332-25262262/1932279108143858485/11041" HotelName="BEST WESTERN ASTORIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>12 Rocky Ridge Road, Asheville, 28806, NC, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/20000/20000/23017eac_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 108. Suites: 21. Single-bedded accommodations: 0. Double bedrooms: 0. Smoking rooms: 0. Nonsmoking rooms: 108. Physically challenged rooms: 7. Floors: 5. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-800-465-4329 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- Welcome to the Holiday Inn Express &amp;amp; Suites SW Asheville Outlets. Just across from the Asheville Outlets Mall, the hotel is conveniently located off Exit 33 from I-26 and one mile from I-40 interstate. Being minutes from Downtown Asheville allows our guests to explore our citys unique shops, restaurants, and breweries.After having a great night's sleep in our newly renovated hotel, spend the day exploring the historic Biltmore Estate, or take in the magnificent views on the Blue Ridge parkway. If your interest lies in nature, we can direct you to the nearby North Carolina Arboretum, with its beautiful gardens and many hiking trails. If you are in for an adventure, book a white-water rafting trip, hike at the renowned Chimney Rock Park, or take a ride on the Great Smoky Mountain Railway. All just a short drive from Asheville.Unfortunately, we are unable to accommodate commercial-sized Trucks, Trailers, RVs, or buses not with a tour group due to the egresses of our parking lot.. Onsite facilities information- Parking. Security information- No weapons allowed on propertyProperty was built in 1998. Hotel Currency: USD. Additional Addresses: Other: 12 Rocky Ridge Road, Asheville, 28806, NC, US. Additional Phone Numbers: Fax - Other: 18286656814. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="220.18" OriginalAmount="218" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1207469-28535972/1932279108143858485/2777" HotelName="HOTEL ZARA MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8650000/8649900/8649835/be5f043d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.19" OriginalAmount="219.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4756" Longitude="9.1915" StarRating="3" HotelCode="18895|hotel_venini" HotelName="Venini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giulio e Corrado Venini 72, 20127 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/99/95997615ec9ae159d0065753a5e9304fc0da52de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="222.20" OriginalAmount="220" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|628102-25798955/1932279108143858485/8220" HotelName="INNSIDE MILANO TORRE GALFA BY MELIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/41000000/40850000/40847900/40847894/3270e0d9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="223.21" OriginalAmount="221" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|874978-28460153/1932279108143858485/2151" HotelName="HEMI SUITES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/874978/20201014144415784.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="225.23" OriginalAmount="223.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.469338775846" Longitude="9.214178537365" StarRating="4" HotelCode="160630|town_house_33" HotelName="Townhouse 33 Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Garden,Laundry,Meeting Room,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Goldoni 33, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/8b/378b098b413196768f2e61abf9f84ffac1195322.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Close to Porta Venezia, a borough full of good restaurants and bars, the hotel is located in a quiet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.24" OriginalAmount="224" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.489307938453" Longitude="9.2028361558914" StarRating="3" HotelCode="35288|55848" HotelName="Club" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 23/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Copernico 18, 20125 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/a2/40a224228ec7f0d5a3a774ae6893ab874b53a35a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally situated within a short distance of the airport and the main trai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.24" OriginalAmount="224" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48962" Longitude="9.200761" StarRating="4" HotelCode="97922|20529" HotelName="Crowne Plaza Milan City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Melchiorre Gioia, 73, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bd/56/bd560f10c753df859460783c525de87db2be4e69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located close to the Central Railway Station. Sondrio subway station is s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="227.14" OriginalAmount="224.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482512" Longitude="9.224143" StarRating="3" HotelCode="268052|375342|Bed &amp; Breakfast" HotelName="Oasi Village Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Lombardia 20, 20131 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/60/c160b99df726c84d536cfcfc87f3f631545eab4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="227.25" OriginalAmount="225" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|143093-28586058/1932279108143858485/3975" HotelName="TOWN HOUSE 33" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3230000/3229600/3229573/090315f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="227.25" OriginalAmount="225" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157967-25329494/1932279108143858485/8075" HotelName="H2C MILANOFIORI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3060000/3050200/3050153/92a0ab35_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.25" OriginalAmount="225" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478481768636" Longitude="9.1031277179718" StarRating="4" HotelCode="31169|424931" HotelName="Sheraton Milan San Siro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Caldera 21, 20153 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/98/899868b5dc78aec84fafdd0f8af2e81e65373fd3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies on the outskirts of the centre of Milan. Public transport connections may be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="228.26" OriginalAmount="226" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12773-25202365/1932279108143858485/7553" HotelName="STARHOTELS ECHO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/3900/3825/30358cae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="228.26" OriginalAmount="226" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|25296-25212461/1932279108143858485/8140" HotelName="WORLDHOTEL CASATI 18" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/111100/111042/f40d0b08_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231.29" OriginalAmount="229" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477265" Longitude="9.20541" StarRating="4" HotelCode="95060|49780" HotelName="Best Western Hotel St. George" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Tunisia 9, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/e6/e6b342baa0d45ac8/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This functional city hotel is located just 2 km from Milan’s city centre and only metres away from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="233.31" OriginalAmount="231" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|185743-28562601/1932279108143858485/3536" HotelName="NUMA MILAN CAMPERIO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3610000/3605900/3605837/005c4224_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="233.31" OriginalAmount="231" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|149619-19604120/1932279108143858485/7288" HotelName="BEST WESTERN PLUS MONZA E BRIANZA PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2710000/2703400/2703304/98a731fe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.32" OriginalAmount="232" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.457802" Longitude="9.214636" StarRating="3" HotelCode="95053|28312" HotelName="Perugino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Perugino 12, 20135 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/7a/617acfe3b3bd2f1d088b1c7ccb39e942603d4a45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in a quiet area, this hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.34" OriginalAmount="234" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.461108913711" Longitude="9.154132604599" StarRating="4" HotelCode="31172|17366" HotelName="Marriott Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Washington 66, 20146 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/22/77223da6e65717a0ab526c705107125de89840ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a residential area at the heart of Milan only a few minutes walk from the e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="237.35" OriginalAmount="235" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|25295-25212460/1932279108143858485/7623" HotelName="HOTEL CRISTOFORO COLOMBO - PREFERRED HOTELS AND RESORTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/890300/890242/405ede60_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="237.35" OriginalAmount="235" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1258657-28476857/1932279108143858485/2274" HotelName="AIELLO HOTELS - CENTRALE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/70000000/69370000/69367200/69367127/2e4e5532_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="241.27" OriginalAmount="238.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.516138" Longitude="9.226954" StarRating="4" HotelCode="263950|416560|Bed &amp; Breakfast" HotelName="Hilton Garden Inn Milan North" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 23/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lucio Giunio Columella 36, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/8d/e48db57e55d6af8aa0aa27e8255e0d2d1487f5f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="241.39" OriginalAmount="239" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470509" Longitude="9.222627" StarRating="3" HotelCode="82819|57334" HotelName="VIVA Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Giacinto Gallina 12, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/65/366577a936a6810da25373df02ca9bec93a2adda.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 7 km from the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="243.41" OriginalAmount="241" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1277730-28475446/1932279108143858485/5333" HotelName="DUOMO HOTEL AND APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1277730/20211125104527730.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="244.42" OriginalAmount="242" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.9203419" Longitude="-13.6513332" StarRating="4" HotelCode="0|53389-25231843/1932279108143858485/10871" HotelName="AXYHOTELS INNSTYLE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3 Calle Pedro Barba, PTO.CARMEN, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63400/63400/491d85a9_b.jpg</HotelPictures>
        <HotelDescription>A stone¿s throw from the best in leisure and entertainment in PUERTO DEL CARMEN, the LABRANDA PLAYA CLUB are the perfect place to enjoy some free time. Of particular note are the panoramic views of the garden and of the swimming pool. The establishment has apartments of 2 bedrooms. We have Cot for children. We also have Outdoor Summer Terrace and Billiards.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="245.43" OriginalAmount="243" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1464892-32918360/1932279108143858485/11719" HotelName="AIELLO HOTELS - ISOLA DESIGN DISTRICT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/110000000/109970000/109967300/109967255/174a628f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245.43" OriginalAmount="243" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.472686" Longitude="9.194347" StarRating="4" HotelCode="47283|31817" HotelName="Cavour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fatebenefratelli, 21, Milano 20121</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/e3/55e33525a115b1214b0404e1bc67d65c8a8e222e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Milan's historic centre, a few steps from the Teatro alla Scala theatre and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="246.44" OriginalAmount="244.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48103012633" Longitude="9.1900554299355" StarRating="4" HotelCode="171034|186653|Bed &amp; Breakfast" HotelName="NH Milano Palazzo Moscova" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Monte Grappa 12, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/43/9a43ff36feaf35efdd1cdcf9ce340370042d2838.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="247.36" OriginalAmount="244.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.497715260692" Longitude="9.1743551194668" StarRating="4" HotelCode="59806|5769|Bed &amp; Breakfast" HotelName="Best Western Hotel Blaise &amp; Francis Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Enrico Annibale Butti 9, 20158 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/77437/a_77437_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north of the city centre, only about 10 minutes walk from the conventio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="248.46" OriginalAmount="246" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|209831-19503526/1932279108143858485/7265" HotelName="HOTEL &amp;amp; RESIDENCE QUARK DUE MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/3000000/2950000/2947800/2947739/w3000h2000x0y0-6c5aceb1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="249.47" OriginalAmount="247" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48687528" Longitude="9.20185869" StarRating="4" HotelCode="495492|238268" HotelName="NYX Milan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Piazza IV Novembre 3, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/9f/f39f5a008e55d0f15cfd48a8ddd5653e501d0df9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.47" OriginalAmount="247.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.459487" Longitude="9.176949" StarRating="5" HotelCode="81168|hotel_pierre_milano" HotelName="Pierre Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via De Amicis 32, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/b5/3bb51106fb437e57f1e8fbd2ef6c8998166bc23b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="250.48" OriginalAmount="248" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1310754-26625132/1932279108143858485/11979" HotelName="NH COLLECTION CITY LIFE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/73000000/72280000/72271400/72271394/4aff2ceb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="251.49" OriginalAmount="249" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481322" Longitude="9.191761" StarRating="4" HotelCode="365236|6336" HotelName="Hotel NH Collection Milano Porta Nuova" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Melchiorre Gioia 6, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/ca/62ca8187ef154e078ebebe2396311a9717c37a77.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in the heart of the trade and business district, and is in the immedi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="253.06" OriginalAmount="250.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.458008" Longitude="9.191297" StarRating="4" HotelCode="10364|424985|Bed &amp; Breakfast" HotelName="Hotel Ascot" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lentasio 3, 20122 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/186029/186029a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="254.52" OriginalAmount="252" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="52.261287" Longitude="10.522368" StarRating="2" HotelCode="0|444809-28456517/1932279108143858485/4118" HotelName="CHARLY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Friedrich-Wilhelm-Strasse 26-29, Braunschweig, 38100, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2521100/2521009/bcbfb880_b.jpg</HotelPictures>
        <HotelDescription>Floors: 5. Total rooms: 70. Physically challenged rooms: 1. Nonsmoking rooms: 49. Suites: 3. The Best Western City-Hotel Braunschweig is located directly in the center of Braunschweig, former capital of the 'Welfen' empire and residence of 'Heinrich der Loewe'. You will find a wealth of famous touristic attractions, just a few steps away from our entrance. In the lap of luxury you dwell in rooms that provide ease and comfort combined with modern ambience. Exclusive living and first-class service will make your stay an extraordinary experience from check-in until you leave for new destinations. All rooms, the lobby bar, and the breakfast buffet dining hall feature free wireless Internet access. All guests enjoy free access to our fitness center and the hotel sauna. Both, as an ideal place for meetings or conferences in the high-tech Metropole Braunschweig, or as a starting point for sightseeing excursions or extended shopping tours, our house provides a homelike atmosphere that meets the most exclusive expectations. We are looking forward to welcoming you as our guest.. ?From: East/West/North. Stay on Autobahn A2 en route to Hannover until you hit the crossing Braunschweig-Nord, then go on A391 towards Kassel/Salzgitter, and leave the Autobahn at exit Gartenstadt/Messegelande. At the first lights go straight, and turn right at the fourth lights (you will see the Nord/LB building in front of you, follow the Best Western City-Hotel Braunschweig signs). Turn left immediately (it is almost a u-turn around the Nord/LB building). Turn right at the second light into the pedestrian zone. ATTENTION: the passage through the pedestrian zone is free for hotel guests. The police is aware of this option and will let you pass! After approximately 250 meters you will find the main entrance to the Best Western City-Hotel Braunschweig on your right hand side.

?From: South. Stay on Autobahn A7 until the crossing Salzgitter en route to Braunschweig/Berlin. Switch to A391 towards Kassel/Salzgitter. Leave the Autobahn at the exit Gartenstadt/Messegelande and turn right at the first light. Follow the above directions (from East etc.) to proceed to the Best Western City-Hotel Braunschweig.Restaurants:  Bar, on premises, bar/lounge, international, open for: lunch, dinner, open daily from 9:00 a.m. till 2:00 a.m., 15 seats.Area Info: 30 kilometer(s) from Peine, 20 kilometer(s) from Salzgitter, 46 kilometer(s) from Helmstedt, 13 kilometer(s) from Wolfenb?ttel, 200 kilometer(s) from Hamburg, 69 kilometer(s) from Hannover, 0.15 kilometer(s) from Telekom, 1.10 kilometer(s) from ABB, 3.00 kilometer(s) from Siemens, 3.20 kilometer(s) from Daimler, 5.60 kilometer(s) from BASF, 69.00 kilometer(s) from ZDF/ARD, 360 kilometer(s) from Procter &amp;amp; Gamble, 1.10 kilometer(s) from Casino 24, 3.70 kilometer(s) from Eintracht Stadium, 36.00 kilometer(s) from Wolfsburg, 135 kilometer(s) from Theme Park, Steam room , 1.00 kilometer(s) from Therm, buergerbadepark, 1.00 kilometer(s) from Park, 4.90 kilometer(s) from Lake Oelper&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="254.52" OriginalAmount="252" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|149101-28434006/1932279108143858485/1642" HotelName="BRIANZA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2410000/2406400/2406348/dc996407_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="257.55" OriginalAmount="255" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|387161-26644183/1932279108143858485/9681" HotelName="SANTA MARTA SUITES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/88000000/87480000/87478100/87478064/6e5a33b2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="257.55" OriginalAmount="255" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1412744-28547359/1932279108143858485/3637" HotelName="NUMA MILAN SEMPIONE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107510000/107502000/107501986/6e1b78ae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.56" OriginalAmount="256" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.460512543759" Longitude="9.1812765598297" StarRating="3" HotelCode="400740|25484" HotelName="Ariston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Carrobbio 2, 20123 Milano, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dc/df/dcdfd0175bc1f04a7da16693554c94a1c2a98b5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the very heart of Milan, in Largo Carrobbio. It is a 5-minute walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="259.57" OriginalAmount="257" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="12.946565" Longitude="100.885381" StarRating="4" HotelCode="0|185805-25371109/1932279108143858485/11148" HotelName="PETIT PALAIS DE CHARME" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>436/541 MOO 9,SOUTH EASTERN ASIA,PATTAYA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1780000/1778100/1778085/44831d38_b.jpg</HotelPictures>
        <HotelDescription>All rooms of the  Markland Hotel  come with classical furnishings with an Asian twist.The hotel was built in a way that al l rooms have a sea view as to take advantage of the high-rise building in every way. The rooms also have thick wall to wall carpets and all standard amenities such as air conditioning, TV and a Mini Bar.Air ConditionedTelevisionMini BarLounge Chairs&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="259.57" OriginalAmount="257" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5065-25190142/1932279108143858485/8378" HotelName="IH MILANO AMBASCIATORI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460445/65aeb119_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="259.57" OriginalAmount="257" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.456009" Longitude="9.187137" StarRating="4" HotelCode="117417|55662" HotelName="Petit Palais Hotel de Charme" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Molino delle Armi 1, Angolo Corso Italia, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/17/bf17ffe5b07544cc6f6597a327e3b6f26c2300d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Milan, this hotel has the perfect ambience for those who appreciate charm and character.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="260.58" OriginalAmount="258" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|872214-28460051/1932279108143858485/2336" HotelName="LOCANDA PANDENUS BRERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/872214/202093095529242.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="260.58" OriginalAmount="258" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477251798802" Longitude="9.2016473263893" StarRating="3" HotelCode="116737|25487" HotelName="Hotel Brianza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 24/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Panfilo Castaldi 16, 20124 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/58/1158959ee18942524b7e1f01dbfffa8d225cab47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="260.58" OriginalAmount="258" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.474720838754" Longitude="9.2060164179844" StarRating="4" HotelCode="401861|39681" HotelName="Mercure Milano Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Oberdan 12, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/4b/4b4fc8b2ae204307/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in close proximity to the cathedral, the Teatro alla Scala and the great fashio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="261.59" OriginalAmount="259" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.43646" Longitude="9.189521" StarRating="4" HotelCode="76669|56844" HotelName="Quark Due Hotel &amp; Residence Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Golf,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lampedusa 11/3, 20141 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/2e/e42ea3d2e9c4867dfffae58b296662f58eb70d8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a tranquil area, but strategically connected to the centre of Milan, the hotel is located...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="262.60" OriginalAmount="260.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463661" Longitude="9.185336" StarRating="3" HotelCode="117043|hotel_gran_duca_di_york" HotelName="Gran Duca Di York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Moneta 1, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/1a/e21ac03e6bcaa156f23cfc1a81f4b1126672e440.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="264.62" OriginalAmount="262" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.460819195342" Longitude="9.1886043548584" StarRating="4" HotelCode="336457|7386" HotelName="Dei Cavalieri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Missori 1, 20123 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5b/2b/5b2b04924e033717b697eacb2e1305599690734d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated in the centre of Milan, close to countless shops, exquisite boutiques,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="266.22" OriginalAmount="263.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483909" Longitude="9.236444" StarRating="3" HotelCode="58216|56276|Bed &amp; Breakfast" HotelName="Gamma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Valvassori Peroni, 85, 20133 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/e9/2fe9ae4fcee61102368a157487610cf4a9ae2ed0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of the University quarter of the city (Città Studi). Around the corner,...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.65" OriginalAmount="265" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46729286" Longitude="9.18701574" StarRating="4" HotelCode="507488|178845" HotelName="Hotel Clerici" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Clerici 11, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/cc/f0cc20047dde827d90120c35396ac02729e363f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="268.66" OriginalAmount="266" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|543005-25698707/1932279108143858485/9284" HotelName="CLERICI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14870000/14866500/14866472/6a97ea2b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="268.66" OriginalAmount="266.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.452565" Longitude="9.167148" StarRating="5" HotelCode="263948|magna_pars_suites_milano" HotelName="Magna Pars Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Forcella 6/8, 20144 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/c3/2ec3ceb62fb770dcca5753faf7cf6a38e2301605.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="270.68" OriginalAmount="268" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|233971-25442498/1932279108143858485/7644" HotelName="MAGNA PARS L'HOTEL A PARFUM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5480000/5478600/5478506/f673d841_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="271.34" OriginalAmount="268.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.448267693345" Longitude="9.2574272907593" StarRating="4" HotelCode="395912|87477|Bed &amp; Breakfast" HotelName="Novotel Milano Linate Aeroporto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Mecenate 121, 20138 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/9e/fd9e260c081807784dd3e2ebeebd5a1a3ee3fa10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This easily accessible hotel is close to Linate Airport and conveniently situated near to exit 4 (Me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="271.69" OriginalAmount="269" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1319620-26630030/1932279108143858485/11995" HotelName="NH MILANO CORSO BUENOS AIRES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/72000000/71810000/71802300/71802223/w3840h2550x0y3-92107034_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="273.71" OriginalAmount="271" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|651621-28502984/1932279108143858485/4686" HotelName="KEB HOTEL VITRUVIO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15260000/15258000/15257961/627332e8_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="273.71" OriginalAmount="271" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.462321387744" Longitude="9.1814763844013" StarRating="4" HotelCode="14722|55842" HotelName="Mentana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Morigi 2, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/37/4c370a6e53a8a5112f0e224cde3571be4000e0af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="274.72" OriginalAmount="272" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.511502301365" Longitude="9.1240265178604" StarRating="4" HotelCode="907002|39409" HotelName="Barceló Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giorgio Stephenson 55, 20157 Milán</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/04/41049cd4a8a900b66ad7c3283c4111fada231d4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="281.20" OriginalAmount="278.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.466798" Longitude="9.1830199999999" StarRating="4" HotelCode="145449|A2F474" HotelName="Camperio House Suites &amp; Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Camperio 9, 20123 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/ab/01ab92819d550a46579c8ae60728f55c4994caa1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="284.82" OriginalAmount="282" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470900142825" Longitude="9.1841357946396" StarRating="5" HotelCode="192152|57257" HotelName="Style Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Erbe, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/191213/191213a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="286.84" OriginalAmount="284" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|152990-28497893/1932279108143858485/2756" HotelName="LHP NAPOLEON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1370000/1364300/1364270/76c5c3dd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="286.84" OriginalAmount="284" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.45526336" Longitude="9.16756946" StarRating="4" HotelCode="584213|238299" HotelName="Savona 18 Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Savona 18, 20144 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/7a/6d7ac31487b7d4881953288693d4fc105adcd280.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="294.92" OriginalAmount="292" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|104888-25281353/1932279108143858485/11025" HotelName="NH FIERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2580000/2571800/2571703/a463571b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="295.75" OriginalAmount="292.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479413" Longitude="9.209745" StarRating="4" HotelCode="16242|821907" HotelName="iH Hotels Milano Puccini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Buenos Aires 33, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/f9/d9f94b964f869480beac9e8dc45d64bc5081ace9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This discerning luxury hotel is centrally located directly on the shopping street Corso Buenos Aires...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="295.93" OriginalAmount="293" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1330878-32737536/1932279108143858485/10070" HotelName="COMBO MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37890000/37886000/37885905/224746ef_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="296.94" OriginalAmount="294.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.460942" Longitude="9.189131" StarRating="4" HotelCode="302460|the_square_milano_duomo" HotelName="The Square Milano Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Alberico Albricci 2-4, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/83/12834d0595ef37ce49d039d006f71a9ea53ce6d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="299.97" OriginalAmount="297" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483089820825" Longitude="9.2051289999999" StarRating="3" HotelCode="88885|180008" HotelName="Keb Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitruvio 43, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/05/056275/056275a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="306.03" OriginalAmount="303" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|165648-25341105/1932279108143858485/9371" HotelName="DIECI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1790000/1781300/1781268/bafd79ce_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="306.03" OriginalAmount="303" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.467343" Longitude="9.185066" StarRating="4" HotelCode="76553|55382" HotelName="Antica locanda dei Mercanti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Tomaso 6, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/c5/5fc5fe86a569797c6488547c0a9b1119a923b263.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="307.04" OriginalAmount="304" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1225246-26572063/1932279108143858485/11924" HotelName="OSTELLO BELLO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12540000/12539500/12539421/e99c31f2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="309.06" OriginalAmount="306" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5078-25190149/1932279108143858485/8121" HotelName="HOTEL DEI CAVALIERI MILANO DUOMO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/12900/12833/cca93691_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="311.08" OriginalAmount="308" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|89490-32597378/1932279108143858485/1982" HotelName="GALILEO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/870000/861900/861820/551711a5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="313.10" OriginalAmount="310" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1347897-28590531/1932279108143858485/609" HotelName="MENTANA, BY R COLLECTION HOTELS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1347897/202210121106105.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="329.49" OriginalAmount="326.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.466026" Longitude="9.192203" StarRating="4" HotelCode="11617|CAF470800|Bed &amp; Breakfast" HotelName="Sina de la Ville" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Hoepli 6, 20121 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/fa/c4fac39154c7c7bfb6500812dd1981aff7d5f023.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="331.87" OriginalAmount="328.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484177481537" Longitude="9.1987185490738" StarRating="4" HotelCode="933456|386601|Bed &amp; Breakfast" HotelName="Hyatt Centric Milan Centrale" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Battista Pirelli 20, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/81/cc81ad3305b99d248c4a503272ef7442c4a8bbb6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="332.29" OriginalAmount="329.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46935063" Longitude="9.21401319" StarRating="4" HotelCode="850158|magville" HotelName="Magville" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Goldoni 31, 20129 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/e4/3de40cd5c7e91c6bdd2aada8b92026e55e9fa855.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="334.31" OriginalAmount="331" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|676545-21313659/1932279108143858485/263" HotelName="THE CORNER DUOMO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41960000/41955800/41955718/27b606fc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="335.32" OriginalAmount="332.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.467172" Longitude="9.184347" StarRating="4" HotelCode="186134|palazzo_segreti" HotelName="Palazzo Segreti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via San Tomaso 8, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/17/96179e5cea3fa83b8a012bfafbc48ad1a44f1d11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="337.34" OriginalAmount="334" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5142279" Longitude="-0.1749653" StarRating="4" HotelCode="0|5069-25190145/1932279108143858485/7900" HotelName="URBAN HIVE MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1A Spring Street, LONDON, UK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/13100/13018/a0f98b58_b.jpg</HotelPictures>
        <HotelDescription>This hotel, located in the London district of Paddington, lies only a few paces from the terminus of the Heathrow Express. In addition, Lancaster Gate underground station is situated nearby, as is Hyde Park and Kensington Gardens. Plenty of shops and entertainment venues can also be found in the area.

Constructed in 1910, this city hotel comprises a total of 43 rooms set over 5 floors. Facilities on offer include a lobby with 24-hour reception and lifts. The hotel also features a breakfast room, Internet access and, for an additional fee, a laundry service and parking.

The rooms include an en suite bathroom and a hairdryer, a direct dial telephone, Internet access, a TV and a tea/coffee maker. The heating is centrally regulated.

Breakfast may also be selected from a buffet each morning.

By Car: from London Heathrow - depart. At the roundabout, take the first exit onto Bolton's Lane. Turn left onto Bath Road. At the roundabout, take the first exit onto The Parkway. At the roundabout, take the fourth exit onto Slip Road (M4 J3). Continue onto the M4. Continue onto Great West Road. At the roundabout, take the second exit onto Great West Road. Continue onto the A4. Bear left onto Brompton Road. Bear right onto Knightsbridge. Continue onto the A4. At the roundabout, take the first exit onto Park Lane. At the roundabout, take the second exit onto Cumberland Gate. Bear left onto Bayswater Road. Turn right onto Lancaster Terrace. Continue onto Sussex Gardens. Turn left onto Spring Street. Arrive at the hotel.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="345.63" OriginalAmount="342.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463892154526" Longitude="9.1940212365367" StarRating="4" HotelCode="17917|1368917|Bed &amp; Breakfast" HotelName="Rosa Grand Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Fontana 3, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/29/fc29decb21442da72b025e1dedf4ff5964ac98d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated at the heart of Milan directly opposite the city's impressive Got...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="347.44" OriginalAmount="344" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.468543255004" Longitude="9.1831782460213" StarRating="4" HotelCode="16410|54170" HotelName="UNAHOTELS Cusani Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cusani 13, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/83/5283c5a20bb91b453af09c9e75c691dc5db390c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="347.44" OriginalAmount="344.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.476175978967" Longitude="9.1840499639511" StarRating="3" HotelCode="16762|hotel_ritter_2" HotelName="Ritter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Garibaldi, 68, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/df/85df9925b2d64f5e930d754d455b57d4a8d33c87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies is centrally located in the historical/ artistic district of the hotel, approximatel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="350.47" OriginalAmount="347" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.453429" Longitude="9.17924" StarRating="4" HotelCode="192160|181667" HotelName="The Yard Suite &amp; Dependance" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza XXIV Maggio 8, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/be/93bea3ad26d1f68693097712c829bbb8bd29a9ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="356.53" OriginalAmount="353" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|453287-20683224/1932279108143858485/297" HotelName="VIU MILAN A MEMBER OF DESIGNS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17370000/17365900/17365843/806fd113_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="358.55" OriginalAmount="355" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483208480708" Longitude="9.1775810210885" StarRating="4" HotelCode="527391|227300" HotelName="Hotel Viu Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Aristotile Fioravanti 6, 20154 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/a8/5aa83414e1d4f50e09b567485a2532eb67612c78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="360.57" OriginalAmount="357.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.471403141108" Longitude="9.19652988461" StarRating="4" HotelCode="317217|senato_hotel_milano" HotelName="Senato Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Senato 22, 20121 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/7d/ab7dd6eaeddee9f652e3800ec9d255048131a89e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="363.20" OriginalAmount="359.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.460246" Longitude="9.165836" StarRating="3" HotelCode="27233|425045|Bed &amp; Breakfast" HotelName="Sant'Ambroeus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Papiniano, 14, 20123 Mailand, Italien</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/58/90587f942de593827a8ef5329d4ebc09c0deedd9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Milan’s city centre, 250 metres from Sant'Agostino metro stop on the green l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="363.60" OriginalAmount="360" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|26284-25212580/1932279108143858485/7531" HotelName="UNA CUSANI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/21200/21141/992aea59_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="364.61" OriginalAmount="361" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|618332-25782884/1932279108143858485/7723" HotelName="IQ HOTEL MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37700000/37696200/37696159/958b405b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="367.64" OriginalAmount="364" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|237093-25445468/1932279108143858485/8367" HotelName="YARD SUITE &amp;amp; DEPENDANCE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4570000/4562800/4562738/f517b386_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="371.68" OriginalAmount="368.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46718225" Longitude="9.20191466" StarRating="0" HotelCode="571833|hotel_indigo_milan_corso_monforte" HotelName="Hotel Monforte 27" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Corso Monforte 27, 20122 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/60/ba60f55f598f525e9e831b67bb1e25e1465f6d4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="372.69" OriginalAmount="369" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1464893-32918361/1932279108143858485/11521" HotelName="AIELLO HOTELS - CITYLIFE APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110380000/110370800/110370737/e53e3467_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="378.75" OriginalAmount="375" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1464885-32918353/1932279108143858485/11526" HotelName="AH - DUOMO SIGNATURE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/115000000/114280000/114272900/114272883/55baa0d7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="379.76" OriginalAmount="376" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.468244" Longitude="9.207223" StarRating="5" HotelCode="177816|28247" HotelName="Château Monfort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Concordia 1, 20129 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/2a/fe2af287752ecca678e718d60dd36e4e9bb99cdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the heart of Milan, about 800 m from Piazza San Babila, around 1 km ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="385.82" OriginalAmount="382" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46695329" Longitude="9.19763846" StarRating="0" HotelCode="625279|247814" HotelName="Aiello Rooms San Babila" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Bed and breakfasts" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza San Babila 5, Milan City Center, 20121 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/53/a353555b24b068edc8a85f3ff4864309ce9030bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="387.84" OriginalAmount="384" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|676530-28584379/1932279108143858485/3604" HotelName="ODSWEET DUOMO MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48710000/48703800/48703782/df01c43c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="396.93" OriginalAmount="393" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48491716848" Longitude="9.1981154680252" StarRating="4" HotelCode="29246|37952" HotelName="Four Points By Sheraton Milan Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gerolamo Cardano 1, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/a2/51a2a00fd48e6b25fea53b675db99050bc6facef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies right at the heart of the shopping quarter. Links to the public transport network ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="397.94" OriginalAmount="394.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463591" Longitude="9.186908" StarRating="4" HotelCode="36234|hotel_spadari_al_duomo" HotelName="Hotel Spadari al Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Spadari 11, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/2c/f12ca7f15854a963ab2160a900c2d351f15fdd4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="401.98" OriginalAmount="398" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|408179-25586621/1932279108143858485/8275" HotelName="SPADARI AL DUOMO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/19600/19524/a4783d34_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="409.05" OriginalAmount="405" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48414" Longitude="9.201205" StarRating="3" HotelCode="15142|397366" HotelName="New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via G.B. Pirelli 5, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/c1/b1c1753ad7e36b32794834423d4a508ecb349f03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies directly opposite Milan central train station, the airport bus terminal, and the metr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="411.07" OriginalAmount="407" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1267877-28480932/1932279108143858485/5464" HotelName="VICO MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/72000000/71400000/71395700/71395633/19c32cff_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="423.19" OriginalAmount="419" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|611166-28566587/1932279108143858485/3310" HotelName="INDIGO MILAN - CORSO MONFORTE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19370000/19367100/19367023/e1fbbf98_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="430.26" OriginalAmount="426" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|67610-28579032/1932279108143858485/5405" HotelName="DUO MILAN PORTA NUOVA, A TRIBUTE PORTFOLIO HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/790000/789100/789026/668c883d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="439.35" OriginalAmount="435" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|868973-28466785/1932279108143858485/3474" HotelName="3 ROOMS 10 CORSO COMO MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90680000/90674100/90674075/e1a0af5d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="442.60" OriginalAmount="438.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470279423749" Longitude="9.1954788565636" StarRating="4" HotelCode="117254|128859|Bed &amp; Breakfast" HotelName="Manzoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santo Spirito 20, 20121 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/01/a5012978ab7b3780bf1e88d3c5cd40fda9ca0ff8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a quiet street in Milan's fashion district, between Via Montenapoleone and ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="444.40" OriginalAmount="440" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|871581-26088250/1932279108143858485/9196" HotelName="SPERONARI SUITES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41500000/41495300/41495232/e4f5e36c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="449.45" OriginalAmount="445" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|591273-25739840/1932279108143858485/11315" HotelName="AIELLO ROOMS - SAN BABILA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19510000/19503500/19503437/9776f258_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="464.07" OriginalAmount="459.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47938999" Longitude="9.19628772" StarRating="5" HotelCode="317060|403439|Bed &amp; Breakfast" HotelName="ME Milan Il Duca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Republica 13, Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/f4/85f4a9ba4912d621f4ba0ae3c8a8f9708a897768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="469.65" OriginalAmount="465" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|394238-25576186/1932279108143858485/10083" HotelName="ROOM MATE GIULIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13320000/13318100/13318091/c0635d68_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="473.69" OriginalAmount="469" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465172016861" Longitude="9.1892640352166" StarRating="4" HotelCode="424248|177059" HotelName="Room Mate Giulia Milán" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 4, 20121 Milán, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/a7/80a7f0b6d612c0d3e0a4b234a756035a4581ceca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="474.70" OriginalAmount="470.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463083504114" Longitude="9.1979157227192" StarRating="4" HotelCode="258936|nh_president" HotelName="NH Collection Milano President" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Largo Augusto 10, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/71/a1711795aed1cbd71158d78f1da41bcba0e2a25f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in the heart of Milan just a few minutes' walk from the cathedral...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="480.76" OriginalAmount="476" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1441274-28799029/1932279108143858485/11650" HotelName="AF DUOMO - MILANO LUXURY SUITES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/105000000/104020000/104016200/104016142/7457ff92_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="483.79" OriginalAmount="479" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1247322-22366421/1932279108143858485/6265" HotelName="RADISSON COLLECTION HOTEL, PALAZZO TOURING CLUB MILAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/65000000/64670000/64665900/64665804/14bc5a9b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="486.82" OriginalAmount="482" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|324746-25519485/1932279108143858485/7340" HotelName="ME MILAN - IL DUCA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9700000/9690200/9690122/fb313b37_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="490.86" OriginalAmount="486" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46571248" Longitude="9.19161723" StarRating="4" HotelCode="305780|238316" HotelName="The Street Milano Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Radegonda 14, 20121 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/5f/c95f0c995fce18affa57440e9f2763787dd12ecb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="506.01" OriginalAmount="501" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|543743-25699121/1932279108143858485/8092" HotelName="CASTELLO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20180000/20172600/20172559/d89411c8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="508.03" OriginalAmount="503" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478225992379" Longitude="9.1997945308685" StarRating="4" HotelCode="35436|33383" HotelName="Hotel Baviera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Panfilo Castaldi 7, Zona Staz. Centrale/Repubblica, 20124 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/a1/efa174d1471709319e27df10c6d1051af73f7cca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan. Bars, pubs and nightclubs are all to be found a mere 5...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="510.05" OriginalAmount="505" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46742858" Longitude="9.18511087" StarRating="3" HotelCode="621980|255089" HotelName="Hotel Milano Castello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Elevator,Parking,Porter,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Tomaso 2, 20121 Milan, Varese</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/e0/29e0f6761be1bc8629e3669cb4ace3a22088d066.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Position\nHotel Milano Castello is been designed to provide a relaxing stay in the heart of Milan an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="526.21" OriginalAmount="521" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|143091-25318209/1932279108143858485/7958" HotelName="SINA THE GRAY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/909500/909470/0104f24b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="541.45" OriginalAmount="536.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465877" Longitude="9.189256" StarRating="5" HotelCode="117700|712104" HotelName="Galleria Vik Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 8, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/49/8c49707418bd9762b344757aa132a8a406dbc9b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an idyllic location in the celebrated Galleria Vittorio Emanuele II shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="543.95" OriginalAmount="538.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465298078173" Longitude="9.1910452693929" StarRating="4" HotelCode="82248|3363506|Bed &amp; Breakfast" HotelName="STRAFhotel&amp;bar A Member of Design Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Raffaele 3, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/82/df8217e5363fdfc24e0445c2ec7755a11f39102d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="556.51" OriginalAmount="551" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1258410-26606290/1932279108143858485/11457" HotelName="AMABILIA SUITES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/69000000/68770000/68764300/68764248/281c4552_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="645.39" OriginalAmount="639" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464992392729" Longitude="9.1893938230164" StarRating="5" HotelCode="361362|178355" HotelName="Townhouse Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 2, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1e/96/1e9647e7796fe8863e850386ad2a92bde1b22df4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="651.45" OriginalAmount="645" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46137833" Longitude="9.1903631" StarRating="0" HotelCode="447751|177782" HotelName="Duomo Rooms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Paolo da Cannobio 11, 20122 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/8f/988f1ef8f808e3971d0dfd37beb8a973491e9524.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a safe and a transfer service are available to guests of the hotel. Wirel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="670.64" OriginalAmount="664" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485789708476" Longitude="9.2018491029739" StarRating="5" HotelCode="12364|53789" HotelName="Excelsior Hotel Gallia, a Luxury Collection Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 9, Mailand 20124</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/06/3206460338b5316af2c047c9ef7fcbd7908eaa03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located on Piazza Duca d'Aosta directly beside the main train station and just ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="711.04" OriginalAmount="704" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="38.409566" Longitude="23.669824" StarRating="2" HotelCode="0|592626-25741784/1932279108143858485/8802" HotelName="LUXURY SUITE MILANO DUOMO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3 Krinon, LEFKANTI, GR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6450000/6443200/6443123/68d381a7_b.jpg</HotelPictures>
        <HotelDescription>This elegant hotel is situated in a traditional fishing hamlet in the Gulf of Evia, 12 km from the town of Eretria. The self-contained units all have a fully equipped kitchenette, as well as a dining area and a spacious furnished balcony, where guests can enjoy their home-cooked meals on a backdrop of sweeping mountain or sea views. As an alternative to the beautiful beach, the hotel has a large swimming pool, which can meet the requirements of any age group, including children. The outdoor area comprises also a pool bar, where guests can enjoy a refreshing drink or a light meal. The restaurant overlooks the swimming pool area and serves complimentary breakfast in the morning and a rich variety of authentic Greek cuisine for lunch and dinner.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="718.11" OriginalAmount="711" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46218932" Longitude="9.19047366" StarRating="2" HotelCode="604515|57820" HotelName="Suite Milano Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Baracchini 1, 20123 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/d8/46d8d138d619704aa56de637657e9878bf9202bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="726.19" OriginalAmount="719" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1360321-19577799/1932279108143858485/6965" HotelName="THE GLAMORE MILANO DUOMO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91840000/91830900/91830801/00c72da9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="924.15" OriginalAmount="915" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1411854-27715804/1932279108143858485/10189" HotelName="THE PLEIN HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/102000000/101740000/101733200/101733172/a1f492f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="960.51" OriginalAmount="951" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|64956-25236495/1932279108143858485/7446" HotelName="GRAND ET DE MILAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25800/25759/8544b19d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="982.73" OriginalAmount="973" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1397872-26689792/1932279108143858485/12113" HotelName="PALAZZO CORDUSIO, A GRAN MELIÁ HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/95000000/95000000/94999000/94998930/f736c14e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="985.87" OriginalAmount="976.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478752589289" Longitude="9.1990354657173" StarRating="5" HotelCode="18681|1380098|Bed &amp; Breakfast" HotelName="The Westin Palace, Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Repubblica 20, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/ec/68ec2049893afe3050e39e3bd88c8f791afc77e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is located in the centre of Milan, directly on the Piazza della Repubblica and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1295.83" OriginalAmount="1283" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47336" Longitude="9.1911250000001" StarRating="5" HotelCode="263951|57724" HotelName="Palazzo Parigi Hotel Grand Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso di Porta Nuova 1, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a6/74/a6745739fe3a7ae01515944fc0ce51e6cb771f22.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1310.98" OriginalAmount="1298" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4756" Longitude="9.1915" StarRating="0" HotelCode="954743|364902" HotelName="Casa Brera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Degli Umiliati 2/A, 20138 Milan, Milano, Lombardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1362.49" OriginalAmount="1349" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.469230769174" Longitude="9.1986264288425" StarRating="5" HotelCode="26032|28245" HotelName="Baglioni Hotel Carlton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Senato 5, 20121 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/b0/e9b0dd7c7f3d563c969516d0abc6129d3ffe58d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Affording a view of the Via Della Spiga, this luxury hotel is situated directly in the exclusive fas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1377.56" OriginalAmount="1363.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465496" Longitude="9.188925" StarRating="5" HotelCode="26216|7332|Bed &amp; Breakfast" HotelName="Park Hyatt Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tommaso Grossi 1, 20121 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/dc/52dc4cdd4f72d90d85acfea56aae18fefe7b2daf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top-notch luxury hotel is located in hip Italian fashion capital of Milan. The hotel enjoys an ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1410.97" OriginalAmount="1397" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|18206-32392769/1932279108143858485/382" HotelName="THE CARLTON, A ROCCO FORTE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/1000000/450000/449200/449149/c2f8cee0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1547.81" OriginalAmount="1532.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470520911293" Longitude="9.1930307162863" StarRating="5" HotelCode="904547|366115|Bed &amp; Breakfast" HotelName="Armani Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Alessandro Manzoni 31, 20121 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/f7/d3f7a15751212c98cfe10cad7b2cd28bfc3f9d4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1603.88" OriginalAmount="1588" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1348626-26644109/1932279108143858485/12129" HotelName="PORTRAIT MILANO - LUNGARNO COLLECTION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/85000000/84020000/84011100/84011048/c099a160_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1608.93" OriginalAmount="1593" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1352559-27595345/1932279108143858485/10432" HotelName="CASA CIPRIANI MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96280000/96274900/96274815/01393cf3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1687.71" OriginalAmount="1671" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1412219-27603271/1932279108143858485/12159" HotelName="PALAZZO VIRIDIS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108490000/108480200/108480104/f57879b5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1723.06" OriginalAmount="1706.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470112016524" Longitude="9.1897416114807" StarRating="5" HotelCode="30030|bulgari_hotel_milan" HotelName="Bulgari Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Fratelli Gabba 7/b, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/c1/acc1277984372feb7af8287dd5e42b071ef4f6dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service,Massage Centre,Currency Exchange,Golf,Laundry,Bicycle Rental,Central Heating,Spa,Kitchen,Wheelchair Access,Lounge,Nightclub,Swimming Pool,24 Hour Front Desk,Concierge,Dry Cleaning,Elevator,LCD/Projector,Luggage Storage,Meeting Room,Parking,Pets allowed,Shopping Arcade,Diet Meals,Airport Transfer (on Demand),Garden,Sauna,Heated Pool,Coffee Shop,Porter,Limousine Service</BasicAmenities>
    <HotelRating>5,3,4,1,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,BUSINESS HOTEL,HOTEL DE CHARME,APARTMENT HOTEL,ECO HOTEL,FAMILY-FRIENDLY HOTEL,HOTEL,HISTORIC HOTEL,AIRPORT HOTEL,VILLAGE,SPA HOTEL,CLUB RESORT,APARTHOTEL,GUESTHOUSE,APARTMENT,BED AND BREAKFASTS,GUEST HOUSES,HOSTELS,INNS,MOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ab746491-782a-469c-888e-2ceb0675062d|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="ab746491-782a-469c-888e-2ceb0675062d">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="54074" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-10-04T00:00:00" End="2026-10-05T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@aitravel-kh.com" Password="Snanum@$" RequestedCurrency="GBP" ClientNationality="KH" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ab746491-782a-469c-888e-2ceb0675062d|InfiniteSearch|Root element is missing.|System.Xml.XmlException: Root element is missing.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at SerializeDeserialize`1.DeserializeData(String dataXML) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 2755
   at HotelSources.Infinite.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 314|Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ab746491-782a-469c-888e-2ceb0675062d|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:d3dd9bb5-1b15-4f9d-8beb-7d078926a59f
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ab746491-782a-469c-888e-2ceb0675062d|DOTWSearch|Collection was modified; enumeration operation may not execute.|System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at HotelSources.DOTW.GetSearchRS(List`1 LstSearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\DOTW\DOTW.cs:line 626|DOTW|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ab746491-782a-469c-888e-2ceb0675062d|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:10:38.3343547+01:00" Version="0" EchoToken="Search" TransactionIdentifier="ab746491-782a-469c-888e-2ceb0675062d" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="45.89" OriginalAmount="45.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.52002434874" Longitude="9.1923728585243" StarRating="3" HotelCode="371240|394458|Bed &amp; Breakfast" HotelName="Hotel Ornato" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Ornato 64, 20162 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/39/395335/MIQhHF2H_1131b3a54d74684426c5e97ed640ce6a.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located about 1.6 km from the centre of Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.58" OriginalAmount="58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.506509948844" Longitude="9.1965488578904" StarRating="3" HotelCode="31171|54174" HotelName="Albergo ibis Milano Ca Granda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Suzzani 13/15, 20162 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/49809/a_49809_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the north of Milan near the motorways taking visitors straight to the Northern It...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.63" OriginalAmount="63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.471731758313" Longitude="9.0772547619018" StarRating="4" HotelCode="99147|20075" HotelName="Idea Hotel Milano San Siro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaetano Airaghi 125, 20153 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/82/d9823417dfaefed13d55f32f8542004982e1a870.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically situated near the San Siro-Fiera exit on the Tangenziale Ovest (western r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="66.66" OriginalAmount="66" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|338513-25529296/1932279108143858485/10051" HotelName="FORUM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11110000/11107400/11107315/b65aacc4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="67.41" OriginalAmount="66.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.639122" Longitude="9.365195" StarRating="3" HotelCode="159572|224744|Bed &amp; Breakfast" HotelName="Polo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Donizetti 1, 20040 Usmate Velate</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/0e/210eda1b0535c2fb9cd473de963a48d8a87da721.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3 star hotel is located in the suburbs of Usmate and was established in 1975. It is 25.0 Km fro...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="67.67" OriginalAmount="67" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5104-25190160/1932279108143858485/10385" HotelName="A&amp;amp;O HOSTEL MILANO CA GRANDA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/11500/11430/988b3479_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="67.67" OriginalAmount="67" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|877823-28543102/1932279108143858485/2556" HotelName="2C" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/877823/2020103011430451.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.67" OriginalAmount="67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.506478485055" Longitude="9.1962942481041" StarRating="4" HotelCode="395910|25511" HotelName="Novotel Milano Nord Ca Granda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Viale Suzzani 13, 20162 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a3/b3/a3b3e51a8cd5442a9fcdde8f975e670b16523cf8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the north of the city, just 3 km from the central railway station. The neare...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="71.71" OriginalAmount="71" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|75703-28508368/1932279108143858485/2903" HotelName="ASCOT BINASCO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/75703/201131082325126.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="71.71" OriginalAmount="71" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|101026-25276689/1932279108143858485/8463" HotelName="IDEA SAN SIRO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2040000/2032200/2032147/e179d5c7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="72.76" OriginalAmount="72.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.5356021" Longitude="9.1971228" StarRating="4" HotelCode="162602|388365|Bed &amp; Breakfast" HotelName="Neo Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via XXV Aprile 49/51, 20091 Bresso, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/86/c1862b2330077a2c86e63709f25f0dddaed0f277.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bresso, opposite the Aero Club and near to Parco Nord. It lies 500 m from l...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="75.75" OriginalAmount="75" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|185796-25371099/1932279108143858485/11657" HotelName="NEO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3610000/3607300/3607260/80ff9cca_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="76.62" OriginalAmount="75.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.495027" Longitude="9.141701" StarRating="4" HotelCode="335608|1147207|Bed &amp; Breakfast" HotelName="Raffaello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Viale Certosa 108, 20156 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a3/4c/a34c73b0972474d8abf2b0d1a2a9d62434af4455.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|164564-25340977/1932279108143858485/8766" HotelName="IH HOTELS MILANO EUR TREZZANO SUL NAVIGLIO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1150000/1145800/1145734/ff933ab2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="79.79" OriginalAmount="79" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|146401-28562633/1932279108143858485/1154" HotelName="RIPAMONTI RESIDENCE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2020000/2018400/2018315/9063d76d_edited_5e52_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.442142389199" Longitude="9.2176546901464" StarRating="2" HotelCode="192195|hotel_brenta_milano" HotelName="Brenta Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Brenta 33, 20139 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/83/b683daefd94cdb99db6dd802aa49ab7f933e16a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|869034-28466786/1932279108143858485/2983" HotelName="ABRACADABRA TORTONA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/869034/2020911105341559.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.468846" Longitude="9.226074" StarRating="3" HotelCode="117276|56836" HotelName="Hotel Mayorca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Andrea Pellizzone 12, 20133 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f5/89/f589536ff0e49a037c78b395b6d8fdf313ecd7ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464235" Longitude="9.181967" StarRating="3" HotelCode="95048|vecchia_milano" HotelName="Vecchia Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Borromei 4, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/d2/79d2a8dd8a8bca616f8e7cc4489913af42e7212e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="85.76" OriginalAmount="84.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48025" Longitude="9.12356" StarRating="3" HotelCode="361461|17626499|Bed &amp; Breakfast" HotelName="B&amp;B Hotel MILANO San Siro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Achille 4, 20151 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a1/5f/a15f4a59fb776afe0dcd84323cface2c75072387.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="86.44" OriginalAmount="85.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.401222286586" Longitude="9.120630415295" StarRating="4" HotelCode="335612|43316|Bed &amp; Breakfast" HotelName="Holiday Inn Assago" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tangenziale Ovest Km 19, 20094 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a5/e6/a5e61117fa31d33ad653cdcdc511c607cc322ff0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Autostrada dei Fiori highway and quickly linked by shuttle bus to the ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="87.87" OriginalAmount="87" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|288836-25503701/1932279108143858485/9658" HotelName="SPORTING COLOGNO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8130000/8120700/8120687/3dc34cef_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="89.89" OriginalAmount="89" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157965-25329492/1932279108143858485/9991" HotelName="DEVERO &amp;amp; SPA, BW SIGNATURE COLLECTION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2170000/2167600/2167570/w3840h2558x0y0-7278e34d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|543722-25699109/1932279108143858485/10160" HotelName="CARLO GOLDONI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21960000/21956300/21956298/c0cd03fb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.473694234503" Longitude="9.1467310488224" StarRating="1" HotelCode="192202|387991" HotelName="Amendola Fiera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Filippo Carcano 39, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/76/f176eafd27d53cb3494791ff780432c8d3151bf3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46922371" Longitude="9.22181866" StarRating="2" HotelCode="619592|255086" HotelName="Hotel Carlo Goldoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Goldoni 84, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/c3/4bc3819330368935ca29844db94432250d318ec8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.471816" Longitude="9.227457" StarRating="3" HotelCode="146019|hotel_citta_studi" HotelName="Città Studi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cesare Saldini 24, 20133 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/1c/7a1c8bf99529264ac00e9fddacdccb78575ab47e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91.91" OriginalAmount="91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46601" Longitude="9.217087" StarRating="2" HotelCode="116866|55850" HotelName="Dateo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Piceno 33, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/83/e5834a8f83b513ffaf0c641f7c4ecbef036d7bb0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.475416" Longitude="9.192434" StarRating="2" HotelCode="211373|the_monastery_hostel" HotelName="The Monastery Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Concierge,Internet,Kitchen,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Via Renzo Bertoni 3, Milano Centro, 20121 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4d/97/4d972164732f598b63b8378a9f7125f3f32519c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Milan (Milan Centre), New Generation Hostel Urban Brera...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="92.92" OriginalAmount="92" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|110708-19595243/1932279108143858485/6980" HotelName="AS LIMBIATE FIERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1710000/1709400/1709321/d9ccf7ce_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.499679140502" Longitude="9.2061159824251" StarRating="4" HotelCode="387392|idea_hotel_milano_bicocca" HotelName="iH Hotels Milano Gioia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Giustizia 10/D, Zona Greco, 20125 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/4c/204cd104e528e90bf44bf430d6236b9cb8374b57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers easy access from Milan central railway station (2 km), the underground network (Son...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="94.94" OriginalAmount="94" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|676504-28458808/1932279108143858485/2434" HotelName="APOLLO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/676504/2020410101542994.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|185716-25370999/1932279108143858485/11280" HotelName="ARCOBALENO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2522900/2522840/8f9b28e4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="97.97" OriginalAmount="97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.8628672" Longitude="-13.8279348" StarRating="3" HotelCode="0|53241-25229729/1932279108143858485/9162" HotelName="VECCHIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>58 Bienvenida Martín  Practicanta, PLAYA BLANCA YAIZA, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2740000/2737200/2737189/266744e3_b.jpg</HotelPictures>
        <HotelDescription>This beach hotel revels in its hillside setting, lying just 20 metres away from the sea. The hotel commands spectacular views over the coastline. Guests will find themselves just 200 metres away from the beach and 500 metres from links to the public transport network. Guests can enjoy an array of exciting activities nearby. This charming hotel enjoys an attractive architectural design, greeting guests with the promise of a memorable stay. The guest rooms are beautifully designed, featuring refreshing tones and a relaxing ambience. The rooms feature modern amenities for added comfort and convenience. Guests will appreciate the choice of facilities and services that the hotel has to offer.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="98.77" OriginalAmount="97.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.519484982341" Longitude="9.1876468062401" StarRating="4" HotelCode="192215|318292|Bed &amp; Breakfast" HotelName="Residence Siloe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cesari 19, 20162 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e5/a5/e5a52a1ea12dd64122177be5419488480adaa267.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="98.98" OriginalAmount="98" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5086-25191462/1932279108143858485/11474" HotelName="BELSTAY MILANO ASSAGO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/1000000/470000/463600/463556/1436454a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.98" OriginalAmount="98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.514028" Longitude="9.11933" StarRating="4" HotelCode="165754|25501" HotelName="The Hub" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Polonia 10, 20157 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/48/364825ef5867f4718d6a243eb8991a7c3cae2126.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is characterised by a unique and strategic location, only 4 km away from Fiera Milano, the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="99.99" OriginalAmount="99" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|28128-25211790/1932279108143858485/9591" HotelName="SEMPIONE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/115400/115399/81944693_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.64" OriginalAmount="100.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.490422408744" Longitude="9.1528405267557" StarRating="3" HotelCode="36233|68330|Bed &amp; Breakfast" HotelName="Hotel Berlino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Antonio Plana 33, 20155 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/b6/e6b6377881c6b386d58ed6d0cfd8b020300ff242.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated only 10 minutes from the Campionaria and 15 minutes from the Rho exhibition ce...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1322658-26635047/1932279108143858485/10182" HotelName="FIORALBA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75810000/75807000/75806984/f7740dfe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|592671-28457727/1932279108143858485/570" HotelName="MILANO CANAL APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15810000/15807100/15807076/218b235a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="102.42" OriginalAmount="101.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.40298" Longitude="9.249124" StarRating="3" HotelCode="37335|23597|Bed &amp; Breakfast" HotelName="Majestic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lombardia 48, 20098 San Giuliano Milanese, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/98/d998197a0584c04560bfd7f3fe1851b6f656023e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in rural surrounds, close to many historical tourist sights including the Abba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="103.02" OriginalAmount="102" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5107-25187748/1932279108143858485/11881" HotelName="REX" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/892000/891923/7ce7c744_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.498838586193" Longitude="9.1661301255226" StarRating="4" HotelCode="192210|hotel_sunflower" HotelName="Sunflower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazzale Lugano 10, 20158 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/45/2a4556585be19f84536d6e7acac386969832a622.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465539" Longitude="9.208713" StarRating="2" HotelCode="909321|hotel_dover" HotelName="Dover" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via P. Sottocorno 8, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/28/3d289f4157c9399ef38c0261cd4c9fe99d04964e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.04" OriginalAmount="104" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.472546896218" Longitude="9.1440327465534" StarRating="4" HotelCode="10404|24169" HotelName="Best Western Hotel Astoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Murillo 9, 20149 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8e/8b/8e8b758dbf9d61ab15d2a80936e180eafbcc682b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated near the Viale Murillo. Milano City, the gallery and exhibition centre, is onl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483152" Longitude="9.221306" StarRating="2" HotelCode="82526|hotel_trentina" HotelName="Trentina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Filippino Lippi 50, angolo Piazza Aspromonte, 20139 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/00/f20029a17cf7eb02ff143ef77f9bd81fe84aac48.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="106.05" OriginalAmount="105" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|338531-28467916/1932279108143858485/1352" HotelName="MY HOTEL MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4170000/4161200/4161130/187a243b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="107.06" OriginalAmount="106" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|116410-19500138/1932279108143858485/6971" HotelName="AS CAMBIAGO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1870000/1860700/1860681/8eaace8e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.06" OriginalAmount="106" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484697" Longitude="9.162794" StarRating="2" HotelCode="360043|238208" HotelName="Hotel Parma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel,Inns" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Piero della Francesca 48, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/06/220639fc72405fa9dd6cc769f9facd25a670b988.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Hotel Parma in Milan (San Siro), you'll be close to Fiera Mil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.418834" Longitude="9.157206" StarRating="3" HotelCode="73521|hotel_alga_2" HotelName="Alga" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Mare, 93, 20142 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/92/83921332d3517366d7afb9b5bb3274aa2217f690.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the southern area of Milan in a strategic position near both the highways ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.54" OriginalAmount="106.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.525931775735" Longitude="9.2149834024467" StarRating="4" HotelCode="302459|360780|Bed &amp; Breakfast" HotelName="Degli Arcimboldi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Sarca 336, 20126 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/2d/272d6450973ff5efd824e1b99d0d4e5b627f0fcd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.71" OriginalAmount="106.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4439" Longitude="9.153" StarRating="4" HotelCode="400868|86802|Bed &amp; Breakfast" HotelName="iH Hotels Milano Watt 13" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giacomo Watt 13, 20143 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/75/b675f445ba0dea0fce5c2e5c7ae7aa11bfe2ea18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|259515-28498739/1932279108143858485/5158" HotelName="EMBASSY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100190000/100180900/100180871/67c926ff_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.580862" Longitude="9.4590459999999" StarRating="4" HotelCode="296698|hotel_daniel_2" HotelName="Daniel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Coffee Shop,Concierge,Elevator,Garden,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Parking,Pets allowed,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Industrie 6, 20060 Basiano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/37/4c37687811c6344239cd8c75f76d4190699d3a92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;When you stay at Daniel in Basiano, you'll be close to Globo Mall....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="109.08" OriginalAmount="108" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|611159-25772594/1932279108143858485/11933" HotelName="PARMA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19410000/19401800/19401789/08021f3e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.09" OriginalAmount="109" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.474826919952" Longitude="9.1510945019952" StarRating="3" HotelCode="312311|344135" HotelName="Hotel Campion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Meeting Room,Parking,Pets allowed,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Viale Berengario 3, 20149 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/31/36/313630e54a5135f48188b05464e9a178897cd8a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Campion in Milan, you'll be close to Fiera Milano C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.10" OriginalAmount="110" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49626" Longitude="9.179432" StarRating="3" HotelCode="116638|178684" HotelName="Ares Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Edoardo Porro 8, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/2b/ed2bfdd8b14d30b72cff8227a898424dab2f6ed6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.12" OriginalAmount="112.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.45338453" Longitude="9.18439946" StarRating="3" HotelCode="547846|new_generation_navigli_hostel" HotelName="New Generation Hostel Milano Navigli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Burigozzo 11, 20122 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/7c/297cae17a7def1b884fca6ac3a387f7ed7774064.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="114.13" OriginalAmount="113" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|591839-25740708/1932279108143858485/9564" HotelName="CAMPION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3850000/3843100/3843094/2c3567ff_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.13" OriginalAmount="113" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.501471800967" Longitude="9.2280871312828" StarRating="3" HotelCode="296700|179555" HotelName="Camplus Guest Turro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Stamira d'Ancona 25, 20127 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/bc/8ebcbcdad9b8a3a6dc4dd8ff5f7fa00b5f9636f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.13" OriginalAmount="113" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.487346641223" Longitude="9.2237466306763" StarRating="3" HotelCode="151557|28271" HotelName="Hotel Lombardia Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Lombardia 74/76, 20131 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/81/a5/81a580c6b25276c459480d2e65508292012271bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated off the beaten track, this hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.13" OriginalAmount="113" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484374334322" Longitude="9.2239501473556" StarRating="3" HotelCode="337550|58870" HotelName="Hotel Montecarlo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>VIa Vallazze 39, 20131 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/92/2892af538c687053534eae98dfdebb90b1021dab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.13" OriginalAmount="113.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485025" Longitude="9.21942" StarRating="3" HotelCode="365240|hotel_adler_4" HotelName="Adler" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ricordi, 10, 20131 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/20/5e205ac321cf27e24497bf48211f42a625d1007d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the city centre of Milan and is only a few minutes on foot from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.27" OriginalAmount="113.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.533093476303" Longitude="9.1711002588272" StarRating="4" HotelCode="335618|57339|Bed &amp; Breakfast" HotelName="Hotel Da Vinci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Senigallia 6, 20161 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/58/9f58f9d3e83dc88b520a257cc5a18bf29e1aa9cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the northern area of Milan, 8 km away from the exhibition area of Fiera Mila...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.27" OriginalAmount="113.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49736441" Longitude="9.18081511" StarRating="4" HotelCode="874968|652346|Bed &amp; Breakfast" HotelName="J24 Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Edoardo Jenner 24, 20158 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/06/60/0660a737eaccc57427ef807c14cf089549cdd123.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated 300mts far from the underground station MM3 Maciachini, 2.1 km of Ospedale Niguarda and 3.2...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|234099-28454909/1932279108143858485/4958" HotelName="DEMO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/2000000/1210000/1206900/1206887/e04f601b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|676512-28458813/1932279108143858485/1040" HotelName="SIRO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1800000/1793800/1793704/5f0ed112_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|288821-28497751/1932279108143858485/3460" HotelName="IDEALE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1790000/1781300/1781267/a2809f4b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|915950-32596726/1932279108143858485/1639" HotelName="CAMPLUS GUEST LAMBRATE CASA PER FERIE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/915950/20211214112726219.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.15" OriginalAmount="115" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.512404803314" Longitude="9.178661652262" StarRating="3" HotelCode="55491|28269" HotelName="Eco Hotel La Residenza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Scialoia 3, 20161 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/3f/023f9d33717a07fdff8e7af6b8cc5fd6a9c47860.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in a peaceful area, just a short distance from all major sightseeing attractions in M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="116.75" OriginalAmount="115.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.467185" Longitude="9.142714" StarRating="4" HotelCode="17018|17715|Bed &amp; Breakfast" HotelName="Antares Rubens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietro Paolo Rubens 21, 20148 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/86/8186cbc05fe8f5b235bef63afc209d2060382eb7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally located just a few metres from the Corso Vercelli and its score...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="117.16" OriginalAmount="116" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.521833" Longitude="-105.051425" StarRating="3" HotelCode="0|257007-28442201/1932279108143858485/1427" HotelName="MOTEL AUTOSOLE 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1521 Oakridge Drive, Fort Collins, CO, 80525, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6940000/6931300/6931275/994a1c80_z.jpg</HotelPictures>
        <HotelDescription>The Homewood Suites by Hilton Fort Collins hotel in Colorado is located on the south end of Fort Collins, and close to many major corporations such as HP, Intel and Agilent Technologies. Our Homewood Suites hotel is surrounded by a variety of restaurants and is 3 miles from the Foothills Mall. Colorado State University is a short drive from the hotel, as well as Historic Downtown Fort Collins, a fantastic restaurant and shopping district.    Our Homewood Suites in Fort Collins, Colorado is a beautiful hotel and features 99 suites, including choice of studio, one and two-bedrooms. All suites have fully-equipped kitchen, full sized refrigerator, microwave oven, coffeemaker, two phones with data ports, high-speed internet access and On Demand movies. Iron, ironing board and hair dryer are standard in all our rooms.   Our Homewood Suites hotel in Colorado has a business center complimentary to guests and accessible 24-hours a day. Enjoy complimentary hot breakfast seven days a week, a Welcome Home reception Monday-Thursday, complimentary local phone calls, on-site laundry facilities and complimentary grocery-shopping service, as well as snacks and sundries available in our 24-hour Suite Shop convenience store.   Make Yourself at Home!&lt;br /&gt;CheckIn Time: 15:00&lt;br /&gt;CheckOut Time: 11:00&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.17" OriginalAmount="117.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.519047095712" Longitude="9.2238713800907" StarRating="2" HotelCode="192175|il_girasole_high_quality_inn" HotelName="Il Girasole" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Via Doberdò 19, 20126 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/e2/6de20252a956b8caba579183cf2bcf977fc84051.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="119.18" OriginalAmount="118" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|435494-25609632/1932279108143858485/10128" HotelName="CAMPLUS LIVING TURRO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12800000/12790800/12790799/a0d94f45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.18" OriginalAmount="118" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.505659" Longitude="9.246759" StarRating="3" HotelCode="88884|55844" HotelName="Agape" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Flumendosa 35, 20132 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/07/880754d3ed00e21536ed37c81728ad5840ed84d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.18" OriginalAmount="118" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.500202060011" Longitude="9.1425732711639" StarRating="4" HotelCode="903669|27810" HotelName="Milan Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Varesina 124, 20156 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/7f/ca7ff4106ecc6dd0d176341c768cf9ebdfe57372.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1247320-26601217/1932279108143858485/11131" HotelName="AMEDIA MILANO - TRADEMARK COLLECTION BY WYNDHAM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/60000000/59900000/59898100/59898052/b7a4ea7e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.488887" Longitude="9.202976" StarRating="3" HotelCode="146804|56067" HotelName="Demo'" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tonale 14, 20125 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/80/f4801368d9794f51435a0db6b48a3ef329dc9e4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.453541" Longitude="9.224693" StarRating="3" HotelCode="901039|55200" HotelName="Molise 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cadibona 2A, 20137 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/54/8a540714c70af4cc348d464a15664301c520128b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="122.81" OriginalAmount="121.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.45203678" Longitude="9.24960137" StarRating="4" HotelCode="578648|14087932|Bed &amp; Breakfast" HotelName="Hotel M89" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Mecenate 89, 20138 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/af/f0af6112094a82c7e0fb06ed544571baaed2d568.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="123.22" OriginalAmount="122" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18230-25203043/1932279108143858485/9113" HotelName="RUBENS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15400/15366/2074f4f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.44289543" Longitude="9.15509368" StarRating="3" HotelCode="546979|navigliotel_19" HotelName="Navigliotel 19" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Binda 19, 20143 Milano, MI</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/26/68267b327a104d9b0ff4a0fb0bb1d259b62e4834.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="124.23" OriginalAmount="123" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|138836-25309314/1932279108143858485/10552" HotelName="MILAN SUITE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3130000/3124200/3124159/d50c667b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.24" OriginalAmount="124.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.448759" Longitude="9.20342" StarRating="3" HotelCode="66554|hotel_piacenza" HotelName="Piacenza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Piacenza 4, 20135 Milano, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/62/b9621f482ca6ae73d1f160f8a9db3a5e9645a69c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.27" OriginalAmount="127.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484528" Longitude="9.216144" StarRating="4" HotelCode="78738|del_corso_hotel" HotelName="Del Corso" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pecchio 2, 20131 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/ef/63efa6e26195c465c48c922b97f5b5c3f6795b82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.27" OriginalAmount="127.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.501229" Longitude="9.2214289999999" StarRating="3" HotelCode="80971|hotel_nuovo_metro" HotelName="Nuovo Metro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Monza 120, 20127 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/ce/96ce28fda99f82fe301f4373183bb1507bf85f70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.28" OriginalAmount="127.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.437086" Longitude="9.16439" StarRating="3" HotelCode="79350|617758|Bed &amp; Breakfast" HotelName="Plus Welcome Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Famagosta 50, 20142 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/a3/7da3dece5ca4276e41288bb8a72dd188aa8e2991.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="129.28" OriginalAmount="128" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1454598-32416699/1932279108143858485/10355" HotelName="CX MILAN BICOCCA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108270000/108261700/108261642/0d8c2425_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="129.28" OriginalAmount="128" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|593273-28539031/1932279108143858485/869" HotelName="PICCOLO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1170000/1162100/1162018/f2307cd2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47191883" Longitude="9.22078543" StarRating="2" HotelCode="573748|conti_guest_house" HotelName="Conti Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Gian Battista Tiepolo 38, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/66/6b66639a29e4cdfdba6e409e36e968c772e0000d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="131.30" OriginalAmount="130" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|160678-19503672/1932279108143858485/7049" HotelName="LOMBARDIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2340000/2331400/2331303/00c4b299_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.31" OriginalAmount="131" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480266527992" Longitude="9.1495004296303" StarRating="4" HotelCode="31405|26637" HotelName="Mini Hotel Portello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via G. Silva 12 (zona fiera MilanoCity), 20149 Milano, Lombardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d7/b6/d7b620ecfebeb08c70f9934b1daf68f46ec5dc8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located only a stone's throw from the trade fair. The nearest underground station is t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.31" OriginalAmount="131.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48475" Longitude="9.162364" StarRating="3" HotelCode="117237|hotel_losanna" HotelName="Losanna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Piero della Francesca 39, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/a5/dfa5853bbf56aaf4c897b198814854098ecbeb3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can feel at home in one of the 23 rooms. Services and facilities at the hotel include a r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.32" OriginalAmount="132" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48368199" Longitude="9.14062682" StarRating="0" HotelCode="447818|287684" HotelName="Ostello Aig Piero Rotta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Martino Bassi 2, San Siro, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/aa/02aa5d3f43de77e3eae679c6a8102ccbb67710e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483912" Longitude="9.207573" StarRating="4" HotelCode="36232|andreola_central_hotel" HotelName="Andreola Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Domenico Scarlatti 24, 20124 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/20/c02075cea436cfdc519b39d8a3fa5070b8352804.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.466607" Longitude="9.1566829999999" StarRating="3" HotelCode="117283|56628" HotelName="Metro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Vercelli 61, 20144 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/30/af30cc41f763afccd2cf2a3948f90c39201c80f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.33" OriginalAmount="133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47173972" Longitude="9.07813526" StarRating="0" HotelCode="785958|miniotel_agriturismo_dolceluna" HotelName="Agriturismo Dolceluna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaetano Airaghi 131, 20153 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/a8/61a87dd20c51d4836e07cd8f3e93935d45d2be24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484744163255" Longitude="9.1596740484238" StarRating="4" HotelCode="34832|hotel_nasco" HotelName="Hotel Nasco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Corso Sempione 69, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/52/99/5299400b02b48f40acb3c61acb111696c9838e4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in an ideal location in the heart of trendy Milan with quick access to excell...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|234608-28497833/1932279108143858485/5141" HotelName="DOMENICHINO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2521100/2521044/2ef612b6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1322783-26635169/1932279108143858485/11445" HotelName="BOUTIQUE MARTINI 17" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75780000/75775500/75775449/639b2f76_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|196478-28501098/1932279108143858485/923" HotelName="RAFAEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/196478/2012112612303374.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|54854-19508469/1932279108143858485/6824" HotelName="NH MILANO 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/17800/17788/9f7345fe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18238-25203045/1932279108143858485/8964" HotelName="UNA SCANDINAVIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/54200/54124/ee31c0f3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.38" OriginalAmount="138.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.455009" Longitude="9.153762" StarRating="3" HotelCode="95058|hotel_des_etrangers" HotelName="Des Etrangers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sirte 9, 20146 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d4/32/d432dd571891a1a328a59da623307621bf184fbc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.39" OriginalAmount="139" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485564052876" Longitude="9.1640809178352" StarRating="4" HotelCode="44708|54169" HotelName="UNAHOTELS Scandinavia Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Battista Fauchè 15, Sempione, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/7e/a97e2516d4011a4c57d36db4425d6fd87db62eb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located only a few steps from the Fiera Milano trade centre. Located about...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.441884502361" Longitude="9.1759765780978" StarRating="2" HotelCode="337412|marte" HotelName="Hotel Marte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Ascanio Sforza 81, 20141 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/81/bf81aa9be48a64648e4df6c9f2e6b8de62ba1c74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="142.41" OriginalAmount="141" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|872145-28460041/1932279108143858485/2444" HotelName="CASCINA BELLARIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/872145/2020929165252637.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.41" OriginalAmount="141" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479404" Longitude="9.208993" StarRating="3" HotelCode="317254|54175" HotelName="Hotel Ibis Styles Milano Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Boscovich Ruggero 57-59, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/45/8a452561aabe5dfdf71bc52be0af1d6f4b5dcd84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel lies close to Milan's shopping centre (on the corner of ""Corso Buenos Aire...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.41" OriginalAmount="141" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464107599502" Longitude="9.163313806057" StarRating="3" HotelCode="192197|57100" HotelName="Panizza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bartolomeo Panizza 5, 20144 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/20/e6201a52432da9e3fae1d195a15c74f556228997.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="143.42" OriginalAmount="142" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|67584-19503791/1932279108143858485/7046" HotelName="BRISTOL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2529600/2529557/c298a71d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="143.42" OriginalAmount="142" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|26748-25213082/1932279108143858485/11567" HotelName="NASCO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1100000/1095000/1094943/149ec67e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.42" OriginalAmount="142" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.436797494505" Longitude="9.1717144846916" StarRating="3" HotelCode="34891|19144" HotelName="Dei Fiori" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Renzo e Lucia 14, 20142 Milano, Lombardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/da/82/da8252154a71f85a6ab037738329ab8d45b6147d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the city centre, just 200 m from the nearest restaurants and le...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.42" OriginalAmount="142" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481240693126" Longitude="9.2038714885712" StarRating="4" HotelCode="27231|19060" HotelName="Mediolanum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Mauro Macchi 1, (Stazione centrale/Piazza Repubblica), 20124 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/eb550d9c5b8d4ddc9c36618d95d0a51e.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located centrally between the main train station (200 m away with undergrou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483115631507" Longitude="9.1814374923706" StarRating="3" HotelCode="17144|hotel_san_guido" HotelName="San Guido" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via C. Farini, 1/A, 20154  Milan ( MI), Italy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/86/0e8672d75a1457ec1ca3232a159d3ea83cbd8758.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.505119" Longitude="9.261477" StarRating="3" HotelCode="221721|rafael" HotelName="Rafael Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Olgettina 60, 20132 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f1/0e/f10ee72a7145a3a785b2e220896d0078d0092274.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.458620074641" Longitude="9.175017816739" StarRating="2" HotelCode="376063|santagostino_rooms" HotelName="B&amp;B Sant'Agostino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via San Vincenzo 18 D, 20123 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/f1/55f1a2ee71e18d3c4d36d489db1beb3e5ff0c293.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.43" OriginalAmount="143" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.514785" Longitude="9.116386" StarRating="4" HotelCode="221719|33559" HotelName="Klima Hotel Milano Fiere" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Venezia Giulia 8, 20157 Milano, Lombardei</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/50/fe508f0f8b2b208c3da667557c633af892f00d9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.44" OriginalAmount="144.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478167690276" Longitude="9.2092037200928" StarRating="3" HotelCode="60469|teco" HotelName="Teco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Spallanzani 27, 20100 Mailand, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/6d/806d6ad2c85a2d0a5acd97945005291aca8855c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located in the city centre of Milan. In the nearby historical centre ther...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.5949175" Longitude="8.2837372" StarRating="4" HotelCode="0|101024-25276687/1932279108143858485/7925" HotelName="DOUBLETREE BY HILTON MILAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>REGIONE PUNTA NEGRA, C.P. 24, 07041 ALGHERO, IT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/14a09dea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|591994-25740932/1932279108143858485/10253" HotelName="H21" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/29000000/28830000/28822000/28821957/c43ca393_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.845199" Longitude="28.254703" StarRating="2" HotelCode="0|256993-32731825/1932279108143858485/11578" HotelName="B &amp;amp; B SANT AGOSTINO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6710000/6704900/6704860/3751a36a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49940651" Longitude="9.22306664" StarRating="3" HotelCode="770134|344134" HotelName="Hotel H21" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Valtorta 21, 20127 Milan, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/15/c9154ace7643a11ac3bb23cf1dc41d40553a2410.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.490031865516" Longitude="9.2056310176849" StarRating="3" HotelCode="32610|19066" HotelName="Terminal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ponte Seveso 38, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/50/6f507b7f86c7e8aa4ac2587aacf3f90c70a012f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a stone's throw from the main train station, which means guests enjoy qui...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.45" OriginalAmount="145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48357316" Longitude="9.10485273" StarRating="0" HotelCode="672113|cascina_bellaria" HotelName="Bellaria Restoro In Cascina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Cascina Bellaria 90, 20151 Milan, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/da/65dad614cb256f37335cb1241258867eec5e40f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="147.46" OriginalAmount="146" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|628412-25799355/1932279108143858485/9959" HotelName="STRADIVARI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27100000/27094200/27094167/a01605bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.46" OriginalAmount="146" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484161" Longitude="9.221355" StarRating="3" HotelCode="79116|55922" HotelName="Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Aspromonte 22, 20131 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/81/67/8167c33ce1b2c7d77ccac749e86d4efd55a298ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.46" OriginalAmount="146" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48425126" Longitude="9.21567092" StarRating="3" HotelCode="849411|387999" HotelName="Hotel Stradivari" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Stradivari 4, Piazza Argentina, 20131 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/f4/b4f4144c640a3d85363c2d6f208ae76fe278b614.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.90" OriginalAmount="146.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480235" Longitude="9.193231" StarRating="3" HotelCode="47343|5770|Bed &amp; Breakfast" HotelName="Cervo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Principessa Clotilde 10, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/36/0a36da2e69d319b29a811b70ed33bd7918b28f19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is centrally situated approximately 400 m from the historical old town and about ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="148.47" OriginalAmount="147" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|196700-25387089/1932279108143858485/8570" HotelName="KLIMA MILANO FIERE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5430000/5426900/5426838/c3d0404a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="148.47" OriginalAmount="147" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1349150-28480703/1932279108143858485/4954" HotelName="L'OTTAVA GUESTHOUSE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1349150/2022111891737352.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="148.99" OriginalAmount="147.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483537813137" Longitude="9.1666625440121" StarRating="4" HotelCode="335627|201369|Bed &amp; Breakfast" HotelName="Hotel Mozart" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Gerusalemme 6, 20154 Milan, Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/21/532117f0c4dcd2ae7cba3f852d8c5a196c871e43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan, only a few steps away from the Corso Sempione and close...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|273653-25497548/1932279108143858485/9188" HotelName="CRIVI'S" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/27700/27681/1ba8388b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|288773-25503681/1932279108143858485/11071" HotelName="ACCURSIO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/520000/517200/517102/0804d65c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="29.9506361" Longitude="-90.0702428" StarRating="4" HotelCode="0|18223-25203040/1932279108143858485/10989" HotelName="MOZART" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> 333 St. Charles Avenue,  NEW ORLEANS, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22600/22560/38e76f23_b.jpg</HotelPictures>
        <HotelDescription>The following services and amenities are available, but with reduced service: Business Center, Fitness Center, Breakfast, On-site Restaurant(s), Room Service, Valet Parking.The following services and amenities are currently not available: Concierge, Executive Lounge.The Hilton New Orleans/St. Charles Avenue hotel in Louisiana is located in the heart of the New Orleans Central Business District, three blocks off Canal Street and blocks from the world-famous French Quarter and Bourbon Street. This landmark building was built in 1926 as the Masonic Temple and was the second high-rise to be built in the Central Business District. 

The Hilton New Orleans/St. Charles Avenue hotel has undergone an $11 million renovation and has re-emerged as the newest upscale, premier hotel experience in the Crescent City. The architecture, exquisite woodwork and other design detail from the artisans of the 1920s is evident throughout the hotel and highlighted by the original chandeliers at the main entrance, original marble floors and walls, and the elaborate, hand-crafted inlay tile ceiling in the Grand Entry Hall. 

Walk into the Hilton New Orleans hotel and take a step back in time to luxury hotels of the past - hotels that made New Orleans, Louisiana famous. Uniquely sophisticated and elegantly designed, our hotel boasts 250 superior guest rooms including 25 dignitary suites and the five-bedroom Grand Suite. Our world-class restaurant and lounge offer breakfast, lunch and dinner selections as well as in-room dining options that include a 24-hour, in-room dining menu. 

Our French Quarter area hotel on St. Charles Avenue in Louisiana has 12,000 sq. ft. of flexible function space including multiple break-out rooms with the same attention to detail and preserved or restored to reflect their most opulent past glory. From weddings to corporate board meetings and anything in between, our hotel is one of the favorite gathering places in New Orleans, Louisiana.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.453008" Longitude="9.195905" StarRating="4" HotelCode="95061|55841" HotelName="Crivi's Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso di Porta Vigentina 46, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/18/08181b32d6916d5ce7127ea9adb5dfb38f3e849b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480448009839" Longitude="9.2116163671017" StarRating="4" HotelCode="12715|8599" HotelName="Best Western Plus Hotel Galles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco 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,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Lima 2, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/89/9b/899bd9366d4863687e120a5c9e19e5e0bc802a6a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located directly on the Corso Buenos Aires. It takes just a few minutes by foo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="151.50" OriginalAmount="150" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1464891-32918359/1932279108143858485/12053" HotelName="PALAZZO BUENOS AIRES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1070000/1069000/1068913/c6ff4dd7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.50" OriginalAmount="150" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.440930422255" Longitude="9.1728356480598" StarRating="4" HotelCode="35289|31038" HotelName="La Spezia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via La Spezia 25, 20142 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bf/55/bf55f3c02f70c03d23cc61b8578dfacc73d960dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous up-market hotel is conveniently situated for transport connections. Romolo is the clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.50" OriginalAmount="150" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.488133" Longitude="9.201617" StarRating="4" HotelCode="34830|19058" HotelName="Best Western Hotel Madison" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Leopoldo Gasparotto 8, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e1/1c/e11c12f4d5d317fe195d1aee85480dae48e892df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to Duca d'Aosta Square, this hotel is only 150 m away from the train station. The beau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.50" OriginalAmount="150" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.486737452125" Longitude="9.1575363278389" StarRating="4" HotelCode="29801|17822" HotelName="Enterprise" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Sempione 91, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/6c/716cd320a881f6d3d476f77809f3b09b04c28270.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is centrally located on Corso Sempione only 500 m from Fiera Milano City and a sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="152.22" OriginalAmount="150.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485395" Longitude="9.211708" StarRating="4" HotelCode="39582|18280|Bed &amp; Breakfast" HotelName="Doria Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Andrea Doria 22, 20124 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/1c/ee1c31751806cd0706f5ec618e537d8ebd7fed92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally situated only around 5 minutes walk from various shopping possibilities, bar...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|48033-25224293/1932279108143858485/8106" HotelName="IBIS STYLES MILANO CENTRO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/897600/897527/7662405f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.447146" Longitude="9.209249" StarRating="4" HotelCode="77381|55235" HotelName="Best Western Hotel Major" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Isonzo 2, 20135 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/d6/f3d6c3d4f2040520455b21acc106363d8daeb0c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.52" OriginalAmount="152" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4815696" Longitude="9.20256029" StarRating="2" HotelCode="641305|227307" HotelName="M2M Made To Measure" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Alfredo Cappellini 23, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/a1/44a1c0e39cd096c2d9064d2743aac1d3d1c97465.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.52" OriginalAmount="152" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485470029443" Longitude="9.2233550548554" StarRating="3" HotelCode="64220|15271" HotelName="San Francisco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Lombardia 55, 20131 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/d0/f3d0a3126df98f4e667f2354452f3e1dc66a0198.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|23516-32729750/1932279108143858485/11582" HotelName="BOLZANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/125000000/124230000/124225900/124225816/55ac32d8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1347093-28538184/1932279108143858485/1598" HotelName="FOLEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1347093/2022921164411928.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1401683-27594336/1932279108143858485/9556" HotelName="IH HOTELS MILANO CENTRALE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/96000000/95030000/95027500/95027463/99b7591d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.535001" Longitude="9.124598" StarRating="4" HotelCode="899651|24171" HotelName="Domina Milano Fiera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Don Orione 18-20, 20026 Novate Milanese</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/6a/f76a52f654979dc25004d335053fa430311242d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and business hotel is situated in Novate Milanese, in the heart of a pleasant rural area i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.53" OriginalAmount="153.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483604572081" Longitude="9.2040592432022" StarRating="1" HotelCode="192167|klick_hotel_milano" HotelName="Klick Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Da Recanate 2, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/8f/798f9b412a855b3a49319d44e72186f59c1a2d17.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.3725" Longitude="-71.1224" StarRating="2" HotelCode="0|338522-25529302/1932279108143858485/8924" HotelName="MARTE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>ONE BENNETT STREET, CAMBRIDGE, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10660000/10654200/10654132/04903af4_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Located in central Cambridge, The Charles Hotel is a business-friendly hotel within walking distance of Harvard University and Harvard Square. Additional points of interest include Hynes Convention Center and Boston Public Library.    Hotel Features.   Dining options at The Charles Hotel include 4 restaurants. A bar/lounge is open for drinks. Room service is available 24 hours a day. Recreational amenities include an indoor pool, a health club, a spa tub, a fitness facility, and a steam room. The property's full-service health spa has body treatments, massage/treatment rooms, facials, and beauty services. This 4-star property has a 24-hour business center and offers small meeting rooms, secretarial services, and a technology helpdesk. Complimentary wireless and wired high-speed Internet access is available in public areas. This Cambridge property has 1672 square meters of event space consisting of banquet facilities, conference/meeting rooms, and a ballroom.  Business services, concierge services, limo/town car service, and translation services are available. Guest parking is available for a surcharge. Additional property amenities include a library, a coffee shop/café, and barbecue grills. This is a smoke-free property.    Guestrooms.     294 air-conditioned guestrooms at The Charles Hotel feature minibars and CD players. Beds come with premium bedding. Bathrooms feature televisions, designer toiletries, bathrobes, and slippers. Wired high-speed and wireless Internet access is complimentary. In addition to desks and complimentary newspapers, guestrooms offer multi-line phones with voice mail, as well as free local calls (restrictions may apply). Plasma televisions have DVD players and pay movies. Rooms also include complimentary bottled water, safes, and windows that open. Guests may request a turndown service, hypo-allergenic bedding, and extra towels/bedding. Housekeeping is available daily. Guestrooms are all non-smoking.      Room Info:       Notifications and Fees:          The following fees and deposits are charged by the property at time of service, check-in, or check-out.    Self parking fee: USD 34 per night (in/out privileges)  Valet parking fee: USD 34 per night (in/out privileges)  Pet fee: USD 50 per pet, per stay     The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.    Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Check-in time starts at 3 PM  Check-out time is noon  Pets allowed   &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|632076-25806760/1932279108143858485/10862" HotelName="21 HOUSE OF STORIES CITTA STUDI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36280000/36276100/36276071/0eb8f769_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.491512" Longitude="9.1668999999999" StarRating="2" HotelCode="145013|180652" HotelName="Bogart" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Eugenio 45, 20155 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/85/d98581d4100cb71f7f150a3f948fd24ac4077368.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.450840283193" Longitude="9.1947540795248" StarRating="4" HotelCode="57756|24175" HotelName="Hotel Bocconi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Bligny 56, 20136 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/7d/057d1a506024ed73f64ef85ae7bddc5111e14649.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481719306698" Longitude="9.2028616368771" StarRating="3" HotelCode="35274|5358" HotelName="Mythos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Tenca 21, 20124 Milano, Lombardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/60/8e60a166e027c9e171a5660f9339fbcfa4f0eaf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish luxury hotel is ideally situated at the heart of the city of Milan. The main train stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="157.06" OriginalAmount="155.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.494730022206" Longitude="9.1418271457485" StarRating="4" HotelCode="98552|120099|Bed &amp; Breakfast" HotelName="Sure Hotel Collection by Best Western Hotel Mirage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Certosa 104/106, 20156 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/2c/982c8ae891c1f63532d6645a69492fda2486e12b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in an impressive building in the northern suburbs of Milan. It enjoys a convenient ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.56" OriginalAmount="156" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478267368029" Longitude="9.2016962170601" StarRating="3" HotelCode="31170|1506" HotelName="Albergo ibis Milano Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Finocchiaro Aprile 2, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/22/2b22aad6369f325dfb54d633992b5d143e48d6cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel enjoys an excellent location in the centre of Milan. The main train station, Piaz...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.56" OriginalAmount="156.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470953750061" Longitude="9.1565948724747" StarRating="4" HotelCode="97096|hotel_tiziano_park__vita_parcour__gruppo_minihotel" HotelName="Hotel Tiziano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tiziano 6, 20145 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/ae/17aec0de1335ec19f27c28ef5a3eb9578f46aa5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5088-25187747/1932279108143858485/7597" HotelName="IBIS MILANO CENTRO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/905600/905544/1a3e522d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5103-25190159/1932279108143858485/9015" HotelName="TIZIANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1150000/1141500/1141464/bd5c4012_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479798245708" Longitude="9.2114192247391" StarRating="3" HotelCode="11837|5506" HotelName="Hotel Demidoff Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Plinio 2, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/70/7a70734e51b0522ac279fed8c10fde649b546264.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the city centre, around 500 m away from Piazza della Republica as well as the Sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484489220633" Longitude="9.2064771644343" StarRating="4" HotelCode="95056|55840" HotelName="Hotel Bristol Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Scarlatti 32, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/2d/422df335d82d27ec76c59a0f41fcb4383440b29a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.57" OriginalAmount="157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.475156586737" Longitude="9.2061567306519" StarRating="3" HotelCode="61855|hotel_fenice_milano" HotelName="Fenice" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Buenos Aires 2, 20124 Milano, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1c/91/1c9149d82f67d591cad2c1ccce905b69417400cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the beginning of the Corso Buenos Aires, a stone's throw from the old town,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="159.58" OriginalAmount="158" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-34.906437" Longitude="-56.1913303" StarRating="3" HotelCode="0|95710-25262622/1932279108143858485/9897" HotelName="BEST WESTERN CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Cagancha 1126, MONTEVIDEO, URUGUAY,11100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7300/7296/23866b2f_b.jpg</HotelPictures>
        <HotelDescription>The Balmoral Plaza Hotel offers convenient accommodations with a great location right on the main square in Montevideo: the historic Plaza Cagancha. Enjoy a comfortable stay with excellent services like a gym, a sauna, meeting rooms, a business center, and guestrooms fitted up with modern amenities.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="159.58" OriginalAmount="158" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1221545-32715869/1932279108143858485/9377" HotelName="HOTEL CENTRALE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/107000000/106720000/106714000/106713959/cfa51c8c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.58" OriginalAmount="158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.44702805" Longitude="9.151584" StarRating="0" HotelCode="578332|versoverde_alzaia_naviglio_grande" HotelName="Versoverde Alzaia Naviglio Grande" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Alzaia Naviglio Grande 150, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/9c/159c8878ce95c3cc95f1072c1bbd5a9195ea7c69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|32499-25216032/1932279108143858485/11107" HotelName="B AND B HOTEL MILANO LA SPEZIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1190000/1181200/1181146/c6bf7cf6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|34836-25217898/1932279108143858485/8434" HotelName="HOTEL MIRAGE SURE HOTEL COLLECTION BY BEST WESTERN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/45800/45789/03f850bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|152977-25326278/1932279108143858485/7897" HotelName="DORIA GRAND" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/5800/5726/258763cf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|28207-25212731/1932279108143858485/9107" HotelName="VITTORIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/521300/521297/ab1a82a8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.60" OriginalAmount="160" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48783688" Longitude="9.20276939" StarRating="3" HotelCode="577990|227211" HotelName="43 Station Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabio Filzi 43, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/e7/2ae76f9f94a66119e4ca4331c892a7da573d0865.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.60" OriginalAmount="160" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479257" Longitude="9.210101" StarRating="4" HotelCode="116703|55229" HotelName="Best Western Hotel City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Buenos Aires 42/5, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/ed/e3ed68a34823facb47ee664b60e3690e56b3b224.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.61" OriginalAmount="161" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.501850355574" Longitude="9.2278849349653" StarRating="4" HotelCode="169226|23192" HotelName="Ramada Plaza Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Stamira d'Ancona 27, 20127 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/31/7f312e19be9dd0d67b898414cc0b483093c77ed6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 700 metres from the subway and close to the city centre, this hotel near Villa Reale (4 km) ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="163.62" OriginalAmount="162" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|145457-25319663/1932279108143858485/10744" HotelName="RAMADA PLAZA BY WYNDHAM MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3570000/3568600/3568504/00628507_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.62" OriginalAmount="162" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48138" Longitude="9.203411" StarRating="3" HotelCode="173020|238161" HotelName="B&amp;B Hotel Milano Central Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 9, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/51/9d5109823f29627d374536ad3b472410a8b10cd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, hotel is centrally located just 100 m from the main train station. Links to the public...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.62" OriginalAmount="162.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481989171497" Longitude="9.2077285051346" StarRating="2" HotelCode="192169|hotel_2000_2" HotelName="Hotel 2000" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitruvio 28, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/4c/614c886d0895e0f20cf28b861a37aeecd1ca22c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="165.64" OriginalAmount="164" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|20808-25211957/1932279108143858485/11204" HotelName="ROYAL GARDEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527200/527197/93017fe2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.64" OriginalAmount="164" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.452339" Longitude="9.2148540000001" StarRating="3" HotelCode="117277|28279" HotelName="Mec" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tito Livio 4, 20137 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/9d/a39dc13d3622f6cf96c762155ef211f1469f5461.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.64" OriginalAmount="164.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48437" Longitude="9.20509" StarRating="3" HotelCode="31176|mini_hotel_aosta_2" HotelName="Hotel Aosta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 16, Stazione Centrale, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/42/7042a534a806f458414ee6a385bfd7623041f547.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated opposite the main train station, which offers good connections to Linate and M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="167.66" OriginalAmount="166" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|234111-25442658/1932279108143858485/10666" HotelName="BERNINA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/916100/916033/46242d9b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.66" OriginalAmount="166" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483619867433" Longitude="9.2045749759329" StarRating="3" HotelCode="58456|1172" HotelName="Spice Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitruvio 48, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/57/03/570333bc353ca95a1a34a309a65bb368a9549cff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies within metres of the main train station (Stazione Centrale) and the underground stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="168.27" OriginalAmount="166.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477652372288" Longitude="9.2017418146133" StarRating="4" HotelCode="31175|5776|Bed &amp; Breakfast" HotelName="NH Milano Machiavelli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Lazzaretto 5, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1b/5d/1b5d50d492ebeed9d68378f53d33c9fcf1fdc566.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable hotel is located at the heart of Milan in the Porta Venezia and Corso Buenos Aires d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="168.27" OriginalAmount="166.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.450945305545" Longitude="9.1602802276611" StarRating="4" HotelCode="59713|66045|Bed &amp; Breakfast" HotelName="nhow Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Tortona 35, 20144 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/77/a1/77a12a9d46eb28db3c7cfa4abe38b17b50c69175.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This designer hotel lies in the southern part of Milan, close to Porta Genova train station in the l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.67" OriginalAmount="167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.466293492016" Longitude="9.1587057709694" StarRating="4" HotelCode="335606|hotel_capitol" HotelName="Hotel Capitol Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cimarosa Domenico 6, 20144 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ef/15/ef1557e5570452ec0a16e9d4849be1d93f313c70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming conference hotel lies right in the historical centre of the city where guests will fin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="169.68" OriginalAmount="168" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.5107" Longitude="-82.039" StarRating="3" HotelCode="0|473747-25641550/1932279108143858485/9913" HotelName="43 STATION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>201 BOY SCOUT RD, I-20, AUGUSTA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17720000/17710700/17710658/7c847358_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   Located in Augusta, Motel 6 Augusta is close to Augusta National Golf Club and Augusta State University.&lt;br /&gt; This eco-friendly hotel is within the vicinity of Ezekiel Harris House and The Augusta Canal Interpretive Center at Enterprise Mill.&lt;br /&gt;   Rooms   Make yourself at home in one of the 118 air-conditioned guestrooms. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with shower/tub combinations feature complimentary toiletries and hair dryers. Conveniences include desks and blackout drapes/curtains, as well as direct-dial phones with free local calls.&lt;br /&gt;   Rec, Spa, Premium Amenities   Take advantage of recreation opportunities such as a seasonal outdoor pool, or other amenities including complimentary wireless Internet access and a television in the lobby.&lt;br /&gt;   Business, Other Amenities   Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and a safe deposit box at the front desk. Free parking is available onsite.&lt;br /&gt;   Room Info:    Know Before You Go       Children 17 years old and younger stay free when occupying the parent or guardian's room, using existing bedding.       Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      Pet fee: USD 10. per pet, per day (maximum USD 50. per stay)       The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Minimum Spring Break check-in age is 18 years old.      Checkin Time:  3:00 PM  Checkout Time:  12:00 PM&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.68" OriginalAmount="168" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482368" Longitude="9.175693" StarRating="4" HotelCode="13286|32279" HotelName="Leonardo Hotel Milan City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Messina 10, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/f0/11f0063147456c9b9089fb4283c1a8b5debc3f8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the heart of Milan, in the vicinity of the Porta Garibaldi, the fashionable Brera di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="170.69" OriginalAmount="169" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|143086-25318203/1932279108143858485/8236" HotelName="LEONARDO CITY CENTER (EX. HERMITAGE)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20100/20068/cbf11d8d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="170.69" OriginalAmount="169" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|28976-25212834/1932279108143858485/8020" HotelName="CAPITOL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/3400/3398/25ddf394_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="171.25" OriginalAmount="169.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483058" Longitude="9.20306" StarRating="3" HotelCode="58220|53918|Bed &amp; Breakfast" HotelName="Flora" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 23, 20124 Mailand, Lombardei</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e9/dd/e9dd4765926d10a377838a6649bad4ab3ad51ff7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is a welcoming hotel situated in Milan close to Central Station, excellently connected to the mai...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="171.70" OriginalAmount="170" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5095-25190155/1932279108143858485/8468" HotelName="MANIN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/18200/18129/362c8557_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="172.44" OriginalAmount="170.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485216497883" Longitude="9.2068988913597" StarRating="4" HotelCode="17911|4691218|Bed &amp; Breakfast" HotelName="Anderson" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Luigi di Savoia 20, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/e2/25e246e3a92e6f3ac51d5f219ce868ae956877b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located around 500 m from the central train station. A wide range of restaurants, shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.71" OriginalAmount="171" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.500617060739" Longitude="9.144591987133" StarRating="4" HotelCode="161648|20273" HotelName="Radisson Blu Hotel Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Villapizzone 24, 20156 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2e4af1241435644c/3d/3d69a7322ac432799006465402b7ed9e/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a tranquil oasis in the heart of Milan's residential Bovisa District, just over 6 km no...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="173.72" OriginalAmount="172" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1464888-32918356/1932279108143858485/12155" HotelName="PALAZZO LORETO HOTEL MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/125000000/124190000/124181000/124180975/0d9edb90_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.72" OriginalAmount="172" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482910651312" Longitude="9.2040109634399" StarRating="4" HotelCode="52698|55445" HotelName="Colombia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>via roberto lepetit 15, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/66/4b66f3755f779deb7e89fff807477c285640d174.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the tourist centre of Milan just 100 m from links to the public trans...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="173.78" OriginalAmount="172.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477985" Longitude="9.209421" StarRating="4" HotelCode="17916|1927836|Bed &amp; Breakfast" HotelName="Ritz Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Spallanzani 40, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/40/8a4074efff266b99ca987cc9c61b5c37515446d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="175.85" OriginalAmount="174.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483112810684" Longitude="9.2032787203789" StarRating="4" HotelCode="35052|18662|Bed &amp; Breakfast" HotelName="Hotel Atlantic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 24, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/4e/184e234e6d68443c6361e58c638279a25a9010ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located just a few minutes' walk from Milan's designer shops, the Scala...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="176.75" OriginalAmount="175" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|302105-28512863/1932279108143858485/3752" HotelName="IBIS MILANO FIERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7210000/7207400/7207387/d5406582_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="176.75" OriginalAmount="175" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5076-32729611/1932279108143858485/10208" HotelName="SCARLATTI HOTEL MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/45800/45752/19a48c72_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.75" OriginalAmount="175.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47525406" Longitude="9.20650888" StarRating="3" HotelCode="631734|ai_suma_hotel" HotelName="Ai Suma Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Spallanzani 6, 20129 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/49/8749af412f9a4a930086ab75d8f99a94f3b00bba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="177.76" OriginalAmount="176" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12764-28497625/1932279108143858485/2120" HotelName="CASUAL ECLETTICO MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/910600/910521/9c510838_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|24863-25212403/1932279108143858485/7680" HotelName="GRAND VISCONTI PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/908300/908234/d782aac8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1247192-26601165/1932279108143858485/10206" HotelName="EXPERIENCE DESIGN BED AND SHOW" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6600000/6595500/6595479/ac7d7f05_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483678" Longitude="9.164971" StarRating="4" HotelCode="31173|25518" HotelName="CityLife Hotel Poliziano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Angelo Poliziano 11, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/9c/e09cd2de47b8ef2d52e3157ffa8873477fab4b6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel lies in the heart of Milan just 200 m from the Milan International Trade Fa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.487823982949" Longitude="9.2040168762176" StarRating="1" HotelCode="145809|54917" HotelName="Hotel Central Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Battista Sammartini 15, 20125 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/2f/142fe1e55e0c628df118f20041f013d28de595be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.447123601026" Longitude="9.2069426178932" StarRating="4" HotelCode="36569|24172" HotelName="Grand Visconti Palace Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Isonzo 14, 20135 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/40/a0403ff76a14b70458f666a8b163180a9cb6f7b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a central location, close to public transport connections. Plenty of shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.77" OriginalAmount="177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.450966" Longitude="9.203724" StarRating="3" HotelCode="192193|hotel_five" HotelName="Five" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Lodi 4, angolo Via Salmini, 20135 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/90/1a905cc5120fa1cda56537a0aa2d4d36660edd29.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.77" OriginalAmount="177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4532314304" Longitude="9.1805040836334" StarRating="3" HotelCode="192156|hotel_milano_33" HotelName="Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Sant'Eustorgio 2, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/57/ed57e19fc4768455500ac65a5bb6a9dd4cf9aa47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="179.78" OriginalAmount="178" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1464886-32918354/1932279108143858485/11593" HotelName="7BA HOTEL MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/117000000/116540000/116534500/116534479/f02db90d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="179.78" OriginalAmount="178" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5102-25186822/1932279108143858485/10700" HotelName="B&amp;amp;B HOTEL MILANO AOSTA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1140000/1133800/1133774/7b9efab6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.78" OriginalAmount="178" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.45435488" Longitude="9.16935827" StarRating="2" HotelCode="447660|227260" HotelName="Experience Design Bed &amp; Show" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Via Tortona 10, 20144 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/ef/27efe72f1186e8c382e8ce5039c532b016324a5a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.78" OriginalAmount="178" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4756" Longitude="9.1915" StarRating="0" HotelCode="980929|404548" HotelName="HD8 Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca Daosta 8, 20124 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/e1/31e1189654645c380d2ffb09bfc5ed594d5c5342.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.78" OriginalAmount="178" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483407" Longitude="9.20291" StarRating="3" HotelCode="76695|54172" HotelName="Just Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 29, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/d6/33d698409cf273d4bf5d6a1f33b209c41bcccfe3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.78" OriginalAmount="178" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483369505027" Longitude="9.2033243179321" StarRating="3" HotelCode="17123|53786" HotelName="Smart Hotel Central Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 28, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/5f/605fefe44eb95e60a650c5860f8c1d6ce2b448ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of Milan on the Via Napo Torriani directly beside the main train statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="181.54" OriginalAmount="179.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483431562824" Longitude="9.2084687948227" StarRating="3" HotelCode="337184|17482|Bed &amp; Breakfast" HotelName="Hotel Cristallo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Scarlatti 22, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8b/f1/8bf1112c426506de3cb8a15c61b854ac7dfaca62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on the Via Scarlatti at the heart of Milan. Various attractions are to be found in t...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="182.81" OriginalAmount="181" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|257001-28467411/1932279108143858485/681" HotelName="SAN SIRO FIERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1800000/1798800/1798795/b30afe6c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="182.81" OriginalAmount="181" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|872167-28460047/1932279108143858485/3177" HotelName="AIELLO SUITES MILAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/41000000/40730000/40727100/40727007/54c73458_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="182.81" OriginalAmount="181" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|543842-19515371/1932279108143858485/7166" HotelName="MILANO NAVIGLI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5260000/5257900/5257863/cf67c6e4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="183.82" OriginalAmount="182" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.461165352181" Longitude="9.1911390423775" StarRating="4" HotelCode="11558|20528" HotelName="Brunelleschi Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Flavio Baracchini, 12, 20123 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/8a/258a20bb4dfb0162cbe5a61a2f9813102c93dc41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the centre of Milan just a few minutes walk from the cathedral,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="184.83" OriginalAmount="183" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18202-25203034/1932279108143858485/8943" HotelName="BERNA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/26300/26287/a5b54cd7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.84" OriginalAmount="184" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482649" Longitude="9.203375" StarRating="4" HotelCode="10859|5505" HotelName="Hotel Berna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 18, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/70/6c708d72b88eb10feb3177cb3111ddda6a3f678f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located directly in the city centre near the main tourist attractions and the m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.84" OriginalAmount="184.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49131046721" Longitude="9.2400678992271" StarRating="4" HotelCode="192216|nu_hotel_2" HotelName="NU Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Feltre 19B, 20132 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/ce/bccecd16d1a57f791c24e5cabde18e9cbb4dc4c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Milan, this urban hotel has the perfect ambience for guests who appreciate a stylish ambi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.85" OriginalAmount="185" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484010765638" Longitude="9.2000734806061" StarRating="4" HotelCode="20865|20526" HotelName="Auriga" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via G.B. Pirelli 7, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/22/80222d65a2c60e1f79edf57c183e830ab7bd2737.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located at the heart of the business centre. Public transport departs from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.85" OriginalAmount="185" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48384" Longitude="9.20317" StarRating="4" HotelCode="321370|55852" HotelName="GLAM Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 4/6, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/e7/4ce731cb6dc1cf7f0e3bcc23d5e0af87792dd712.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.85" OriginalAmount="185" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.433565" Longitude="9.189671" StarRating="4" HotelCode="79237|24168" HotelName="Atahotel Quark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lampedusa, 11/A, 20141 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/107278/a_107278_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a strategic location, just a few minutes from the famous Navigli of Milan. Guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.85" OriginalAmount="185.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480244" Longitude="9.213263" StarRating="4" HotelCode="80801|lhp_hotel_napoleon" HotelName="Hotel Napoleon Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ozanam 12, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/e8/a8e8e02ce4f9e5d622ed2ec1140439b6afa9ce09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a strategic location in the heart of Buenos Aires, the most famous shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="187.34" OriginalAmount="185.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.451176" Longitude="9.2077400000001" StarRating="3" HotelCode="117438|4056089|Bed &amp; Breakfast" HotelName="Di Porta Romana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lazzaro Papi 18, 20135 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/7c/4c7c47c2abc873cca551bf806f6bf996bfd03852.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.86" OriginalAmount="186.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47944" Longitude="9.19487" StarRating="4" HotelCode="19415|windsor_milano_hotel_" HotelName="Windsor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Galileo Galilei 2, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/c2/c5c286fcdd637bb47186d7f8e245df70ea50aaf1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located close to the main train station (about 600 m away). Repubblica metro stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="190.56" OriginalAmount="188.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.437584204443" Longitude="9.2314392328262" StarRating="4" HotelCode="18190|1487544|Bed &amp; Breakfast" HotelName="Business Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Pietro Gaggia 3, 20139 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/e9/05e95ff88737567bc6a920bde4b2ae4d4d9f4b18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies in the lively city of Milan just 500 m from the nearest links to the public...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="191.31" OriginalAmount="189.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479220880264" Longitude="9.1457507014275" StarRating="5" HotelCode="31174|5775|Bed &amp; Breakfast" HotelName="Meliá Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Masaccio 19, 20149 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/15/f1153d0d4866c544a9f26d2d95a869f1e835381f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxury hotel and convention centre lies close to the Fiera Campionaria in the northeast of Milan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.91" OriginalAmount="191" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.450149373663" Longitude="9.1697081923485" StarRating="4" HotelCode="102001|20525" HotelName="Art Navigli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Angelo Fumagalli 4, 20143 Mailand, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/72/1c729d6374268fe7e04ce4ba897bcd58f24c311d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular city hotel is centrally located. Restaurants are 20 metres away and it is 100 metres to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.92" OriginalAmount="192" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463525791888" Longitude="9.2068085906405" StarRating="4" HotelCode="476218|178468" HotelName="Bianca Maria Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Bianca Maria 4, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/602121/602121a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="194.93" OriginalAmount="193" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|393425-25575892/1932279108143858485/9773" HotelName="BIANCA MARIA PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12950000/12943900/12943824/f4f4d0c0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|877800-28586648/1932279108143858485/5031" HotelName="PHI MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/877800/2020103011126125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|185795-25371097/1932279108143858485/11343" HotelName="NU" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5180000/5173200/5173173/8fe78a13_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48277" Longitude="9.18637" StarRating="4" HotelCode="31404|55211" HotelName="Tocq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via A. di Tocqueville 7/D, 20154 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cb/e6/cbe6d334bc28897616a9e3fca3f326659d5a39e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the centre of the city of Milan only a few minutes walk from num...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="196.95" OriginalAmount="195" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5075-25190148/1932279108143858485/7759" HotelName="TOCQ HOTEL MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527430/6372b522_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="196.95" OriginalAmount="195" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|543731-25699115/1932279108143858485/11009" HotelName="AI SUMA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22230000/22221300/22221280/43b26078_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="196.97" OriginalAmount="195.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.502437" Longitude="9.221851" StarRating="4" HotelCode="20863|17714|Bed &amp; Breakfast" HotelName="Best Western Antares Hotel Concorde" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Monza 132, 20127 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/c3/89c30fa375cf3cf50b5b010ada6c242118ec2892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located just a short walk from Milan's most famous shopping streets. Countless sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="198.97" OriginalAmount="197" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18204-21008610/1932279108143858485/7225" HotelName="BRUNELLESCHI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/14300/14220/5660bcdd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.97" OriginalAmount="197.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.457330229638" Longitude="9.191058576107" StarRating="3" HotelCode="35437|hotel_canada" HotelName="Canada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Sofia 16, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/dc/ebdc1f27fc86eed1c7b1ef4d2af7dca3bf424326.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located in the old town just a few steps from links to the public trans...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.97" OriginalAmount="197.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.444162046236" Longitude="9.116071" StarRating="4" HotelCode="38498|idea_hotel_milano_lorenteggio" HotelName="iH Hotels Milano Lorenteggio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lorenteggio 278, 20152 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/0b/970bd9b3841e46e793b2671db66cbf144d30ac49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located close to Westring Street, near the Lorenteggio exit. The Pero/Rho exhi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="199.94" OriginalAmount="197.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.526576" Longitude="9.212825" StarRating="4" HotelCode="17919|1151639|Bed &amp; Breakfast" HotelName="Tourist" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fulvio Testi 300, 20126 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/7e/8b7e58e2fcf5fe51ef1073b504f06d56cd92cc25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the business district in the north of the city of Milan within a few paces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="199.98" OriginalAmount="198" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5074-25190147/1932279108143858485/10803" HotelName="C-HOTELS CONCORDE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/590000/583600/583511/7d9b663b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="199.98" OriginalAmount="198" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="29.9543519" Longitude="-90.067991" StarRating="4" HotelCode="0|18231-25203044/1932279108143858485/7855" HotelName="SANPI MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> 214 Royal Street,  NEW ORLEANS, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/20000/19948/03145a43_b.jpg</HotelPictures>
        <HotelDescription>Hotel Monteleone is a 4 star hotel this French Quarter hotel opened in 1886 and is within 4 blocks of Jackson Square, Canal St shops, Harrah's New Orleans Casino, Café du Monde, and the restaurants and jazz clubs of lively Bourbon St. The hotel has a restaurant and features the famous revolving Carousel Bar, a must-see on every literary visitor's list of attractions in the city. The heated rooftop pool affords spectacular views of the French Quarter. Other highlights include a day spa (surcharge), fitness center, and barbershop. A business center provides faxing, copying, printing, office supplies (surcharges apply), computers with high-speed Internet access, and 25 meeting rooms are available on site. Complimentary wireless Internet access is provided up to .5M, with upgrades available for premium internet access. Luggage storage is also available. Guestrooms at Hotel Monteleone, New Orleans provide views of the French Quarter or surrounding cityscape, high-speed Internet access, antique-reproduction furnishings, and marble-and-granite bathrooms. 24-hour airport shuttle service is available. Contact the property in advance to get details. Each guest must register with the hotel and receive a wristband.Please make sure you bring your confirmation letter with you to check in. A wristband is required for room access and additional wristbands or lost/stolen wristbands may be purchased at the Front Desk for $25.00 each. For more details, please contact the property using the information on the reservation confirmation received after booking.

Pets
Pets allowed for an extra charge of USD 25 per night, plus a one-time cleaning fee of USD 100 and a deposit of USD 100.00 per stay.
The following fees and deposits are charged by the property at time of service, check-in, or check-out.
Breakfast fee: between USD 25 and USD 35 per person (approximately)
Valet parking fee: USD 45.08 per night (in/out privileges)
hotel closed from now thru May 2 due to events going on.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.98" OriginalAmount="198" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464246" Longitude="9.196134" StarRating="4" HotelCode="76237|55217" HotelName="Galileo Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Europa, 9, 20122 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/88/e2886b8ee33cf7c7fa17bdb7fb890c67fe191f25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated just 300 metres from Milan’s city centre and a short stroll from the Duo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="200.99" OriginalAmount="199" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|48032-19604203/1932279108143858485/7168" HotelName="MENNINI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/48600/48573/ffe10f31_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="200.99" OriginalAmount="199" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.2633889" Longitude="-110.985743" StarRating="3" HotelCode="0|248374-28510696/1932279108143858485/455" HotelName="SETTIMOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>101 Wasatch Road, Evanston, WY, 82930, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6580000/6571800/6571782/9405735f_b.jpg</HotelPictures>
        <HotelDescription>Looking for a hotel that offers quality accommodations with superb guest service?  Look no further. That’s what the Hampton Inn Evanston, Wyoming is all about.  We are hospitable.   The Hampton Inn Evanston, WY is located off Interstate 80 and we are close to all the local businesses that might bring you to town, along with many tourist destinations including the Uinta Mountain Range of Western Wyoming. The Hampton Inn Evanston, WY is located at the crossroads of the west and provides an excellent jumping point to Yellowstone National Park, Flaming Gorge National Recreation Area or Historical Park City, Utah.  Accommodations at the Hampton Inn Evanston, Wyoming includes free high-speed internet access, Cloud 9-The Hampton Experience-bedding, On the House hot breakfast with a wide variety of fresh, plentiful and savory items to choose from. Our promise to you is that you'll be 100% satisfied because we are 100% Hampton. We love having you here.&lt;br /&gt;CheckIn Time: 15:00&lt;br /&gt;CheckOut Time: 11:00&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.99" OriginalAmount="199.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.467668" Longitude="9.226797" StarRating="3" HotelCode="117671|hotel_susa" HotelName="Susa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Elevator,Garden,Internet,Limousine Service,Lounge,Pets allowed,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Viale Argonne 14, 20133 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/e3/9de37f2f6d6a5c22b6bbc4ee679d5279a2ccd882.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Susa in Milan (Citta Studi), you'll be conven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="202.00" OriginalAmount="200" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|871526-28460071/1932279108143858485/2552" HotelName="LIVING SUITES BY BRERA APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41070000/41063600/41063597/2574d770_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.01" OriginalAmount="201" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.647886532502" Longitude="8.7234659828033" StarRating="3" HotelCode="933712|86477" HotelName="MOXY Milan Malpensa Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Flughafen Milan, Malpensa, Terminal 2, 21010 Milan, Varese</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/8c/698c7d1c9d266be1eb4255faca6a8ff9fe0f024d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="203.01" OriginalAmount="201.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.475986960214" Longitude="9.1663031280041" StarRating="3" HotelCode="57789|hotel_lancaster_3" HotelName="Lancaster" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Abbondio Sangiorgio 16, 20145 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/e4/79e460a3d2196cfeba57cb8740c900786e1c8cf0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a beautiful, calm, and elegant zone of Sempione, a residential district in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="204.02" OriginalAmount="202.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46409379" Longitude="9.20332475" StarRating="0" HotelCode="572598|babila_hostel" HotelName="Babila Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Conservatorio 2a, 20122 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/d2/afd24967588a4f5d4b04360e00e80b495dc98ba9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157386-25329152/1932279108143858485/8454" HotelName="IH LORENTEGGIO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1100/1031/26aa63e9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1173426-26486882/1932279108143858485/11187" HotelName="BABILA HOSTEL AND BISTROT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18710000/18708400/18708365/b6c095f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1354916-26648366/1932279108143858485/11490" HotelName="21 HOUSE OF STORIES NAVIGLI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89250000/89244100/89244011/87b1f240_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46611023803" Longitude="9.1932575310385" StarRating="4" HotelCode="428761|183062" HotelName="Duomo-apartments by Nomad Aparthotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via San Paolo 13, 20121 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/9a/7c9afadad058fe766db6efbadf237ba6a2d5aeea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the fashion district in Milan, Duomo Apartments offers a comfortable stay for guests visi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="208.06" OriginalAmount="206" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|234177-25442720/1932279108143858485/11890" HotelName="PORTA ROMANA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2420000/2418900/2418868/16bafa9a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="208.79" OriginalAmount="206.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.475698" Longitude="9.205928" StarRating="4" HotelCode="49103|113624|Bed &amp; Breakfast" HotelName="Worldhotel Cristoforo Colombo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Buenos Aires 3, 20124 Milano, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f7/6ef7e289499da6bee286f4fe84f0ba786b4f4bdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the beginning of Corso Buenos Aires, in front of Porta Venezia subway stati...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="209.07" OriginalAmount="207" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1192421-26518388/1932279108143858485/11902" HotelName="OSTELLO BELLO GRANDE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16010000/16004600/16004597/b5a0967c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="209.07" OriginalAmount="207" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5097-25190156/1932279108143858485/8080" HotelName="UNAHOTELS MEDITERRANEO MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/54200/54131/63d07254_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210.08" OriginalAmount="208" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.474226" Longitude="9.207774" StarRating="3" HotelCode="387446|20531" HotelName="Eurohotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sirtori 24, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c9/83/c983c413c5a2f5d54c579854c7af96aa784b9bd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.09" OriginalAmount="209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.486351963081" Longitude="9.2001727223396" StarRating="4" HotelCode="29802|hilton_milan" HotelName="Hilton Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Galvani 12, Milan 20124, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/cc/94cc2983566d228477763eab9d6fd8c8ad89a611.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel lies in the business district of Milan. Milan's main train station is about 3...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.09" OriginalAmount="209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464470445301" Longitude="9.1952928730163" StarRating="4" HotelCode="32810|hotel_ambasciatori_6" HotelName="iH Exclusive Milano Ambasciatori" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Galleria del Corso 3, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/c9/38c901c96555f9a3c08ac286004dc02ac27c15e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan, approximately 3 km from links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="211.35" OriginalAmount="209.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484867" Longitude="9.207346" StarRating="4" HotelCode="17918|2328186|Bed &amp; Breakfast" HotelName="E.c.ho." Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Andrea Doria 4, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/21/64211e39f4b2650a5f9a5aead2ea856cfc97e0e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of the north Italian city, directly opposite the central train ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="213.11" OriginalAmount="211" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5844324" Longitude="116.1152883" StarRating="4" HotelCode="0|435497-25609634/1932279108143858485/8828" HotelName="DUOMO APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Jl Pejanggik No 8 cakranegara mataram ntb ,Lombok,  83231</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13190000/13188100/13188061/103de2cf_b.jpg</HotelPictures>
        <HotelDescription>Lombok Plaza Hotel is a popular choice amongst travelers in Lombok, whether exploring or just passing through. The property features a wide range of facilities to make your stay a pleasant experience. All the necessary facilities, including free Wi-Fi in all rooms, 24-hour security, convenience store, daily housekeeping, fax machine, are at hand. Guestrooms are fitted with all the amenities you need for a good night`s sleep. In some of the rooms, guests can find television LCD/plasma screen, internet access – wireless (complimentary), non smoking rooms, air conditioning, wake-up service. The hotel`s peaceful atmosphere extends to its recreational facilities which include outdoor pool, massage, pool (kids), billiards, table tennis. Lombok Plaza Hotel is an excellent choice from which to explore Lombok or to simply relax and rejuvenate. &lt;br /&gt;Guests over 3 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.11" OriginalAmount="211.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.453945" Longitude="9.170832" StarRating="3" HotelCode="95045|minerva" HotelName="Minerva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Cristoforo Colombo 15, 20144 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/c4/6cc4e2cdaebc331807fb6c21cbd92be8a1aa7f91.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="214.12" OriginalAmount="212" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478562638829" Longitude="9.2041879892349" StarRating="4" HotelCode="30258|25142" HotelName="Best Western Plus Hotel Felice Casati" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Felice Casati 18, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/26/f226e62553aab2c64a151e4d8b2166836d2b97da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Milan, next to the famous Corso Buenos Aires, in the middle of the most impo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="214.24" OriginalAmount="212.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.476929226508" Longitude="9.1966751217842" StarRating="4" HotelCode="258940|5752|Bed &amp; Breakfast" HotelName="NH Milano Touring" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Ugo Tarchetti 2, 20121 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/bf/dabf1aac8408838d8cb7e02c424d1cdaf62f32a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a privileged location, a few metres from the Central Railway Station and very close to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="215.13" OriginalAmount="213" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|651619-28502983/1932279108143858485/3087" HotelName="HOTEL SUSA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/651619/20211215142615370.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="216.14" OriginalAmount="214" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157974-25329498/1932279108143858485/7522" HotelName="UPTOWN PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4260000/4251500/4251429/c59e4718_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216.14" OriginalAmount="214" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.457493" Longitude="9.191876" StarRating="4" HotelCode="904122|25514" HotelName="Uptown Palace Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Sofia n. 10, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/98/5a9895f6ae21dfe75033ed6fb7cda6e8bacef945.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="217.15" OriginalAmount="215" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1347790-28478173/1932279108143858485/3138" HotelName="NUMA I ADORE ROOMS AND APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1347790/202210614245483.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="218.16" OriginalAmount="216.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482138" Longitude="9.198663" StarRating="4" HotelCode="14436|hotel_marconi_4" HotelName="Marconi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabio Filzi 3, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b9/79/b9799b8f558ffe7bd7dc10546871cac97d102097.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just 1 km from the centre of Milan, this hotel is appreciated by business customers for its ideal lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="219.17" OriginalAmount="217" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|591272-28458692/1932279108143858485/2454" HotelName="AIELLO ROOMS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19440000/19439200/19439142/54808e2d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="220.18" OriginalAmount="218" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.533700" Longitude="-82.604500" StarRating="3" HotelCode="0|95332-25262262/1932279108143858485/11041" HotelName="BEST WESTERN ASTORIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>12 Rocky Ridge Road, Asheville, 28806, NC, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/20000/20000/23017eac_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 108. Suites: 21. Single-bedded accommodations: 0. Double bedrooms: 0. Smoking rooms: 0. Nonsmoking rooms: 108. Physically challenged rooms: 7. Floors: 5. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-800-465-4329 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- Welcome to the Holiday Inn Express &amp;amp; Suites SW Asheville Outlets. Just across from the Asheville Outlets Mall, the hotel is conveniently located off Exit 33 from I-26 and one mile from I-40 interstate. Being minutes from Downtown Asheville allows our guests to explore our citys unique shops, restaurants, and breweries.After having a great night's sleep in our newly renovated hotel, spend the day exploring the historic Biltmore Estate, or take in the magnificent views on the Blue Ridge parkway. If your interest lies in nature, we can direct you to the nearby North Carolina Arboretum, with its beautiful gardens and many hiking trails. If you are in for an adventure, book a white-water rafting trip, hike at the renowned Chimney Rock Park, or take a ride on the Great Smoky Mountain Railway. All just a short drive from Asheville.Unfortunately, we are unable to accommodate commercial-sized Trucks, Trailers, RVs, or buses not with a tour group due to the egresses of our parking lot.. Onsite facilities information- Parking. Security information- No weapons allowed on propertyProperty was built in 1998. Hotel Currency: USD. Additional Addresses: Other: 12 Rocky Ridge Road, Asheville, 28806, NC, US. Additional Phone Numbers: Fax - Other: 18286656814. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="220.18" OriginalAmount="218" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1207469-28535972/1932279108143858485/2777" HotelName="HOTEL ZARA MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8650000/8649900/8649835/be5f043d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.19" OriginalAmount="219.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4756" Longitude="9.1915" StarRating="3" HotelCode="18895|hotel_venini" HotelName="Venini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giulio e Corrado Venini 72, 20127 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/99/95997615ec9ae159d0065753a5e9304fc0da52de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="222.20" OriginalAmount="220" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|628102-25798955/1932279108143858485/8220" HotelName="INNSIDE MILANO TORRE GALFA BY MELIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/41000000/40850000/40847900/40847894/3270e0d9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="223.21" OriginalAmount="221" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|874978-28460153/1932279108143858485/2151" HotelName="HEMI SUITES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/874978/20201014144415784.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="225.23" OriginalAmount="223.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.469338775846" Longitude="9.214178537365" StarRating="4" HotelCode="160630|town_house_33" HotelName="Townhouse 33 Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Garden,Laundry,Meeting Room,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Goldoni 33, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/8b/378b098b413196768f2e61abf9f84ffac1195322.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Close to Porta Venezia, a borough full of good restaurants and bars, the hotel is located in a quiet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.24" OriginalAmount="224" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.489307938453" Longitude="9.2028361558914" StarRating="3" HotelCode="35288|55848" HotelName="Club" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 23/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Copernico 18, 20125 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/a2/40a224228ec7f0d5a3a774ae6893ab874b53a35a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally situated within a short distance of the airport and the main trai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.24" OriginalAmount="224" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48962" Longitude="9.200761" StarRating="4" HotelCode="97922|20529" HotelName="Crowne Plaza Milan City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Melchiorre Gioia, 73, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bd/56/bd560f10c753df859460783c525de87db2be4e69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located close to the Central Railway Station. Sondrio subway station is s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="227.14" OriginalAmount="224.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482512" Longitude="9.224143" StarRating="3" HotelCode="268052|375342|Bed &amp; Breakfast" HotelName="Oasi Village Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Lombardia 20, 20131 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/60/c160b99df726c84d536cfcfc87f3f631545eab4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="227.25" OriginalAmount="225" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|143093-28586058/1932279108143858485/3975" HotelName="TOWN HOUSE 33" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3230000/3229600/3229573/090315f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="227.25" OriginalAmount="225" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157967-25329494/1932279108143858485/8075" HotelName="H2C MILANOFIORI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3060000/3050200/3050153/92a0ab35_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.25" OriginalAmount="225" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478481768636" Longitude="9.1031277179718" StarRating="4" HotelCode="31169|424931" HotelName="Sheraton Milan San Siro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Caldera 21, 20153 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/98/899868b5dc78aec84fafdd0f8af2e81e65373fd3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies on the outskirts of the centre of Milan. Public transport connections may be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="228.26" OriginalAmount="226" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12773-25202365/1932279108143858485/7553" HotelName="STARHOTELS ECHO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/3900/3825/30358cae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="228.26" OriginalAmount="226" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|25296-25212461/1932279108143858485/8140" HotelName="WORLDHOTEL CASATI 18" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/111100/111042/f40d0b08_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231.29" OriginalAmount="229" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477265" Longitude="9.20541" StarRating="4" HotelCode="95060|49780" HotelName="Best Western Hotel St. George" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Tunisia 9, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/e6/e6b342baa0d45ac8/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This functional city hotel is located just 2 km from Milan’s city centre and only metres away from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="233.31" OriginalAmount="231" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|185743-28562601/1932279108143858485/3536" HotelName="NUMA MILAN CAMPERIO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3610000/3605900/3605837/005c4224_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="233.31" OriginalAmount="231" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|149619-19604120/1932279108143858485/7288" HotelName="BEST WESTERN PLUS MONZA E BRIANZA PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2710000/2703400/2703304/98a731fe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.32" OriginalAmount="232" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.457802" Longitude="9.214636" StarRating="3" HotelCode="95053|28312" HotelName="Perugino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Perugino 12, 20135 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/7a/617acfe3b3bd2f1d088b1c7ccb39e942603d4a45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in a quiet area, this hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.34" OriginalAmount="234" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.461108913711" Longitude="9.154132604599" StarRating="4" HotelCode="31172|17366" HotelName="Marriott Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Washington 66, 20146 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/22/77223da6e65717a0ab526c705107125de89840ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a residential area at the heart of Milan only a few minutes walk from the e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="237.35" OriginalAmount="235" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|25295-25212460/1932279108143858485/7623" HotelName="HOTEL CRISTOFORO COLOMBO - PREFERRED HOTELS AND RESORTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/890300/890242/405ede60_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="237.35" OriginalAmount="235" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1258657-28476857/1932279108143858485/2274" HotelName="AIELLO HOTELS - CENTRALE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/70000000/69370000/69367200/69367127/2e4e5532_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="241.27" OriginalAmount="238.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.516138" Longitude="9.226954" StarRating="4" HotelCode="263950|416560|Bed &amp; Breakfast" HotelName="Hilton Garden Inn Milan North" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 23/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lucio Giunio Columella 36, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/8d/e48db57e55d6af8aa0aa27e8255e0d2d1487f5f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="241.39" OriginalAmount="239" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470509" Longitude="9.222627" StarRating="3" HotelCode="82819|57334" HotelName="VIVA Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Giacinto Gallina 12, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/65/366577a936a6810da25373df02ca9bec93a2adda.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 7 km from the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="243.41" OriginalAmount="241" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1277730-28475446/1932279108143858485/5333" HotelName="DUOMO HOTEL AND APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1277730/20211125104527730.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="244.42" OriginalAmount="242" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.9203419" Longitude="-13.6513332" StarRating="4" HotelCode="0|53389-25231843/1932279108143858485/10871" HotelName="AXYHOTELS INNSTYLE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3 Calle Pedro Barba, PTO.CARMEN, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63400/63400/491d85a9_b.jpg</HotelPictures>
        <HotelDescription>A stone¿s throw from the best in leisure and entertainment in PUERTO DEL CARMEN, the LABRANDA PLAYA CLUB are the perfect place to enjoy some free time. Of particular note are the panoramic views of the garden and of the swimming pool. The establishment has apartments of 2 bedrooms. We have Cot for children. We also have Outdoor Summer Terrace and Billiards.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="245.43" OriginalAmount="243" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1464892-32918360/1932279108143858485/11719" HotelName="AIELLO HOTELS - ISOLA DESIGN DISTRICT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/110000000/109970000/109967300/109967255/174a628f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245.43" OriginalAmount="243" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.472686" Longitude="9.194347" StarRating="4" HotelCode="47283|31817" HotelName="Cavour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fatebenefratelli, 21, Milano 20121</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/e3/55e33525a115b1214b0404e1bc67d65c8a8e222e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Milan's historic centre, a few steps from the Teatro alla Scala theatre and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="246.44" OriginalAmount="244.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48103012633" Longitude="9.1900554299355" StarRating="4" HotelCode="171034|186653|Bed &amp; Breakfast" HotelName="NH Milano Palazzo Moscova" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Monte Grappa 12, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/43/9a43ff36feaf35efdd1cdcf9ce340370042d2838.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="247.36" OriginalAmount="244.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.497715260692" Longitude="9.1743551194668" StarRating="4" HotelCode="59806|5769|Bed &amp; Breakfast" HotelName="Best Western Hotel Blaise &amp; Francis Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Enrico Annibale Butti 9, 20158 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/77437/a_77437_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north of the city centre, only about 10 minutes walk from the conventio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="248.46" OriginalAmount="246" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|209831-19503526/1932279108143858485/7265" HotelName="HOTEL &amp;amp; RESIDENCE QUARK DUE MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/3000000/2950000/2947800/2947739/w3000h2000x0y0-6c5aceb1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="249.47" OriginalAmount="247" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48687528" Longitude="9.20185869" StarRating="4" HotelCode="495492|238268" HotelName="NYX Milan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Piazza IV Novembre 3, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/9f/f39f5a008e55d0f15cfd48a8ddd5653e501d0df9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.47" OriginalAmount="247.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.459487" Longitude="9.176949" StarRating="5" HotelCode="81168|hotel_pierre_milano" HotelName="Pierre Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via De Amicis 32, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/b5/3bb51106fb437e57f1e8fbd2ef6c8998166bc23b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="250.48" OriginalAmount="248" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1310754-26625132/1932279108143858485/11979" HotelName="NH COLLECTION CITY LIFE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/73000000/72280000/72271400/72271394/4aff2ceb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="251.49" OriginalAmount="249" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481322" Longitude="9.191761" StarRating="4" HotelCode="365236|6336" HotelName="Hotel NH Collection Milano Porta Nuova" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Melchiorre Gioia 6, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/ca/62ca8187ef154e078ebebe2396311a9717c37a77.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in the heart of the trade and business district, and is in the immedi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="254.52" OriginalAmount="252" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="52.261287" Longitude="10.522368" StarRating="2" HotelCode="0|444809-28456517/1932279108143858485/4118" HotelName="CHARLY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Friedrich-Wilhelm-Strasse 26-29, Braunschweig, 38100, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2521100/2521009/bcbfb880_b.jpg</HotelPictures>
        <HotelDescription>Floors: 5. Total rooms: 70. Physically challenged rooms: 1. Nonsmoking rooms: 49. Suites: 3. The Best Western City-Hotel Braunschweig is located directly in the center of Braunschweig, former capital of the 'Welfen' empire and residence of 'Heinrich der Loewe'. You will find a wealth of famous touristic attractions, just a few steps away from our entrance. In the lap of luxury you dwell in rooms that provide ease and comfort combined with modern ambience. Exclusive living and first-class service will make your stay an extraordinary experience from check-in until you leave for new destinations. All rooms, the lobby bar, and the breakfast buffet dining hall feature free wireless Internet access. All guests enjoy free access to our fitness center and the hotel sauna. Both, as an ideal place for meetings or conferences in the high-tech Metropole Braunschweig, or as a starting point for sightseeing excursions or extended shopping tours, our house provides a homelike atmosphere that meets the most exclusive expectations. We are looking forward to welcoming you as our guest.. ?From: East/West/North. Stay on Autobahn A2 en route to Hannover until you hit the crossing Braunschweig-Nord, then go on A391 towards Kassel/Salzgitter, and leave the Autobahn at exit Gartenstadt/Messegelande. At the first lights go straight, and turn right at the fourth lights (you will see the Nord/LB building in front of you, follow the Best Western City-Hotel Braunschweig signs). Turn left immediately (it is almost a u-turn around the Nord/LB building). Turn right at the second light into the pedestrian zone. ATTENTION: the passage through the pedestrian zone is free for hotel guests. The police is aware of this option and will let you pass! After approximately 250 meters you will find the main entrance to the Best Western City-Hotel Braunschweig on your right hand side.

?From: South. Stay on Autobahn A7 until the crossing Salzgitter en route to Braunschweig/Berlin. Switch to A391 towards Kassel/Salzgitter. Leave the Autobahn at the exit Gartenstadt/Messegelande and turn right at the first light. Follow the above directions (from East etc.) to proceed to the Best Western City-Hotel Braunschweig.Restaurants:  Bar, on premises, bar/lounge, international, open for: lunch, dinner, open daily from 9:00 a.m. till 2:00 a.m., 15 seats.Area Info: 30 kilometer(s) from Peine, 20 kilometer(s) from Salzgitter, 46 kilometer(s) from Helmstedt, 13 kilometer(s) from Wolfenb?ttel, 200 kilometer(s) from Hamburg, 69 kilometer(s) from Hannover, 0.15 kilometer(s) from Telekom, 1.10 kilometer(s) from ABB, 3.00 kilometer(s) from Siemens, 3.20 kilometer(s) from Daimler, 5.60 kilometer(s) from BASF, 69.00 kilometer(s) from ZDF/ARD, 360 kilometer(s) from Procter &amp;amp; Gamble, 1.10 kilometer(s) from Casino 24, 3.70 kilometer(s) from Eintracht Stadium, 36.00 kilometer(s) from Wolfsburg, 135 kilometer(s) from Theme Park, Steam room , 1.00 kilometer(s) from Therm, buergerbadepark, 1.00 kilometer(s) from Park, 4.90 kilometer(s) from Lake Oelper&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="254.52" OriginalAmount="252" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|149101-28434006/1932279108143858485/1642" HotelName="BRIANZA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2410000/2406400/2406348/dc996407_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="257.55" OriginalAmount="255" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|387161-26644183/1932279108143858485/9681" HotelName="SANTA MARTA SUITES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/88000000/87480000/87478100/87478064/6e5a33b2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="257.55" OriginalAmount="255" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1412744-28547359/1932279108143858485/3637" HotelName="NUMA MILAN SEMPIONE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107510000/107502000/107501986/6e1b78ae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.56" OriginalAmount="256" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.460512543759" Longitude="9.1812765598297" StarRating="3" HotelCode="400740|25484" HotelName="Ariston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Carrobbio 2, 20123 Milano, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dc/df/dcdfd0175bc1f04a7da16693554c94a1c2a98b5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the very heart of Milan, in Largo Carrobbio. It is a 5-minute walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="259.57" OriginalAmount="257" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="12.946565" Longitude="100.885381" StarRating="4" HotelCode="0|185805-25371109/1932279108143858485/11148" HotelName="PETIT PALAIS DE CHARME" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>436/541 MOO 9,SOUTH EASTERN ASIA,PATTAYA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1780000/1778100/1778085/44831d38_b.jpg</HotelPictures>
        <HotelDescription>All rooms of the  Markland Hotel  come with classical furnishings with an Asian twist.The hotel was built in a way that al l rooms have a sea view as to take advantage of the high-rise building in every way. The rooms also have thick wall to wall carpets and all standard amenities such as air conditioning, TV and a Mini Bar.Air ConditionedTelevisionMini BarLounge Chairs&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="259.57" OriginalAmount="257" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5065-25190142/1932279108143858485/8378" HotelName="IH MILANO AMBASCIATORI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460445/65aeb119_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="259.57" OriginalAmount="257" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.456009" Longitude="9.187137" StarRating="4" HotelCode="117417|55662" HotelName="Petit Palais Hotel de Charme" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Molino delle Armi 1, Angolo Corso Italia, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/17/bf17ffe5b07544cc6f6597a327e3b6f26c2300d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Milan, this hotel has the perfect ambience for those who appreciate charm and character.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="260.58" OriginalAmount="258" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|872214-28460051/1932279108143858485/2336" HotelName="LOCANDA PANDENUS BRERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/872214/202093095529242.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="260.58" OriginalAmount="258" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477251798802" Longitude="9.2016473263893" StarRating="3" HotelCode="116737|25487" HotelName="Hotel Brianza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 24/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Panfilo Castaldi 16, 20124 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/58/1158959ee18942524b7e1f01dbfffa8d225cab47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="260.58" OriginalAmount="258" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.474720838754" Longitude="9.2060164179844" StarRating="4" HotelCode="401861|39681" HotelName="Mercure Milano Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Oberdan 12, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/4b/4b4fc8b2ae204307/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in close proximity to the cathedral, the Teatro alla Scala and the great fashio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="261.59" OriginalAmount="259" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.43646" Longitude="9.189521" StarRating="4" HotelCode="76669|56844" HotelName="Quark Due Hotel &amp; Residence Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Golf,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lampedusa 11/3, 20141 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/2e/e42ea3d2e9c4867dfffae58b296662f58eb70d8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a tranquil area, but strategically connected to the centre of Milan, the hotel is located...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="262.60" OriginalAmount="260.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463661" Longitude="9.185336" StarRating="3" HotelCode="117043|hotel_gran_duca_di_york" HotelName="Gran Duca Di York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Moneta 1, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/1a/e21ac03e6bcaa156f23cfc1a81f4b1126672e440.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="264.62" OriginalAmount="262" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.460819195342" Longitude="9.1886043548584" StarRating="4" HotelCode="336457|7386" HotelName="Dei Cavalieri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Missori 1, 20123 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5b/2b/5b2b04924e033717b697eacb2e1305599690734d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated in the centre of Milan, close to countless shops, exquisite boutiques,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="266.22" OriginalAmount="263.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483909" Longitude="9.236444" StarRating="3" HotelCode="58216|56276|Bed &amp; Breakfast" HotelName="Gamma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Valvassori Peroni, 85, 20133 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/e9/2fe9ae4fcee61102368a157487610cf4a9ae2ed0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of the University quarter of the city (Città Studi). Around the corner,...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.65" OriginalAmount="265" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46729286" Longitude="9.18701574" StarRating="4" HotelCode="507488|178845" HotelName="Hotel Clerici" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Clerici 11, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/cc/f0cc20047dde827d90120c35396ac02729e363f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="268.66" OriginalAmount="266" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|543005-25698707/1932279108143858485/9284" HotelName="CLERICI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14870000/14866500/14866472/6a97ea2b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="268.66" OriginalAmount="266" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.458008" Longitude="9.191297" StarRating="4" HotelCode="10364|2385" HotelName="Hotel Ascot" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lentasio 3, 20122 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/186029/186029a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="268.66" OriginalAmount="266.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.452565" Longitude="9.167148" StarRating="5" HotelCode="263948|magna_pars_suites_milano" HotelName="Magna Pars Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Forcella 6/8, 20144 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/c3/2ec3ceb62fb770dcca5753faf7cf6a38e2301605.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="270.68" OriginalAmount="268" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|233971-25442498/1932279108143858485/7644" HotelName="MAGNA PARS L'HOTEL A PARFUM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5480000/5478600/5478506/f673d841_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="271.34" OriginalAmount="268.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.448267693345" Longitude="9.2574272907593" StarRating="4" HotelCode="395912|87477|Bed &amp; Breakfast" HotelName="Novotel Milano Linate Aeroporto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Mecenate 121, 20138 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/9e/fd9e260c081807784dd3e2ebeebd5a1a3ee3fa10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This easily accessible hotel is close to Linate Airport and conveniently situated near to exit 4 (Me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="271.69" OriginalAmount="269" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1319620-26630030/1932279108143858485/11995" HotelName="NH MILANO CORSO BUENOS AIRES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/72000000/71810000/71802300/71802223/w3840h2550x0y3-92107034_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="273.71" OriginalAmount="271" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|651621-28502984/1932279108143858485/4686" HotelName="KEB HOTEL VITRUVIO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15260000/15258000/15257961/627332e8_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="273.71" OriginalAmount="271" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.462321387744" Longitude="9.1814763844013" StarRating="4" HotelCode="14722|55842" HotelName="Mentana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Morigi 2, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/37/4c370a6e53a8a5112f0e224cde3571be4000e0af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="274.72" OriginalAmount="272" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.511502301365" Longitude="9.1240265178604" StarRating="4" HotelCode="907002|39409" HotelName="Barceló Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giorgio Stephenson 55, 20157 Milán</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/04/41049cd4a8a900b66ad7c3283c4111fada231d4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="281.20" OriginalAmount="278.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.466798" Longitude="9.1830199999999" StarRating="4" HotelCode="145449|A2F474" HotelName="Camperio House Suites &amp; Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Camperio 9, 20123 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/ab/01ab92819d550a46579c8ae60728f55c4994caa1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="284.82" OriginalAmount="282" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470900142825" Longitude="9.1841357946396" StarRating="5" HotelCode="192152|57257" HotelName="Style Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Erbe, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/191213/191213a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="286.84" OriginalAmount="284" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|152990-28497893/1932279108143858485/2756" HotelName="LHP NAPOLEON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1370000/1364300/1364270/76c5c3dd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="286.84" OriginalAmount="284" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.45526336" Longitude="9.16756946" StarRating="4" HotelCode="584213|238299" HotelName="Savona 18 Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Savona 18, 20144 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/7a/6d7ac31487b7d4881953288693d4fc105adcd280.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="294.92" OriginalAmount="292" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|104888-25281353/1932279108143858485/11025" HotelName="NH FIERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2580000/2571800/2571703/a463571b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="295.75" OriginalAmount="292.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479413" Longitude="9.209745" StarRating="4" HotelCode="16242|821907" HotelName="iH Hotels Milano Puccini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Buenos Aires 33, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/f9/d9f94b964f869480beac9e8dc45d64bc5081ace9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This discerning luxury hotel is centrally located directly on the shopping street Corso Buenos Aires...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="295.93" OriginalAmount="293" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1330878-32737536/1932279108143858485/10070" HotelName="COMBO MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37890000/37886000/37885905/224746ef_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="296.94" OriginalAmount="294.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.460942" Longitude="9.189131" StarRating="4" HotelCode="302460|the_square_milano_duomo" HotelName="The Square Milano Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Alberico Albricci 2-4, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/83/12834d0595ef37ce49d039d006f71a9ea53ce6d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="299.97" OriginalAmount="297" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483089820825" Longitude="9.2051289999999" StarRating="3" HotelCode="88885|180008" HotelName="Keb Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitruvio 43, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/05/056275/056275a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="306.03" OriginalAmount="303" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|165648-25341105/1932279108143858485/9371" HotelName="DIECI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1790000/1781300/1781268/bafd79ce_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="306.03" OriginalAmount="303" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.467343" Longitude="9.185066" StarRating="4" HotelCode="76553|55382" HotelName="Antica locanda dei Mercanti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Tomaso 6, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/c5/5fc5fe86a569797c6488547c0a9b1119a923b263.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="307.04" OriginalAmount="304" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1225246-26572063/1932279108143858485/11924" HotelName="OSTELLO BELLO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12540000/12539500/12539421/e99c31f2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="309.06" OriginalAmount="306" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5078-25190149/1932279108143858485/8121" HotelName="HOTEL DEI CAVALIERI MILANO DUOMO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/12900/12833/cca93691_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="311.08" OriginalAmount="308" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|89490-32597378/1932279108143858485/1982" HotelName="GALILEO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/870000/861900/861820/551711a5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="313.10" OriginalAmount="310" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1347897-28590531/1932279108143858485/609" HotelName="MENTANA, BY R COLLECTION HOTELS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1347897/202210121106105.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="329.49" OriginalAmount="326.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.466026" Longitude="9.192203" StarRating="4" HotelCode="11617|CAF470800|Bed &amp; Breakfast" HotelName="Sina de la Ville" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Hoepli 6, 20121 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/fa/c4fac39154c7c7bfb6500812dd1981aff7d5f023.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="331.87" OriginalAmount="328.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484177481537" Longitude="9.1987185490738" StarRating="4" HotelCode="933456|386601|Bed &amp; Breakfast" HotelName="Hyatt Centric Milan Centrale" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Battista Pirelli 20, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/81/cc81ad3305b99d248c4a503272ef7442c4a8bbb6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="332.29" OriginalAmount="329.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46935063" Longitude="9.21401319" StarRating="4" HotelCode="850158|magville" HotelName="Magville" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Goldoni 31, 20129 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/e4/3de40cd5c7e91c6bdd2aada8b92026e55e9fa855.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="334.31" OriginalAmount="331" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|676545-21313659/1932279108143858485/263" HotelName="THE CORNER DUOMO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41960000/41955800/41955718/27b606fc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="335.32" OriginalAmount="332.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.467172" Longitude="9.184347" StarRating="4" HotelCode="186134|palazzo_segreti" HotelName="Palazzo Segreti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via San Tomaso 8, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/17/96179e5cea3fa83b8a012bfafbc48ad1a44f1d11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="337.34" OriginalAmount="334" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5142279" Longitude="-0.1749653" StarRating="4" HotelCode="0|5069-25190145/1932279108143858485/7900" HotelName="URBAN HIVE MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1A Spring Street, LONDON, UK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/13100/13018/a0f98b58_b.jpg</HotelPictures>
        <HotelDescription>This hotel, located in the London district of Paddington, lies only a few paces from the terminus of the Heathrow Express. In addition, Lancaster Gate underground station is situated nearby, as is Hyde Park and Kensington Gardens. Plenty of shops and entertainment venues can also be found in the area.

Constructed in 1910, this city hotel comprises a total of 43 rooms set over 5 floors. Facilities on offer include a lobby with 24-hour reception and lifts. The hotel also features a breakfast room, Internet access and, for an additional fee, a laundry service and parking.

The rooms include an en suite bathroom and a hairdryer, a direct dial telephone, Internet access, a TV and a tea/coffee maker. The heating is centrally regulated.

Breakfast may also be selected from a buffet each morning.

By Car: from London Heathrow - depart. At the roundabout, take the first exit onto Bolton's Lane. Turn left onto Bath Road. At the roundabout, take the first exit onto The Parkway. At the roundabout, take the fourth exit onto Slip Road (M4 J3). Continue onto the M4. Continue onto Great West Road. At the roundabout, take the second exit onto Great West Road. Continue onto the A4. Bear left onto Brompton Road. Bear right onto Knightsbridge. Continue onto the A4. At the roundabout, take the first exit onto Park Lane. At the roundabout, take the second exit onto Cumberland Gate. Bear left onto Bayswater Road. Turn right onto Lancaster Terrace. Continue onto Sussex Gardens. Turn left onto Spring Street. Arrive at the hotel.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="345.63" OriginalAmount="342.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463892154526" Longitude="9.1940212365367" StarRating="4" HotelCode="17917|1368917|Bed &amp; Breakfast" HotelName="Rosa Grand Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Fontana 3, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/29/fc29decb21442da72b025e1dedf4ff5964ac98d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated at the heart of Milan directly opposite the city's impressive Got...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="347.44" OriginalAmount="344" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.468543255004" Longitude="9.1831782460213" StarRating="4" HotelCode="16410|54170" HotelName="UNAHOTELS Cusani Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cusani 13, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/83/5283c5a20bb91b453af09c9e75c691dc5db390c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="347.44" OriginalAmount="344.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.476175978967" Longitude="9.1840499639511" StarRating="3" HotelCode="16762|hotel_ritter_2" HotelName="Ritter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Garibaldi, 68, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/df/85df9925b2d64f5e930d754d455b57d4a8d33c87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies is centrally located in the historical/ artistic district of the hotel, approximatel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="350.47" OriginalAmount="347" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.453429" Longitude="9.17924" StarRating="4" HotelCode="192160|181667" HotelName="The Yard Suite &amp; Dependance" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza XXIV Maggio 8, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/be/93bea3ad26d1f68693097712c829bbb8bd29a9ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="356.53" OriginalAmount="353" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|453287-20683224/1932279108143858485/297" HotelName="VIU MILAN A MEMBER OF DESIGNS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17370000/17365900/17365843/806fd113_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="358.55" OriginalAmount="355" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483208480708" Longitude="9.1775810210885" StarRating="4" HotelCode="527391|227300" HotelName="Hotel Viu Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Aristotile Fioravanti 6, 20154 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/a8/5aa83414e1d4f50e09b567485a2532eb67612c78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="360.57" OriginalAmount="357.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.471403141108" Longitude="9.19652988461" StarRating="4" HotelCode="317217|senato_hotel_milano" HotelName="Senato Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Senato 22, 20121 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/7d/ab7dd6eaeddee9f652e3800ec9d255048131a89e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="363.60" OriginalAmount="360" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|26284-25212580/1932279108143858485/7531" HotelName="UNA CUSANI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/21200/21141/992aea59_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="364.61" OriginalAmount="361" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|618332-25782884/1932279108143858485/7723" HotelName="IQ HOTEL MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37700000/37696200/37696159/958b405b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="367.64" OriginalAmount="364" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|237093-25445468/1932279108143858485/8367" HotelName="YARD SUITE &amp;amp; DEPENDANCE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4570000/4562800/4562738/f517b386_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="370.67" OriginalAmount="367" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.460246" Longitude="9.165836" StarRating="3" HotelCode="27233|9667" HotelName="Sant'Ambroeus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Papiniano, 14, 20123 Mailand, Italien</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/58/90587f942de593827a8ef5329d4ebc09c0deedd9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Milan’s city centre, 250 metres from Sant'Agostino metro stop on the green l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="371.68" OriginalAmount="368.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46718225" Longitude="9.20191466" StarRating="0" HotelCode="571833|hotel_indigo_milan_corso_monforte" HotelName="Hotel Monforte 27" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Corso Monforte 27, 20122 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/60/ba60f55f598f525e9e831b67bb1e25e1465f6d4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="372.69" OriginalAmount="369" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1464893-32918361/1932279108143858485/11521" HotelName="AIELLO HOTELS - CITYLIFE APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110380000/110370800/110370737/e53e3467_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="378.75" OriginalAmount="375" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1464885-32918353/1932279108143858485/11526" HotelName="AH - DUOMO SIGNATURE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/115000000/114280000/114272900/114272883/55baa0d7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="379.76" OriginalAmount="376" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.468244" Longitude="9.207223" StarRating="5" HotelCode="177816|28247" HotelName="Château Monfort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Concordia 1, 20129 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/2a/fe2af287752ecca678e718d60dd36e4e9bb99cdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the heart of Milan, about 800 m from Piazza San Babila, around 1 km ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="385.82" OriginalAmount="382" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46695329" Longitude="9.19763846" StarRating="0" HotelCode="625279|247814" HotelName="Aiello Rooms San Babila" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Bed and breakfasts" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza San Babila 5, Milan City Center, 20121 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/53/a353555b24b068edc8a85f3ff4864309ce9030bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="387.84" OriginalAmount="384" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|676530-28584379/1932279108143858485/3604" HotelName="ODSWEET DUOMO MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48710000/48703800/48703782/df01c43c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="396.93" OriginalAmount="393" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48491716848" Longitude="9.1981154680252" StarRating="4" HotelCode="29246|37952" HotelName="Four Points By Sheraton Milan Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gerolamo Cardano 1, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/a2/51a2a00fd48e6b25fea53b675db99050bc6facef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies right at the heart of the shopping quarter. Links to the public transport network ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="397.94" OriginalAmount="394.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463591" Longitude="9.186908" StarRating="4" HotelCode="36234|hotel_spadari_al_duomo" HotelName="Hotel Spadari al Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Spadari 11, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/2c/f12ca7f15854a963ab2160a900c2d351f15fdd4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="401.98" OriginalAmount="398" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|408179-25586621/1932279108143858485/8275" HotelName="SPADARI AL DUOMO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/19600/19524/a4783d34_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="409.05" OriginalAmount="405" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48414" Longitude="9.201205" StarRating="3" HotelCode="15142|397366" HotelName="New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via G.B. Pirelli 5, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/c1/b1c1753ad7e36b32794834423d4a508ecb349f03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies directly opposite Milan central train station, the airport bus terminal, and the metr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="411.07" OriginalAmount="407" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1267877-28480932/1932279108143858485/5464" HotelName="VICO MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/72000000/71400000/71395700/71395633/19c32cff_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="423.19" OriginalAmount="419" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|611166-28566587/1932279108143858485/3310" HotelName="INDIGO MILAN - CORSO MONFORTE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19370000/19367100/19367023/e1fbbf98_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="430.26" OriginalAmount="426" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|67610-28579032/1932279108143858485/5405" HotelName="DUO MILAN PORTA NUOVA, A TRIBUTE PORTFOLIO HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/790000/789100/789026/668c883d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="439.35" OriginalAmount="435" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|868973-28466785/1932279108143858485/3474" HotelName="3 ROOMS 10 CORSO COMO MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90680000/90674100/90674075/e1a0af5d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="442.60" OriginalAmount="438.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470279423749" Longitude="9.1954788565636" StarRating="4" HotelCode="117254|128859|Bed &amp; Breakfast" HotelName="Manzoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santo Spirito 20, 20121 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/01/a5012978ab7b3780bf1e88d3c5cd40fda9ca0ff8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a quiet street in Milan's fashion district, between Via Montenapoleone and ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="444.40" OriginalAmount="440" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|871581-26088250/1932279108143858485/9196" HotelName="SPERONARI SUITES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41500000/41495300/41495232/e4f5e36c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="449.45" OriginalAmount="445" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|591273-25739840/1932279108143858485/11315" HotelName="AIELLO ROOMS - SAN BABILA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19510000/19503500/19503437/9776f258_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="464.07" OriginalAmount="459.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47938999" Longitude="9.19628772" StarRating="5" HotelCode="317060|403439|Bed &amp; Breakfast" HotelName="ME Milan Il Duca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Republica 13, Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/f4/85f4a9ba4912d621f4ba0ae3c8a8f9708a897768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="469.65" OriginalAmount="465" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|394238-25576186/1932279108143858485/10083" HotelName="ROOM MATE GIULIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13320000/13318100/13318091/c0635d68_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="473.69" OriginalAmount="469" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465172016861" Longitude="9.1892640352166" StarRating="4" HotelCode="424248|177059" HotelName="Room Mate Giulia Milán" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 4, 20121 Milán, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/a7/80a7f0b6d612c0d3e0a4b234a756035a4581ceca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="474.70" OriginalAmount="470.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463083504114" Longitude="9.1979157227192" StarRating="4" HotelCode="258936|nh_president" HotelName="NH Collection Milano President" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Largo Augusto 10, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/71/a1711795aed1cbd71158d78f1da41bcba0e2a25f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in the heart of Milan just a few minutes' walk from the cathedral...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="480.76" OriginalAmount="476" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1441274-28799029/1932279108143858485/11650" HotelName="AF DUOMO - MILANO LUXURY SUITES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/105000000/104020000/104016200/104016142/7457ff92_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="483.79" OriginalAmount="479" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1247322-22366421/1932279108143858485/6265" HotelName="RADISSON COLLECTION HOTEL, PALAZZO TOURING CLUB MILAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/65000000/64670000/64665900/64665804/14bc5a9b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="486.82" OriginalAmount="482" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|324746-25519485/1932279108143858485/7340" HotelName="ME MILAN - IL DUCA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9700000/9690200/9690122/fb313b37_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="490.86" OriginalAmount="486" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46571248" Longitude="9.19161723" StarRating="4" HotelCode="305780|238316" HotelName="The Street Milano Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Radegonda 14, 20121 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/5f/c95f0c995fce18affa57440e9f2763787dd12ecb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="506.01" OriginalAmount="501" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|543743-25699121/1932279108143858485/8092" HotelName="CASTELLO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20180000/20172600/20172559/d89411c8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="508.03" OriginalAmount="503" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478225992379" Longitude="9.1997945308685" StarRating="4" HotelCode="35436|33383" HotelName="Hotel Baviera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Panfilo Castaldi 7, Zona Staz. Centrale/Repubblica, 20124 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/a1/efa174d1471709319e27df10c6d1051af73f7cca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan. Bars, pubs and nightclubs are all to be found a mere 5...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="510.05" OriginalAmount="505" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46742858" Longitude="9.18511087" StarRating="3" HotelCode="621980|255089" HotelName="Hotel Milano Castello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Elevator,Parking,Porter,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Tomaso 2, 20121 Milan, Varese</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/e0/29e0f6761be1bc8629e3669cb4ace3a22088d066.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Position\nHotel Milano Castello is been designed to provide a relaxing stay in the heart of Milan an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="526.21" OriginalAmount="521" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|143091-25318209/1932279108143858485/7958" HotelName="SINA THE GRAY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/909500/909470/0104f24b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="541.45" OriginalAmount="536.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465877" Longitude="9.189256" StarRating="5" HotelCode="117700|712104" HotelName="Galleria Vik Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 8, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/49/8c49707418bd9762b344757aa132a8a406dbc9b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an idyllic location in the celebrated Galleria Vittorio Emanuele II shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="543.95" OriginalAmount="538.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465298078173" Longitude="9.1910452693929" StarRating="4" HotelCode="82248|3363506|Bed &amp; Breakfast" HotelName="STRAFhotel&amp;bar A Member of Design Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Raffaele 3, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/82/df8217e5363fdfc24e0445c2ec7755a11f39102d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="556.51" OriginalAmount="551" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1258410-26606290/1932279108143858485/11457" HotelName="AMABILIA SUITES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/69000000/68770000/68764300/68764248/281c4552_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="645.39" OriginalAmount="639" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464992392729" Longitude="9.1893938230164" StarRating="5" HotelCode="361362|178355" HotelName="Townhouse Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 2, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1e/96/1e9647e7796fe8863e850386ad2a92bde1b22df4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="651.45" OriginalAmount="645" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46137833" Longitude="9.1903631" StarRating="0" HotelCode="447751|177782" HotelName="Duomo Rooms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Paolo da Cannobio 11, 20122 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/8f/988f1ef8f808e3971d0dfd37beb8a973491e9524.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a safe and a transfer service are available to guests of the hotel. Wirel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="670.64" OriginalAmount="664" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485789708476" Longitude="9.2018491029739" StarRating="5" HotelCode="12364|53789" HotelName="Excelsior Hotel Gallia, a Luxury Collection Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 9, Mailand 20124</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/06/3206460338b5316af2c047c9ef7fcbd7908eaa03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located on Piazza Duca d'Aosta directly beside the main train station and just ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="711.04" OriginalAmount="704" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="38.409566" Longitude="23.669824" StarRating="2" HotelCode="0|592626-25741784/1932279108143858485/8802" HotelName="LUXURY SUITE MILANO DUOMO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3 Krinon, LEFKANTI, GR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6450000/6443200/6443123/68d381a7_b.jpg</HotelPictures>
        <HotelDescription>This elegant hotel is situated in a traditional fishing hamlet in the Gulf of Evia, 12 km from the town of Eretria. The self-contained units all have a fully equipped kitchenette, as well as a dining area and a spacious furnished balcony, where guests can enjoy their home-cooked meals on a backdrop of sweeping mountain or sea views. As an alternative to the beautiful beach, the hotel has a large swimming pool, which can meet the requirements of any age group, including children. The outdoor area comprises also a pool bar, where guests can enjoy a refreshing drink or a light meal. The restaurant overlooks the swimming pool area and serves complimentary breakfast in the morning and a rich variety of authentic Greek cuisine for lunch and dinner.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="718.11" OriginalAmount="711" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46218932" Longitude="9.19047366" StarRating="2" HotelCode="604515|57820" HotelName="Suite Milano Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Baracchini 1, 20123 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/d8/46d8d138d619704aa56de637657e9878bf9202bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="726.19" OriginalAmount="719" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1360321-19577799/1932279108143858485/6965" HotelName="THE GLAMORE MILANO DUOMO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91840000/91830900/91830801/00c72da9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="924.15" OriginalAmount="915" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1411854-27715804/1932279108143858485/10189" HotelName="THE PLEIN HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/102000000/101740000/101733200/101733172/a1f492f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="960.51" OriginalAmount="951" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|64956-25236495/1932279108143858485/7446" HotelName="GRAND ET DE MILAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25800/25759/8544b19d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="982.73" OriginalAmount="973" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1397872-26689792/1932279108143858485/12113" HotelName="PALAZZO CORDUSIO, A GRAN MELIÁ HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/95000000/95000000/94999000/94998930/f736c14e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="985.87" OriginalAmount="976.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478752589289" Longitude="9.1990354657173" StarRating="5" HotelCode="18681|1380098|Bed &amp; Breakfast" HotelName="The Westin Palace, Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Repubblica 20, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/ec/68ec2049893afe3050e39e3bd88c8f791afc77e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is located in the centre of Milan, directly on the Piazza della Repubblica and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1295.83" OriginalAmount="1283" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47336" Longitude="9.1911250000001" StarRating="5" HotelCode="263951|57724" HotelName="Palazzo Parigi Hotel Grand Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso di Porta Nuova 1, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a6/74/a6745739fe3a7ae01515944fc0ce51e6cb771f22.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1310.98" OriginalAmount="1298" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4756" Longitude="9.1915" StarRating="0" HotelCode="954743|364902" HotelName="Casa Brera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Degli Umiliati 2/A, 20138 Milan, Milano, Lombardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1362.49" OriginalAmount="1349" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.469230769174" Longitude="9.1986264288425" StarRating="5" HotelCode="26032|28245" HotelName="Baglioni Hotel Carlton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Senato 5, 20121 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/b0/e9b0dd7c7f3d563c969516d0abc6129d3ffe58d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Affording a view of the Via Della Spiga, this luxury hotel is situated directly in the exclusive fas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1377.56" OriginalAmount="1363.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465496" Longitude="9.188925" StarRating="5" HotelCode="26216|7332|Bed &amp; Breakfast" HotelName="Park Hyatt Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tommaso Grossi 1, 20121 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/dc/52dc4cdd4f72d90d85acfea56aae18fefe7b2daf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top-notch luxury hotel is located in hip Italian fashion capital of Milan. The hotel enjoys an ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1410.97" OriginalAmount="1397" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|18206-32392769/1932279108143858485/382" HotelName="THE CARLTON, A ROCCO FORTE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/1000000/450000/449200/449149/c2f8cee0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1547.81" OriginalAmount="1532.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470520911293" Longitude="9.1930307162863" StarRating="5" HotelCode="904547|366115|Bed &amp; Breakfast" HotelName="Armani Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Alessandro Manzoni 31, 20121 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/f7/d3f7a15751212c98cfe10cad7b2cd28bfc3f9d4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1603.88" OriginalAmount="1588" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1348626-26644109/1932279108143858485/12129" HotelName="PORTRAIT MILANO - LUNGARNO COLLECTION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/85000000/84020000/84011100/84011048/c099a160_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1608.93" OriginalAmount="1593" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1352559-27595345/1932279108143858485/10432" HotelName="CASA CIPRIANI MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96280000/96274900/96274815/01393cf3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1687.71" OriginalAmount="1671" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1412219-27603271/1932279108143858485/12159" HotelName="PALAZZO VIRIDIS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108490000/108480200/108480104/f57879b5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1723.06" OriginalAmount="1706.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470112016524" Longitude="9.1897416114807" StarRating="5" HotelCode="30030|bulgari_hotel_milan" HotelName="Bulgari Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Fratelli Gabba 7/b, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/c1/acc1277984372feb7af8287dd5e42b071ef4f6dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Bar,Designated Smoking Area,Central Heating,Currency Exchange,Nightclub,Shopping Arcade,Bicycle Rental,Garden,Lounge,Spa,Wheelchair Access,Diet Meals,Jacuzzi,Golf,Kitchen,24 Hour Front Desk,Concierge,Dry Cleaning,Elevator,LCD/Projector,Luggage Storage,Meeting Room,Parking,Pets allowed,Airport Transfer (on Demand),Heated Pool,Coffee Shop,Porter,Limousine Service</BasicAmenities>
    <HotelRating>4,3,5,1,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,SPA HOTEL,AIRPORT HOTEL,FAMILY-FRIENDLY HOTEL,ECO HOTEL,APARTMENT HOTEL,VILLAGE,CLUB RESORT,APARTHOTEL,GUEST HOUSES,APARTMENT,BED AND BREAKFASTS,GUESTHOUSE,HOSTELS,INNS,MOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ab746491-782a-469c-888e-2ceb0675062d|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="ab746491-782a-469c-888e-2ceb0675062d">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="54074" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-10-04T00:00:00" End="2026-10-05T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="0|101024-25276687/1932279108143858485/7925" SourceId="83" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@aitravel-kh.com" Password="Snanum@$" RequestedCurrency="GBP" ClientNationality="kh" ClientCountry="Cambodia" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ab746491-782a-469c-888e-2ceb0675062d|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="ab746491-782a-469c-888e-2ceb0675062d" TimeStamp="0001-01-01T00:00:00" HotelName="DOUBLETREE BY HILTON MILAN" HotelCode="|101024" StarRating="4" GTCityId="0" CityName="Milan" CountryName="Italy" Address="Via Ludovico Di Breme 77, Milan, IT" PhoneNo="39-02-928831" FaxNo="39-02-92883883" Latitude="45.46971" Longitude="9.234185" SourceId="83" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Standard Twin Accessible Room" RoomTypeCode="25276687/1932279108143858485/7925|83|MTMwfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="130" TotalPrice="131.30" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Bed types are not guaranteed:Standard Twin Accessible Room - 2 Twin Beds(room for 2 adults )&amp;lt;BR /&amp;gt;20.00 EUR will be paid locally at the hotel(tax_and_service_fee,property_fee)CXL charges apply as follows: STARTING 05/08/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T10:11:46.991481+01:00" End="2026-10-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Standard Room 1 King Bed" RoomTypeCode="25276687/1932279108143858485/7926|83|MTMwfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="130" TotalPrice="131.30" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Bed types are not guaranteed:Standard Room, 1 King Bed - 1 King Bed(room for 2 adults )&amp;lt;BR /&amp;gt;20.00 EUR will be paid locally at the hotel(tax_and_service_fee,property_fee)CXL charges apply as follows: STARTING 05/08/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T10:11:46.991481+01:00" End="2026-10-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Standard Twin Room" RoomTypeCode="25276687/1932279108143858485/7929|83|MTMwfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="130" TotalPrice="131.30" Status="CheckRates" NonRefundable="true" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Bed types are not guaranteed:Standard Twin Room - 2 Twin Beds(room for 2 adults )&amp;lt;BR /&amp;gt;20.00 EUR will be paid locally at the hotel(tax_and_service_fee,property_fee)CXL charges apply as follows: STARTING 05/08/2026 CXL-PENALTY FEE IS 100.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T10:11:46.991481+01:00" End="2026-10-01T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/14a09dea_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/fa3fa61f_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/59e395c5_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/5f7b7b8c_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/23f154b6_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/e0167210_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/ec3f4174_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/6ae5f82d_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/c78a41f1_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/5cb8dcc7_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/693863ee_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/8400c017_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/59d0278c_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/5734e15a_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/d85f4eb8_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/c31f3eba_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/ecdfd350_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/2ac93592_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/c50bd7e8_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/7c16f7d3_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/53b352dd_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/bb71f541_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/bde63623_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/6a5123f5_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/203366a9_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/acb4e448_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/34c40335_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/de8e79fe_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/18637ce4_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/d0acf1d6_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/8f08bb0d_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/2e316697_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/d80c9bee_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/60fa25ae_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/1c43ee10_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/9b5e7e6a_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/5d95df0b_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/45c8f9db_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/207fe3a7_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/4e21e82b_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/8089f957_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/97bc0e3f_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/fe0882bb_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/16cb20b8_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/2b3260a2_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/88fe3cc4_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/586b4951_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/938fe0f3_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/31aa5fb5_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/4b8b60f1_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/a3d84754_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/0255b888_b.jpg" /><Image Url="https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/05683b16_b.jpg" /></Images><HotelAmenities>Dry cleaning/laundry service&lt;BR /&gt;Train station pickup (surcharge)&lt;BR /&gt;Number of meeting rooms - 11&lt;BR /&gt;Limo or town car service available&lt;BR /&gt;Free WiFi&lt;BR /&gt;Number of bars/lounges - 1&lt;BR /&gt;Braille or raised signage&lt;BR /&gt;Wheelchair accessible parking&lt;BR /&gt;Bicycle rentals nearby&lt;BR /&gt;Tours/ticket assistance&lt;BR /&gt;Airport transportation (surcharge)&lt;BR /&gt;Accessible airport shuttle&lt;BR /&gt;Wheelchair-accessible lounge&lt;BR /&gt;No accessible shuttle&lt;BR /&gt;Wheelchair-accessible on-site restaurant&lt;BR /&gt;Accessible train station shuttle&lt;BR /&gt;Handrails in stairways&lt;BR /&gt;Multilingual staff&lt;BR /&gt;Electric car charging station&lt;BR /&gt;Number of accessible parking spaces - 1&lt;BR /&gt;Breakfast available (surcharge)&lt;BR /&gt;Elevator&lt;BR /&gt;Double-glazing on all windows&lt;BR /&gt;Covered parking&lt;BR /&gt;Uncovered parking&lt;BR /&gt;Wheelchair accessible (may have limitations)&lt;BR /&gt;Wheelchair-accessible van parking&lt;BR /&gt;Express check-in&lt;BR /&gt;Wheelchair-accessible path to elevator&lt;BR /&gt;Wheelchair-accessible registration desk&lt;BR /&gt;Wheelchair-accessible fitness center&lt;BR /&gt;Television in common areas&lt;BR /&gt;Train station drop-off (surcharge)&lt;BR /&gt;Skydiving nearby&lt;BR /&gt;Wheelchair-accessible public washroom&lt;BR /&gt;Well-lit path to entrance&lt;BR /&gt;Garden&lt;BR /&gt;Stair-free path to entrance&lt;BR /&gt;24-hour fitness facilities&lt;BR /&gt;Registration desk height (centimeters) - 112&lt;BR /&gt;Elevator door width (inches) - 35&lt;BR /&gt;Registration desk height (inches) - 44&lt;BR /&gt;Stairwell handrail height (inches) - 37&lt;BR /&gt;Elevator door width (centimeters) - 90&lt;BR /&gt;Luggage storage&lt;BR /&gt;Stairwell handrail height (centimeters) - 95&lt;BR /&gt;24-hour front desk&lt;BR /&gt;Number of restaurants - 1&lt;BR /&gt;Smoke-free property&lt;BR /&gt;Snack bar/deli&lt;BR /&gt;Hiking/biking trails nearby&lt;BR /&gt;Self parking (surcharge)&lt;BR /&gt;Wheelchair accessible path of travel&lt;BR /&gt;ATM/banking&lt;BR /&gt;</HotelAmenities><HotelDescription>&lt;b&gt;Property Desc:&lt;/b&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; Located in Milan (Garegnano), DoubleTree by Hilton Milan is within a 10-minute drive of CityLife Shopping District and Milan Convention Centre.  This hotel is 2.7 mi (4.4 km) from Sempione Park and 3.5 mi (5.6 km) from Castello Sforzesco.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Rooms&lt;/b&gt; Make yourself at home in one of the 240 air-conditioned rooms featuring minibars and flat-screen televisions. Your bed comes with down comforters and premium bedding. Complimentary wireless internet access keeps you connected, and satellite programming is available for your entertainment. Private bathrooms with bathtubs or showers feature rainfall showerheads and designer toiletries.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Amenities&lt;/b&gt;&lt;/p&gt;&lt;p&gt; Enjoy recreation amenities such as a 24-hour fitness center or take in the view from a garden. This hotel also features complimentary wireless internet access, a television in a common area, and tour/ticket assistance.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Dining&lt;/b&gt; Enjoy a meal at MeatMe restaurant, or stay in and take advantage of the hotel's room service (during limited hours). Wrap up your day with a drink at the bar/lounge. Full breakfasts are available daily from 7 AM to 10 AM for a fee.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Business, Other Amenities&lt;/b&gt;&lt;/p&gt;&lt;p&gt; Featured amenities include limo/town car service, express check-in, and dry cleaning/laundry services. This hotel has 11 meeting rooms available for events. For a surcharge, guests may use a roundtrip airport shuttle (available 24 hours) and a train station pick-up service.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Attractions&lt;/b&gt; &lt;/p&gt;&lt;p&gt;Distances are displayed to the nearest 0.1 mile and kilometer. &lt;br /&gt; &lt;p&gt;Bovisa Politecnico University - 1.6 km / 1 mi &lt;br /&gt; Casa Milan - 2.1 km / 1.3 mi &lt;br /&gt; Fiera Milano City - 2.3 km / 1.4 mi &lt;br /&gt; Milan Convention Centre - 2.8 km / 1.7 mi &lt;br /&gt; CityLife Shopping District - 2.9 km / 1.8 mi &lt;br /&gt; Centrale dell'Acqua di Milano - 2.9 km / 1.8 mi &lt;br /&gt; Vittore Buzzi Children's Hospital - 3.2 km / 2 mi &lt;br /&gt; San Siro Clinical Institute - 3.5 km / 2.2 mi &lt;br /&gt; San Siro Race Course - 4.1 km / 2.5 mi &lt;br /&gt; Sempione Park - 4.2 km / 2.6 mi &lt;br /&gt; Arco della Pace - 4.2 km / 2.6 mi &lt;br /&gt; Cimitero Monumentale di Milano - 4.3 km / 2.7 mi &lt;br /&gt; Alcatraz Milano - 4.3 km / 2.7 mi &lt;br /&gt; San Siro Stadium - 4.4 km / 2.7 mi &lt;br /&gt; Civic Arena - 4.5 km / 2.8 mi &lt;br /&gt; &lt;/p&gt;&lt;p&gt;The nearest airports are:&lt;br /&gt;Linate Airport (LIN) - 28.3 km / 17.6 mi&lt;br /&gt; Milan Malpensa Airport (MXP) - 46.3 km / 28.8 mi&lt;br /&gt; Bergamo Orio al Serio Airport (BGY) - 54 km / 33.6 mi&lt;br /&gt; &lt;/p&gt;&lt;p&gt;The preferred airport for DoubleTree by Hilton Milan is Milan Malpensa Airport (MXP). &lt;/p&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;National Ratings&lt;/b&gt;&lt;/p&gt;&lt;p&gt; This property has received its official star rating from the local rating authority.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Spoken Languages&lt;/b&gt;&lt;/p&gt;&lt;p&gt;German&lt;/b&gt;&lt;p&gt;Japanese&lt;/b&gt;&lt;p&gt;English&lt;/b&gt;&lt;p&gt;Chinese (Mandarin)&lt;/b&gt;&lt;p&gt;Italian&lt;/b&gt;&lt;p&gt;French&lt;/b&gt;&lt;p&gt;Spanish&lt;/b&gt;&lt;p&gt;&lt;b&gt;Know Before You Go:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;ul&gt;  &lt;li&gt;All guests, including children, must be present at check-in and show their government-issued photo ID card or passport.&lt;/li&gt; &lt;li&gt;Cash transactions at this property cannot exceed EUR 5000, due to national regulations. For further details, please contact the property using information in the booking confirmation. &lt;/li&gt; &lt;li&gt;One child 2 years old or younger stays free when occupying the parent or guardian's room, using existing bedding. &lt;/li&gt;&lt;li&gt;Only registered guests are allowed in the guestrooms. &lt;/li&gt; &lt;li&gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &lt;/li&gt;&lt;li&gt;Contactless check-out is available.&lt;/li&gt;&lt;li&gt;This property welcomes guests of all sexual orientations and gender identities (LGBTQ+ friendly).&lt;/li&gt; &lt;/ul&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Fees:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;ul&gt; &lt;li&gt;Fee for full breakfast: approximately EUR 20 per person&lt;/li&gt;&lt;li&gt;Airport shuttle fee: EUR 130 per vehicle (one-way, maximum occupancy 6)&lt;/li&gt;&lt;li&gt;Covered self parking fee: EUR 20 per night (in/out privileges)&lt;/li&gt;&lt;li&gt;Pet fee: EUR 60 per pet, per stay&lt;/li&gt;&lt;li&gt;Service animals are exempt from fees&lt;/li&gt;&lt;/ul&gt; &lt;p&gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &lt;/p&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Mandatory Fees and Taxes:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;p&gt;You'll be asked to pay the following charges at the property. Fees may include applicable taxes:&lt;/p&gt; &lt;ul&gt;&lt;li&gt;A tax is imposed by the city: EUR 10.00 per person, per night. This tax does not apply to children under 18 years of age. &lt;/li&gt;&lt;/ul&gt; &lt;p&gt;We have included all charges provided to us by the property. &lt;/p&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin Instructions:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; &lt;ul&gt;  &lt;li&gt;Extra-person charges may apply and vary depending on property policy&lt;/li&gt;&lt;li&gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&lt;/li&gt;&lt;li&gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&lt;/li&gt;&lt;li&gt;This property accepts credit cards, debit cards, and cash&lt;/li&gt;&lt;li&gt;Safety features at this property include a fire extinguisher, a smoke detector, a security system, and a first aid kit&lt;/li&gt;&lt;li&gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&lt;/li&gt;  &lt;/ul&gt;&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Special Checkin Instructions:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; This property offers transfers from the train station (surcharges may apply). To arrange pick-up, guests must contact the property 24 hours prior to arrival, using the contact information on the booking confirmation. Front desk staff will greet guests on arrival at the property. If driving, please contact this property in advance for more information (e.g., directions). Information provided by the property may be translated using automated translation tools.&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin Time:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; 3:00 PM&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin End Time:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; 5:30 AM&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkin Minimum Age:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; 18&lt;/p&gt;&lt;br /&gt;&lt;p&gt;&lt;b&gt;Checkout Time:&lt;/b&gt;&lt;/p&gt;&lt;p&gt; 12:00 PM&lt;/p&gt;&lt;br /&gt;</HotelDescription><Facilities><HotelFacilities><Type>Facilities</Type><Description>Dry cleaning/laundry service&lt;BR /&gt;Train station pickup (surcharge)&lt;BR /&gt;Number of meeting rooms - 11&lt;BR /&gt;Limo or town car service available&lt;BR /&gt;Free WiFi&lt;BR /&gt;Number of bars/lounges - 1&lt;BR /&gt;Braille or raised signage&lt;BR /&gt;Wheelchair accessible parking&lt;BR /&gt;Bicycle rentals nearby&lt;BR /&gt;Tours/ticket assistance&lt;BR /&gt;Airport transportation (surcharge)&lt;BR /&gt;Accessible airport shuttle&lt;BR /&gt;Wheelchair-accessible lounge&lt;BR /&gt;No accessible shuttle&lt;BR /&gt;Wheelchair-accessible on-site restaurant&lt;BR /&gt;Accessible train station shuttle&lt;BR /&gt;Handrails in stairways&lt;BR /&gt;Multilingual staff&lt;BR /&gt;Electric car charging station&lt;BR /&gt;Number of accessible parking spaces - 1&lt;BR /&gt;Breakfast available (surcharge)&lt;BR /&gt;Elevator&lt;BR /&gt;Double-glazing on all windows&lt;BR /&gt;Covered parking&lt;BR /&gt;Uncovered parking&lt;BR /&gt;Wheelchair accessible (may have limitations)&lt;BR /&gt;Wheelchair-accessible van parking&lt;BR /&gt;Express check-in&lt;BR /&gt;Wheelchair-accessible path to elevator&lt;BR /&gt;Wheelchair-accessible registration desk&lt;BR /&gt;Wheelchair-accessible fitness center&lt;BR /&gt;Television in common areas&lt;BR /&gt;Train station drop-off (surcharge)&lt;BR /&gt;Skydiving nearby&lt;BR /&gt;Wheelchair-accessible public washroom&lt;BR /&gt;Well-lit path to entrance&lt;BR /&gt;Garden&lt;BR /&gt;Stair-free path to entrance&lt;BR /&gt;24-hour fitness facilities&lt;BR /&gt;Registration desk height (centimeters) - 112&lt;BR /&gt;Elevator door width (inches) - 35&lt;BR /&gt;Registration desk height (inches) - 44&lt;BR /&gt;Stairwell handrail height (inches) - 37&lt;BR /&gt;Elevator door width (centimeters) - 90&lt;BR /&gt;Luggage storage&lt;BR /&gt;Stairwell handrail height (centimeters) - 95&lt;BR /&gt;24-hour front desk&lt;BR /&gt;Number of restaurants - 1&lt;BR /&gt;Smoke-free property&lt;BR /&gt;Snack bar/deli&lt;BR /&gt;Hiking/biking trails nearby&lt;BR /&gt;Self parking (surcharge)&lt;BR /&gt;Wheelchair accessible path of travel&lt;BR /&gt;ATM/banking&lt;BR /&gt;</Description></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ab746491-782a-469c-888e-2ceb0675062d|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="ab746491-782a-469c-888e-2ceb0675062d">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="54074" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-10-04T00:00:00" End="2026-10-05T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@aitravel-kh.com" Password="Snanum@$" RequestedCurrency="GBP" ClientNationality="KH" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ab746491-782a-469c-888e-2ceb0675062d|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ab746491-782a-469c-888e-2ceb0675062d|InfiniteSearch|Root element is missing.|System.Xml.XmlException: Root element is missing.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at SerializeDeserialize`1.DeserializeData(String dataXML) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 2755
   at HotelSources.Infinite.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 314|Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ab746491-782a-469c-888e-2ceb0675062d|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:d3dd9bb5-1b15-4f9d-8beb-7d078926a59f
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ab746491-782a-469c-888e-2ceb0675062d|DOTWSearch|Collection was modified; enumeration operation may not execute.|System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at HotelSources.DOTW.GetSearchRS(List`1 LstSearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\DOTW\DOTW.cs:line 626|DOTW|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
ab746491-782a-469c-888e-2ceb0675062d|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:12:07.1558877+01:00" Version="0" EchoToken="Search" TransactionIdentifier="ab746491-782a-469c-888e-2ceb0675062d" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="45.89" OriginalAmount="45.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.52002434874" Longitude="9.1923728585243" StarRating="3" HotelCode="371240|394458|Bed &amp; Breakfast" HotelName="Hotel Ornato" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Ornato 64, 20162 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/39/395335/MIQhHF2H_1131b3a54d74684426c5e97ed640ce6a.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located about 1.6 km from the centre of Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="58.58" OriginalAmount="58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.506509948844" Longitude="9.1965488578904" StarRating="3" HotelCode="31171|54174" HotelName="Albergo ibis Milano Ca Granda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Suzzani 13/15, 20162 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/49809/a_49809_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the north of Milan near the motorways taking visitors straight to the Northern It...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="63.63" OriginalAmount="63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.471731758313" Longitude="9.0772547619018" StarRating="4" HotelCode="99147|20075" HotelName="Idea Hotel Milano San Siro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaetano Airaghi 125, 20153 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/82/d9823417dfaefed13d55f32f8542004982e1a870.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically situated near the San Siro-Fiera exit on the Tangenziale Ovest (western r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="66.66" OriginalAmount="66" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|338513-25529296/1932279108143858485/10051" HotelName="FORUM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/12000000/11110000/11107400/11107315/b65aacc4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="67.41" OriginalAmount="66.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.639122" Longitude="9.365195" StarRating="3" HotelCode="159572|224744|Bed &amp; Breakfast" HotelName="Polo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Designated Smoking Area,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Donizetti 1, 20040 Usmate Velate</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/21/0e/210eda1b0535c2fb9cd473de963a48d8a87da721.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This 3 star hotel is located in the suburbs of Usmate and was established in 1975. It is 25.0 Km fro...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="67.67" OriginalAmount="67" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5104-25190160/1932279108143858485/10385" HotelName="A&amp;amp;O HOSTEL MILANO CA GRANDA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/11500/11430/988b3479_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="67.67" OriginalAmount="67" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|877823-28543102/1932279108143858485/2556" HotelName="2C" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/877823/2020103011430451.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="67.67" OriginalAmount="67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.506478485055" Longitude="9.1962942481041" StarRating="4" HotelCode="395910|25511" HotelName="Novotel Milano Nord Ca Granda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Viale Suzzani 13, 20162 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a3/b3/a3b3e51a8cd5442a9fcdde8f975e670b16523cf8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the north of the city, just 3 km from the central railway station. The neare...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="71.71" OriginalAmount="71" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|75703-28508368/1932279108143858485/2903" HotelName="ASCOT BINASCO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/75703/201131082325126.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="71.71" OriginalAmount="71" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|101026-25276689/1932279108143858485/8463" HotelName="IDEA SAN SIRO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2040000/2032200/2032147/e179d5c7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="72.76" OriginalAmount="72.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.5356021" Longitude="9.1971228" StarRating="4" HotelCode="162602|388365|Bed &amp; Breakfast" HotelName="Neo Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via XXV Aprile 49/51, 20091 Bresso, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c1/86/c1862b2330077a2c86e63709f25f0dddaed0f277.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Bresso, opposite the Aero Club and near to Parco Nord. It lies 500 m from l...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="75.75" OriginalAmount="75" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|185796-25371099/1932279108143858485/11657" HotelName="NEO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3610000/3607300/3607260/80ff9cca_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="76.62" OriginalAmount="75.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.495027" Longitude="9.141701" StarRating="4" HotelCode="335608|1147207|Bed &amp; Breakfast" HotelName="Raffaello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="">
        <Address>
          <AddressLines>
            <AddressLine>Viale Certosa 108, 20156 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a3/4c/a34c73b0972474d8abf2b0d1a2a9d62434af4455.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="76.76" OriginalAmount="76" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|164564-25340977/1932279108143858485/8766" HotelName="IH HOTELS MILANO EUR TREZZANO SUL NAVIGLIO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1150000/1145800/1145734/ff933ab2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="79.79" OriginalAmount="79" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|146401-28562633/1932279108143858485/1154" HotelName="RIPAMONTI RESIDENCE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2020000/2018400/2018315/9063d76d_edited_5e52_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="79.79" OriginalAmount="79.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.442142389199" Longitude="9.2176546901464" StarRating="2" HotelCode="192195|hotel_brenta_milano" HotelName="Brenta Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Brenta 33, 20139 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/83/b683daefd94cdb99db6dd802aa49ab7f933e16a8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|869034-28466786/1932279108143858485/2983" HotelName="ABRACADABRA TORTONA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/869034/2020911105341559.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="81.81" OriginalAmount="81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.468846" Longitude="9.226074" StarRating="3" HotelCode="117276|56836" HotelName="Hotel Mayorca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Andrea Pellizzone 12, 20133 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f5/89/f589536ff0e49a037c78b395b6d8fdf313ecd7ef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="83.83" OriginalAmount="83.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464235" Longitude="9.181967" StarRating="3" HotelCode="95048|vecchia_milano" HotelName="Vecchia Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Borromei 4, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/d2/79d2a8dd8a8bca616f8e7cc4489913af42e7212e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="85.76" OriginalAmount="84.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48025" Longitude="9.12356" StarRating="3" HotelCode="361461|17626499|Bed &amp; Breakfast" HotelName="B&amp;B Hotel MILANO San Siro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Achille 4, 20151 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a1/5f/a15f4a59fb776afe0dcd84323cface2c75072387.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="86.44" OriginalAmount="85.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.401222286586" Longitude="9.120630415295" StarRating="4" HotelCode="335612|43316|Bed &amp; Breakfast" HotelName="Holiday Inn Assago" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tangenziale Ovest Km 19, 20094 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a5/e6/a5e61117fa31d33ad653cdcdc511c607cc322ff0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Autostrada dei Fiori highway and quickly linked by shuttle bus to the ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="87.87" OriginalAmount="87" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|288836-25503701/1932279108143858485/9658" HotelName="SPORTING COLOGNO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8130000/8120700/8120687/3dc34cef_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="89.89" OriginalAmount="89" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157965-25329492/1932279108143858485/9991" HotelName="DEVERO &amp;amp; SPA, BW SIGNATURE COLLECTION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2170000/2167600/2167570/w3840h2558x0y0-7278e34d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|543722-25699109/1932279108143858485/10160" HotelName="CARLO GOLDONI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21960000/21956300/21956298/c0cd03fb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.473694234503" Longitude="9.1467310488224" StarRating="1" HotelCode="192202|387991" HotelName="Amendola Fiera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Filippo Carcano 39, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/76/f176eafd27d53cb3494791ff780432c8d3151bf3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="90.90" OriginalAmount="90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46922371" Longitude="9.22181866" StarRating="2" HotelCode="619592|255086" HotelName="Hotel Carlo Goldoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Goldoni 84, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/c3/4bc3819330368935ca29844db94432250d318ec8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="90.90" OriginalAmount="90.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.471816" Longitude="9.227457" StarRating="3" HotelCode="146019|hotel_citta_studi" HotelName="Città Studi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cesare Saldini 24, 20133 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/1c/7a1c8bf99529264ac00e9fddacdccb78575ab47e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="91.91" OriginalAmount="91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46601" Longitude="9.217087" StarRating="2" HotelCode="116866|55850" HotelName="Dateo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Piceno 33, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/83/e5834a8f83b513ffaf0c641f7c4ecbef036d7bb0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="91.91" OriginalAmount="91.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.475416" Longitude="9.192434" StarRating="2" HotelCode="211373|the_monastery_hostel" HotelName="The Monastery Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hostels" CnxPolicy="Non Refundable" HotelFacility="Concierge,Internet,Kitchen,Luggage Storage">
        <Address>
          <AddressLines>
            <AddressLine>Via Renzo Bertoni 3, Milano Centro, 20121 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/4d/97/4d972164732f598b63b8378a9f7125f3f32519c9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Milan (Milan Centre), New Generation Hostel Urban Brera...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="92.92" OriginalAmount="92" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|110708-19595243/1932279108143858485/6980" HotelName="AS LIMBIATE FIERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1710000/1709400/1709321/d9ccf7ce_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.499679140502" Longitude="9.2061159824251" StarRating="4" HotelCode="387392|idea_hotel_milano_bicocca" HotelName="iH Hotels Milano Gioia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 18/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Giustizia 10/D, Zona Greco, 20125 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/4c/204cd104e528e90bf44bf430d6236b9cb8374b57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers easy access from Milan central railway station (2 km), the underground network (Son...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="94.94" OriginalAmount="94" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|676504-28458808/1932279108143858485/2434" HotelName="APOLLO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/676504/2020410101542994.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="95.95" OriginalAmount="95" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|185716-25370999/1932279108143858485/11280" HotelName="ARCOBALENO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2522900/2522840/8f9b28e4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="97.97" OriginalAmount="97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.8628672" Longitude="-13.8279348" StarRating="3" HotelCode="0|53241-25229729/1932279108143858485/9162" HotelName="VECCHIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>58 Bienvenida Martín  Practicanta, PLAYA BLANCA YAIZA, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2740000/2737200/2737189/266744e3_b.jpg</HotelPictures>
        <HotelDescription>This beach hotel revels in its hillside setting, lying just 20 metres away from the sea. The hotel commands spectacular views over the coastline. Guests will find themselves just 200 metres away from the beach and 500 metres from links to the public transport network. Guests can enjoy an array of exciting activities nearby. This charming hotel enjoys an attractive architectural design, greeting guests with the promise of a memorable stay. The guest rooms are beautifully designed, featuring refreshing tones and a relaxing ambience. The rooms feature modern amenities for added comfort and convenience. Guests will appreciate the choice of facilities and services that the hotel has to offer.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="98.77" OriginalAmount="97.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.519484982341" Longitude="9.1876468062401" StarRating="4" HotelCode="192215|318292|Bed &amp; Breakfast" HotelName="Residence Siloe" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Kitchen,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cesari 19, 20162 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e5/a5/e5a52a1ea12dd64122177be5419488480adaa267.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="98.98" OriginalAmount="98" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5086-25191462/1932279108143858485/11474" HotelName="BELSTAY MILANO ASSAGO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/1000000/470000/463600/463556/1436454a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="98.98" OriginalAmount="98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.514028" Longitude="9.11933" StarRating="4" HotelCode="165754|25501" HotelName="The Hub" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Polonia 10, 20157 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/48/364825ef5867f4718d6a243eb8991a7c3cae2126.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is characterised by a unique and strategic location, only 4 km away from Fiera Milano, the...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="99.99" OriginalAmount="99" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|28128-25211790/1932279108143858485/9591" HotelName="SEMPIONE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/115400/115399/81944693_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="101.64" OriginalAmount="100.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.490422408744" Longitude="9.1528405267557" StarRating="3" HotelCode="36233|68330|Bed &amp; Breakfast" HotelName="Hotel Berlino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Antonio Plana 33, 20155 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/b6/e6b6377881c6b386d58ed6d0cfd8b020300ff242.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated only 10 minutes from the Campionaria and 15 minutes from the Rho exhibition ce...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1322658-26635047/1932279108143858485/10182" HotelName="FIORALBA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75810000/75807000/75806984/f7740dfe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="102.01" OriginalAmount="101" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|592671-28457727/1932279108143858485/570" HotelName="MILANO CANAL APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15810000/15807100/15807076/218b235a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="102.42" OriginalAmount="101.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.40298" Longitude="9.249124" StarRating="3" HotelCode="37335|23597|Bed &amp; Breakfast" HotelName="Majestic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lombardia 48, 20098 San Giuliano Milanese, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/98/d998197a0584c04560bfd7f3fe1851b6f656023e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in rural surrounds, close to many historical tourist sights including the Abba...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="103.02" OriginalAmount="102" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5107-25187748/1932279108143858485/11881" HotelName="REX" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/892000/891923/7ce7c744_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="103.02" OriginalAmount="102.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.498838586193" Longitude="9.1661301255226" StarRating="4" HotelCode="192210|hotel_sunflower" HotelName="Sunflower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazzale Lugano 10, 20158 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/45/2a4556585be19f84536d6e7acac386969832a622.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="104.03" OriginalAmount="103.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465539" Longitude="9.208713" StarRating="2" HotelCode="909321|hotel_dover" HotelName="Dover" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via P. Sottocorno 8, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/28/3d289f4157c9399ef38c0261cd4c9fe99d04964e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="105.04" OriginalAmount="104" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.472546896218" Longitude="9.1440327465534" StarRating="4" HotelCode="10404|24169" HotelName="Best Western Hotel Astoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Murillo 9, 20149 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8e/8b/8e8b758dbf9d61ab15d2a80936e180eafbcc682b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated near the Viale Murillo. Milano City, the gallery and exhibition centre, is onl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="105.04" OriginalAmount="104.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483152" Longitude="9.221306" StarRating="2" HotelCode="82526|hotel_trentina" HotelName="Trentina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Filippino Lippi 50, angolo Piazza Aspromonte, 20139 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/00/f20029a17cf7eb02ff143ef77f9bd81fe84aac48.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="106.05" OriginalAmount="105" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|338531-28467916/1932279108143858485/1352" HotelName="MY HOTEL MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4170000/4161200/4161130/187a243b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="107.06" OriginalAmount="106" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|116410-19500138/1932279108143858485/6971" HotelName="AS CAMBIAGO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1870000/1860700/1860681/8eaace8e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="107.06" OriginalAmount="106" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484697" Longitude="9.162794" StarRating="2" HotelCode="360043|238208" HotelName="Hotel Parma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel,Inns" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Piero della Francesca 48, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/06/220639fc72405fa9dd6cc769f9facd25a670b988.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Hotel Parma in Milan (San Siro), you'll be close to Fiera Mil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="107.06" OriginalAmount="106.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.418834" Longitude="9.157206" StarRating="3" HotelCode="73521|hotel_alga_2" HotelName="Alga" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Mare, 93, 20142 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/92/83921332d3517366d7afb9b5bb3274aa2217f690.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the southern area of Milan in a strategic position near both the highways ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.54" OriginalAmount="106.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.525931775735" Longitude="9.2149834024467" StarRating="4" HotelCode="302459|360780|Bed &amp; Breakfast" HotelName="Degli Arcimboldi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Sarca 336, 20126 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/2d/272d6450973ff5efd824e1b99d0d4e5b627f0fcd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="107.71" OriginalAmount="106.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4439" Longitude="9.153" StarRating="4" HotelCode="400868|86802|Bed &amp; Breakfast" HotelName="iH Hotels Milano Watt 13" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giacomo Watt 13, 20143 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/75/b675f445ba0dea0fce5c2e5c7ae7aa11bfe2ea18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="108.07" OriginalAmount="107" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|259515-28498739/1932279108143858485/5158" HotelName="EMBASSY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/101000000/100190000/100180900/100180871/67c926ff_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="108.07" OriginalAmount="107.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.580862" Longitude="9.4590459999999" StarRating="4" HotelCode="296698|hotel_daniel_2" HotelName="Daniel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Coffee Shop,Concierge,Elevator,Garden,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Parking,Pets allowed,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Industrie 6, 20060 Basiano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/37/4c37687811c6344239cd8c75f76d4190699d3a92.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;When you stay at Daniel in Basiano, you'll be close to Globo Mall....</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="109.08" OriginalAmount="108" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|611159-25772594/1932279108143858485/11933" HotelName="PARMA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19410000/19401800/19401789/08021f3e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="110.09" OriginalAmount="109" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.474826919952" Longitude="9.1510945019952" StarRating="3" HotelCode="312311|344135" HotelName="Hotel Campion" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Dry Cleaning,Elevator,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Meeting Room,Parking,Pets allowed,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Viale Berengario 3, 20149 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/31/36/313630e54a5135f48188b05464e9a178897cd8a1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Campion in Milan, you'll be close to Fiera Milano C...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="111.10" OriginalAmount="110" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49626" Longitude="9.179432" StarRating="3" HotelCode="116638|178684" HotelName="Ares Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Edoardo Porro 8, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/2b/ed2bfdd8b14d30b72cff8227a898424dab2f6ed6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="113.12" OriginalAmount="112.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.45338453" Longitude="9.18439946" StarRating="3" HotelCode="547846|new_generation_navigli_hostel" HotelName="New Generation Hostel Milano Navigli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Burigozzo 11, 20122 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/7c/297cae17a7def1b884fca6ac3a387f7ed7774064.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="114.13" OriginalAmount="113" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|591839-25740708/1932279108143858485/9564" HotelName="CAMPION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3850000/3843100/3843094/2c3567ff_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.13" OriginalAmount="113" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.501471800967" Longitude="9.2280871312828" StarRating="3" HotelCode="296700|179555" HotelName="Camplus Guest Turro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Stamira d'Ancona 25, 20127 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/bc/8ebcbcdad9b8a3a6dc4dd8ff5f7fa00b5f9636f0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.13" OriginalAmount="113" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.487346641223" Longitude="9.2237466306763" StarRating="3" HotelCode="151557|28271" HotelName="Hotel Lombardia Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Lombardia 74/76, 20131 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/81/a5/81a580c6b25276c459480d2e65508292012271bf.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated off the beaten track, this hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="114.13" OriginalAmount="113" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484374334322" Longitude="9.2239501473556" StarRating="3" HotelCode="337550|58870" HotelName="Hotel Montecarlo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>VIa Vallazze 39, 20131 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/28/92/2892af538c687053534eae98dfdebb90b1021dab.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="114.13" OriginalAmount="113.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485025" Longitude="9.21942" StarRating="3" HotelCode="365240|hotel_adler_4" HotelName="Adler" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ricordi, 10, 20131 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5e/20/5e205ac321cf27e24497bf48211f42a625d1007d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located in the city centre of Milan and is only a few minutes on foot from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.27" OriginalAmount="113.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.533093476303" Longitude="9.1711002588272" StarRating="4" HotelCode="335618|57339|Bed &amp; Breakfast" HotelName="Hotel Da Vinci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Senigallia 6, 20161 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/58/9f58f9d3e83dc88b520a257cc5a18bf29e1aa9cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the northern area of Milan, 8 km away from the exhibition area of Fiera Mila...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="114.27" OriginalAmount="113.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49736441" Longitude="9.18081511" StarRating="4" HotelCode="874968|652346|Bed &amp; Breakfast" HotelName="J24 Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Edoardo Jenner 24, 20158 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/06/60/0660a737eaccc57427ef807c14cf089549cdd123.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated 300mts far from the underground station MM3 Maciachini, 2.1 km of Ospedale Niguarda and 3.2...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|234099-28454909/1932279108143858485/4958" HotelName="DEMO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/2000000/1210000/1206900/1206887/e04f601b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|676512-28458813/1932279108143858485/1040" HotelName="SIRO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1800000/1793800/1793704/5f0ed112_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|288821-28497751/1932279108143858485/3460" HotelName="IDEALE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1790000/1781300/1781267/a2809f4b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="115.14" OriginalAmount="114" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|915950-32596726/1932279108143858485/1639" HotelName="CAMPLUS GUEST LAMBRATE CASA PER FERIE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/915950/20211214112726219.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="116.15" OriginalAmount="115" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.512404803314" Longitude="9.178661652262" StarRating="3" HotelCode="55491|28269" HotelName="Eco Hotel La Residenza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Scialoia 3, 20161 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/3f/023f9d33717a07fdff8e7af6b8cc5fd6a9c47860.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in a peaceful area, just a short distance from all major sightseeing attractions in M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="116.75" OriginalAmount="115.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.467185" Longitude="9.142714" StarRating="4" HotelCode="17018|17715|Bed &amp; Breakfast" HotelName="Antares Rubens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietro Paolo Rubens 21, 20148 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/86/8186cbc05fe8f5b235bef63afc209d2060382eb7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally located just a few metres from the Corso Vercelli and its score...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="117.16" OriginalAmount="116" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.521833" Longitude="-105.051425" StarRating="3" HotelCode="0|257007-28442201/1932279108143858485/1427" HotelName="MOTEL AUTOSOLE 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1521 Oakridge Drive, Fort Collins, CO, 80525, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6940000/6931300/6931275/994a1c80_z.jpg</HotelPictures>
        <HotelDescription>The Homewood Suites by Hilton Fort Collins hotel in Colorado is located on the south end of Fort Collins, and close to many major corporations such as HP, Intel and Agilent Technologies. Our Homewood Suites hotel is surrounded by a variety of restaurants and is 3 miles from the Foothills Mall. Colorado State University is a short drive from the hotel, as well as Historic Downtown Fort Collins, a fantastic restaurant and shopping district.    Our Homewood Suites in Fort Collins, Colorado is a beautiful hotel and features 99 suites, including choice of studio, one and two-bedrooms. All suites have fully-equipped kitchen, full sized refrigerator, microwave oven, coffeemaker, two phones with data ports, high-speed internet access and On Demand movies. Iron, ironing board and hair dryer are standard in all our rooms.   Our Homewood Suites hotel in Colorado has a business center complimentary to guests and accessible 24-hours a day. Enjoy complimentary hot breakfast seven days a week, a Welcome Home reception Monday-Thursday, complimentary local phone calls, on-site laundry facilities and complimentary grocery-shopping service, as well as snacks and sundries available in our 24-hour Suite Shop convenience store.   Make Yourself at Home!&lt;br /&gt;CheckIn Time: 15:00&lt;br /&gt;CheckOut Time: 11:00&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="118.17" OriginalAmount="117.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.519047095712" Longitude="9.2238713800907" StarRating="2" HotelCode="192175|il_girasole_high_quality_inn" HotelName="Il Girasole" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Room Service,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Via Doberdò 19, 20126 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/e2/6de20252a956b8caba579183cf2bcf977fc84051.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="119.18" OriginalAmount="118" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|435494-25609632/1932279108143858485/10128" HotelName="CAMPLUS LIVING TURRO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12800000/12790800/12790799/a0d94f45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.18" OriginalAmount="118" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.505659" Longitude="9.246759" StarRating="3" HotelCode="88884|55844" HotelName="Agape" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Flumendosa 35, 20132 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/88/07/880754d3ed00e21536ed37c81728ad5840ed84d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="119.18" OriginalAmount="118" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.500202060011" Longitude="9.1425732711639" StarRating="4" HotelCode="903669|27810" HotelName="Milan Suite Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Varesina 124, 20156 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/7f/ca7ff4106ecc6dd0d176341c768cf9ebdfe57372.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1247320-26601217/1932279108143858485/11131" HotelName="AMEDIA MILANO - TRADEMARK COLLECTION BY WYNDHAM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/60000000/59900000/59898100/59898052/b7a4ea7e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.488887" Longitude="9.202976" StarRating="3" HotelCode="146804|56067" HotelName="Demo'" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tonale 14, 20125 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/80/f4801368d9794f51435a0db6b48a3ef329dc9e4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="120.19" OriginalAmount="119" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.453541" Longitude="9.224693" StarRating="3" HotelCode="901039|55200" HotelName="Molise 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cadibona 2A, 20137 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/54/8a540714c70af4cc348d464a15664301c520128b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="122.81" OriginalAmount="121.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.45203678" Longitude="9.24960137" StarRating="4" HotelCode="578648|14087932|Bed &amp; Breakfast" HotelName="Hotel M89" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Mecenate 89, 20138 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f0/af/f0af6112094a82c7e0fb06ed544571baaed2d568.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="123.22" OriginalAmount="122" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18230-25203043/1932279108143858485/9113" HotelName="RUBENS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/15400/15366/2074f4f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="123.22" OriginalAmount="122.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.44289543" Longitude="9.15509368" StarRating="3" HotelCode="546979|navigliotel_19" HotelName="Navigliotel 19" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Binda 19, 20143 Milano, MI</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/26/68267b327a104d9b0ff4a0fb0bb1d259b62e4834.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="124.23" OriginalAmount="123" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|138836-25309314/1932279108143858485/10552" HotelName="MILAN SUITE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3130000/3124200/3124159/d50c667b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="125.24" OriginalAmount="124.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.448759" Longitude="9.20342" StarRating="3" HotelCode="66554|hotel_piacenza" HotelName="Piacenza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Piacenza 4, 20135 Milano, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b9/62/b9621f482ca6ae73d1f160f8a9db3a5e9645a69c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.27" OriginalAmount="127.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484528" Longitude="9.216144" StarRating="4" HotelCode="78738|del_corso_hotel" HotelName="Del Corso" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pecchio 2, 20131 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/ef/63efa6e26195c465c48c922b97f5b5c3f6795b82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="128.27" OriginalAmount="127.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.501229" Longitude="9.2214289999999" StarRating="3" HotelCode="80971|hotel_nuovo_metro" HotelName="Nuovo Metro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Monza 120, 20127 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/ce/96ce28fda99f82fe301f4373183bb1507bf85f70.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="128.28" OriginalAmount="127.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.437086" Longitude="9.16439" StarRating="3" HotelCode="79350|617758|Bed &amp; Breakfast" HotelName="Plus Welcome Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Famagosta 50, 20142 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/a3/7da3dece5ca4276e41288bb8a72dd188aa8e2991.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="129.28" OriginalAmount="128" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1454598-32416699/1932279108143858485/10355" HotelName="CX MILAN BICOCCA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108270000/108261700/108261642/0d8c2425_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="129.28" OriginalAmount="128" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|593273-28539031/1932279108143858485/869" HotelName="PICCOLO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1170000/1162100/1162018/f2307cd2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="130.29" OriginalAmount="129.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47191883" Longitude="9.22078543" StarRating="2" HotelCode="573748|conti_guest_house" HotelName="Conti Guest House" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Gian Battista Tiepolo 38, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6b/66/6b66639a29e4cdfdba6e409e36e968c772e0000d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="131.30" OriginalAmount="130" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|160678-19503672/1932279108143858485/7049" HotelName="LOMBARDIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2340000/2331400/2331303/00c4b299_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="132.31" OriginalAmount="131" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480266527992" Longitude="9.1495004296303" StarRating="4" HotelCode="31405|26637" HotelName="Mini Hotel Portello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via G. Silva 12 (zona fiera MilanoCity), 20149 Milano, Lombardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d7/b6/d7b620ecfebeb08c70f9934b1daf68f46ec5dc8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located only a stone's throw from the trade fair. The nearest underground station is t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="132.31" OriginalAmount="131.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48475" Longitude="9.162364" StarRating="3" HotelCode="117237|hotel_losanna" HotelName="Losanna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Piero della Francesca 39, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/a5/dfa5853bbf56aaf4c897b198814854098ecbeb3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can feel at home in one of the 23 rooms. Services and facilities at the hotel include a r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="133.32" OriginalAmount="132" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48368199" Longitude="9.14062682" StarRating="0" HotelCode="447818|287684" HotelName="Ostello Aig Piero Rotta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Martino Bassi 2, San Siro, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/aa/02aa5d3f43de77e3eae679c6a8102ccbb67710e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="133.32" OriginalAmount="132.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483912" Longitude="9.207573" StarRating="4" HotelCode="36232|andreola_central_hotel" HotelName="Andreola Central" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Domenico Scarlatti 24, 20124 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c0/20/c02075cea436cfdc519b39d8a3fa5070b8352804.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.466607" Longitude="9.1566829999999" StarRating="3" HotelCode="117283|56628" HotelName="Metro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Vercelli 61, 20144 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/30/af30cc41f763afccd2cf2a3948f90c39201c80f2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="134.33" OriginalAmount="133.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47173972" Longitude="9.07813526" StarRating="0" HotelCode="785958|miniotel_agriturismo_dolceluna" HotelName="Agriturismo Dolceluna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaetano Airaghi 131, 20153 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/a8/61a87dd20c51d4836e07cd8f3e93935d45d2be24.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="135.34" OriginalAmount="134.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484744163255" Longitude="9.1596740484238" StarRating="4" HotelCode="34832|hotel_nasco" HotelName="Hotel Nasco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Corso Sempione 69, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/52/99/5299400b02b48f40acb3c61acb111696c9838e4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in an ideal location in the heart of trendy Milan with quick access to excell...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="136.35" OriginalAmount="135" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|234608-28497833/1932279108143858485/5141" HotelName="DOMENICHINO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2521100/2521044/2ef612b6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1322783-26635169/1932279108143858485/11445" HotelName="BOUTIQUE MARTINI 17" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75780000/75775500/75775449/639b2f76_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="138.37" OriginalAmount="137" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|196478-28501098/1932279108143858485/923" HotelName="RAFAEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/196478/2012112612303374.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|54854-19508469/1932279108143858485/6824" HotelName="NH MILANO 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/17800/17788/9f7345fe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="139.38" OriginalAmount="138" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18238-25203045/1932279108143858485/8964" HotelName="UNA SCANDINAVIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/54200/54124/ee31c0f3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="139.38" OriginalAmount="138.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.455009" Longitude="9.153762" StarRating="3" HotelCode="95058|hotel_des_etrangers" HotelName="Des Etrangers" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sirte 9, 20146 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d4/32/d432dd571891a1a328a59da623307621bf184fbc.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="140.39" OriginalAmount="139" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485564052876" Longitude="9.1640809178352" StarRating="4" HotelCode="44708|54169" HotelName="UNAHOTELS Scandinavia Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Battista Fauchè 15, Sempione, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/7e/a97e2516d4011a4c57d36db4425d6fd87db62eb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located only a few steps from the Fiera Milano trade centre. Located about...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="140.39" OriginalAmount="139.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.441884502361" Longitude="9.1759765780978" StarRating="2" HotelCode="337412|marte" HotelName="Hotel Marte" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Ascanio Sforza 81, 20141 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/81/bf81aa9be48a64648e4df6c9f2e6b8de62ba1c74.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="142.41" OriginalAmount="141" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|872145-28460041/1932279108143858485/2444" HotelName="CASCINA BELLARIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/872145/2020929165252637.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.41" OriginalAmount="141" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479404" Longitude="9.208993" StarRating="3" HotelCode="317254|54175" HotelName="Hotel Ibis Styles Milano Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Boscovich Ruggero 57-59, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/45/8a452561aabe5dfdf71bc52be0af1d6f4b5dcd84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel lies close to Milan's shopping centre (on the corner of ""Corso Buenos Aire...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="142.41" OriginalAmount="141" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464107599502" Longitude="9.163313806057" StarRating="3" HotelCode="192197|57100" HotelName="Panizza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Bartolomeo Panizza 5, 20144 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/20/e6201a52432da9e3fae1d195a15c74f556228997.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="143.42" OriginalAmount="142" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|67584-19503791/1932279108143858485/7046" HotelName="BRISTOL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2529600/2529557/c298a71d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="143.42" OriginalAmount="142" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|26748-25213082/1932279108143858485/11567" HotelName="NASCO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1100000/1095000/1094943/149ec67e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.42" OriginalAmount="142" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.436797494505" Longitude="9.1717144846916" StarRating="3" HotelCode="34891|19144" HotelName="Dei Fiori" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Renzo e Lucia 14, 20142 Milano, Lombardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/da/82/da8252154a71f85a6ab037738329ab8d45b6147d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the city centre, just 200 m from the nearest restaurants and le...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="143.42" OriginalAmount="142" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481240693126" Longitude="9.2038714885712" StarRating="4" HotelCode="27231|19060" HotelName="Mediolanum" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Mauro Macchi 1, (Stazione centrale/Piazza Repubblica), 20124 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/media/eb550d9c5b8d4ddc9c36618d95d0a51e.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located centrally between the main train station (200 m away with undergrou...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483115631507" Longitude="9.1814374923706" StarRating="3" HotelCode="17144|hotel_san_guido" HotelName="San Guido" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via C. Farini, 1/A, 20154  Milan ( MI), Italy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0e/86/0e8672d75a1457ec1ca3232a159d3ea83cbd8758.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.505119" Longitude="9.261477" StarRating="3" HotelCode="221721|rafael" HotelName="Rafael Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Olgettina 60, 20132 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f1/0e/f10ee72a7145a3a785b2e220896d0078d0092274.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.458620074641" Longitude="9.175017816739" StarRating="2" HotelCode="376063|santagostino_rooms" HotelName="B&amp;B Sant'Agostino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guesthouse" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via San Vincenzo 18 D, 20123 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/f1/55f1a2ee71e18d3c4d36d489db1beb3e5ff0c293.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This guesthouse welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="144.43" OriginalAmount="143" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.514785" Longitude="9.116386" StarRating="4" HotelCode="221719|33559" HotelName="Klima Hotel Milano Fiere" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Venezia Giulia 8, 20157 Milano, Lombardei</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/50/fe508f0f8b2b208c3da667557c633af892f00d9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="145.44" OriginalAmount="144.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478167690276" Longitude="9.2092037200928" StarRating="3" HotelCode="60469|teco" HotelName="Teco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Spallanzani 27, 20100 Mailand, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/6d/806d6ad2c85a2d0a5acd97945005291aca8855c3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located in the city centre of Milan. In the nearby historical centre ther...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="40.5949175" Longitude="8.2837372" StarRating="4" HotelCode="0|101024-25276687/1932279108143858485/7925" HotelName="DOUBLETREE BY HILTON MILAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>REGIONE PUNTA NEGRA, C.P. 24, 07041 ALGHERO, IT</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2190000/2185100/2185019/14a09dea_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|591994-25740932/1932279108143858485/10253" HotelName="H21" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/29000000/28830000/28822000/28821957/c43ca393_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.845199" Longitude="28.254703" StarRating="2" HotelCode="0|256993-32731825/1932279108143858485/11578" HotelName="B &amp;amp; B SANT AGOSTINO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6710000/6704900/6704860/3751a36a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49940651" Longitude="9.22306664" StarRating="3" HotelCode="770134|344134" HotelName="Hotel H21" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Valtorta 21, 20127 Milan, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/15/c9154ace7643a11ac3bb23cf1dc41d40553a2410.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="146.45" OriginalAmount="145" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.490031865516" Longitude="9.2056310176849" StarRating="3" HotelCode="32610|19066" HotelName="Terminal" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ponte Seveso 38, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/50/6f507b7f86c7e8aa4ac2587aacf3f90c70a012f9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located just a stone's throw from the main train station, which means guests enjoy qui...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="146.45" OriginalAmount="145.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48357316" Longitude="9.10485273" StarRating="0" HotelCode="672113|cascina_bellaria" HotelName="Bellaria Restoro In Cascina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Cascina Bellaria 90, 20151 Milan, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/da/65dad614cb256f37335cb1241258867eec5e40f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="147.46" OriginalAmount="146" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|628412-25799355/1932279108143858485/9959" HotelName="STRADIVARI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27100000/27094200/27094167/a01605bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.46" OriginalAmount="146" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484161" Longitude="9.221355" StarRating="3" HotelCode="79116|55922" HotelName="Florence" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Kitchen,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Aspromonte 22, 20131 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/81/67/8167c33ce1b2c7d77ccac749e86d4efd55a298ee.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="147.46" OriginalAmount="146" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48425126" Longitude="9.21567092" StarRating="3" HotelCode="849411|387999" HotelName="Hotel Stradivari" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Stradivari 4, Piazza Argentina, 20131 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/f4/b4f4144c640a3d85363c2d6f208ae76fe278b614.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="147.90" OriginalAmount="146.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480235" Longitude="9.193231" StarRating="3" HotelCode="47343|5770|Bed &amp; Breakfast" HotelName="Cervo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Principessa Clotilde 10, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/36/0a36da2e69d319b29a811b70ed33bd7918b28f19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is centrally situated approximately 400 m from the historical old town and about ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="148.47" OriginalAmount="147" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|196700-25387089/1932279108143858485/8570" HotelName="KLIMA MILANO FIERE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5430000/5426900/5426838/c3d0404a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="148.47" OriginalAmount="147" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1349150-28480703/1932279108143858485/4954" HotelName="L'OTTAVA GUESTHOUSE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1349150/2022111891737352.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="148.99" OriginalAmount="147.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483537813137" Longitude="9.1666625440121" StarRating="4" HotelCode="335627|201369|Bed &amp; Breakfast" HotelName="Hotel Mozart" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Gerusalemme 6, 20154 Milan, Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/21/532117f0c4dcd2ae7cba3f852d8c5a196c871e43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan, only a few steps away from the Corso Sempione and close...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|273653-25497548/1932279108143858485/9188" HotelName="CRIVI'S" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/27700/27681/1ba8388b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|288773-25503681/1932279108143858485/11071" HotelName="ACCURSIO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/520000/517200/517102/0804d65c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="29.9506361" Longitude="-90.0702428" StarRating="4" HotelCode="0|18223-25203040/1932279108143858485/10989" HotelName="MOZART" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> 333 St. Charles Avenue,  NEW ORLEANS, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22600/22560/38e76f23_b.jpg</HotelPictures>
        <HotelDescription>The following services and amenities are available, but with reduced service: Business Center, Fitness Center, Breakfast, On-site Restaurant(s), Room Service, Valet Parking.The following services and amenities are currently not available: Concierge, Executive Lounge.The Hilton New Orleans/St. Charles Avenue hotel in Louisiana is located in the heart of the New Orleans Central Business District, three blocks off Canal Street and blocks from the world-famous French Quarter and Bourbon Street. This landmark building was built in 1926 as the Masonic Temple and was the second high-rise to be built in the Central Business District. 

The Hilton New Orleans/St. Charles Avenue hotel has undergone an $11 million renovation and has re-emerged as the newest upscale, premier hotel experience in the Crescent City. The architecture, exquisite woodwork and other design detail from the artisans of the 1920s is evident throughout the hotel and highlighted by the original chandeliers at the main entrance, original marble floors and walls, and the elaborate, hand-crafted inlay tile ceiling in the Grand Entry Hall. 

Walk into the Hilton New Orleans hotel and take a step back in time to luxury hotels of the past - hotels that made New Orleans, Louisiana famous. Uniquely sophisticated and elegantly designed, our hotel boasts 250 superior guest rooms including 25 dignitary suites and the five-bedroom Grand Suite. Our world-class restaurant and lounge offer breakfast, lunch and dinner selections as well as in-room dining options that include a 24-hour, in-room dining menu. 

Our French Quarter area hotel on St. Charles Avenue in Louisiana has 12,000 sq. ft. of flexible function space including multiple break-out rooms with the same attention to detail and preserved or restored to reflect their most opulent past glory. From weddings to corporate board meetings and anything in between, our hotel is one of the favorite gathering places in New Orleans, Louisiana.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.453008" Longitude="9.195905" StarRating="4" HotelCode="95061|55841" HotelName="Crivi's Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso di Porta Vigentina 46, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/08/18/08181b32d6916d5ce7127ea9adb5dfb38f3e849b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="149.48" OriginalAmount="148" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480448009839" Longitude="9.2116163671017" StarRating="4" HotelCode="12715|8599" HotelName="Best Western Plus Hotel Galles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco 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,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Lima 2, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/89/9b/899bd9366d4863687e120a5c9e19e5e0bc802a6a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located directly on the Corso Buenos Aires. It takes just a few minutes by foo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="151.50" OriginalAmount="150" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1464891-32918359/1932279108143858485/12053" HotelName="PALAZZO BUENOS AIRES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1070000/1069000/1068913/c6ff4dd7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.50" OriginalAmount="150" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.440930422255" Longitude="9.1728356480598" StarRating="4" HotelCode="35289|31038" HotelName="La Spezia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via La Spezia 25, 20142 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bf/55/bf55f3c02f70c03d23cc61b8578dfacc73d960dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous up-market hotel is conveniently situated for transport connections. Romolo is the clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.50" OriginalAmount="150" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.488133" Longitude="9.201617" StarRating="4" HotelCode="34830|19058" HotelName="Best Western Hotel Madison" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Leopoldo Gasparotto 8, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e1/1c/e11c12f4d5d317fe195d1aee85480dae48e892df.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located close to Duca d'Aosta Square, this hotel is only 150 m away from the train station. The beau...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="151.50" OriginalAmount="150" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.486737452125" Longitude="9.1575363278389" StarRating="4" HotelCode="29801|17822" HotelName="Enterprise" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Sempione 91, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/6c/716cd320a881f6d3d476f77809f3b09b04c28270.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is centrally located on Corso Sempione only 500 m from Fiera Milano City and a sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="152.22" OriginalAmount="150.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485395" Longitude="9.211708" StarRating="4" HotelCode="39582|18280|Bed &amp; Breakfast" HotelName="Doria Grand Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 15/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Andrea Doria 22, 20124 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ee/1c/ee1c31751806cd0706f5ec618e537d8ebd7fed92.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is centrally situated only around 5 minutes walk from various shopping possibilities, bar...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|48033-25224293/1932279108143858485/8106" HotelName="IBIS STYLES MILANO CENTRO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/897600/897527/7662405f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="152.51" OriginalAmount="151" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.447146" Longitude="9.209249" StarRating="4" HotelCode="77381|55235" HotelName="Best Western Hotel Major" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Isonzo 2, 20135 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/d6/f3d6c3d4f2040520455b21acc106363d8daeb0c4.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.52" OriginalAmount="152" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4815696" Longitude="9.20256029" StarRating="2" HotelCode="641305|227307" HotelName="M2M Made To Measure" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Alfredo Cappellini 23, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/a1/44a1c0e39cd096c2d9064d2743aac1d3d1c97465.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="153.52" OriginalAmount="152" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485470029443" Longitude="9.2233550548554" StarRating="3" HotelCode="64220|15271" HotelName="San Francisco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Lombardia 55, 20131 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/d0/f3d0a3126df98f4e667f2354452f3e1dc66a0198.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|23516-32729750/1932279108143858485/11582" HotelName="BOLZANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/125000000/124230000/124225900/124225816/55ac32d8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1347093-28538184/1932279108143858485/1598" HotelName="FOLEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1347093/2022921164411928.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1401683-27594336/1932279108143858485/9556" HotelName="IH HOTELS MILANO CENTRALE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/96000000/95030000/95027500/95027463/99b7591d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="154.53" OriginalAmount="153" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.535001" Longitude="9.124598" StarRating="4" HotelCode="899651|24171" HotelName="Domina Milano Fiera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Don Orione 18-20, 20026 Novate Milanese</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f7/6a/f76a52f654979dc25004d335053fa430311242d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city and business hotel is situated in Novate Milanese, in the heart of a pleasant rural area i...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="154.53" OriginalAmount="153.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483604572081" Longitude="9.2040592432022" StarRating="1" HotelCode="192167|klick_hotel_milano" HotelName="Klick Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Da Recanate 2, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/79/8f/798f9b412a855b3a49319d44e72186f59c1a2d17.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.3725" Longitude="-71.1224" StarRating="2" HotelCode="0|338522-25529302/1932279108143858485/8924" HotelName="MARTE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>ONE BENNETT STREET, CAMBRIDGE, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10660000/10654200/10654132/04903af4_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Located in central Cambridge, The Charles Hotel is a business-friendly hotel within walking distance of Harvard University and Harvard Square. Additional points of interest include Hynes Convention Center and Boston Public Library.    Hotel Features.   Dining options at The Charles Hotel include 4 restaurants. A bar/lounge is open for drinks. Room service is available 24 hours a day. Recreational amenities include an indoor pool, a health club, a spa tub, a fitness facility, and a steam room. The property's full-service health spa has body treatments, massage/treatment rooms, facials, and beauty services. This 4-star property has a 24-hour business center and offers small meeting rooms, secretarial services, and a technology helpdesk. Complimentary wireless and wired high-speed Internet access is available in public areas. This Cambridge property has 1672 square meters of event space consisting of banquet facilities, conference/meeting rooms, and a ballroom.  Business services, concierge services, limo/town car service, and translation services are available. Guest parking is available for a surcharge. Additional property amenities include a library, a coffee shop/café, and barbecue grills. This is a smoke-free property.    Guestrooms.     294 air-conditioned guestrooms at The Charles Hotel feature minibars and CD players. Beds come with premium bedding. Bathrooms feature televisions, designer toiletries, bathrobes, and slippers. Wired high-speed and wireless Internet access is complimentary. In addition to desks and complimentary newspapers, guestrooms offer multi-line phones with voice mail, as well as free local calls (restrictions may apply). Plasma televisions have DVD players and pay movies. Rooms also include complimentary bottled water, safes, and windows that open. Guests may request a turndown service, hypo-allergenic bedding, and extra towels/bedding. Housekeeping is available daily. Guestrooms are all non-smoking.      Room Info:       Notifications and Fees:          The following fees and deposits are charged by the property at time of service, check-in, or check-out.    Self parking fee: USD 34 per night (in/out privileges)  Valet parking fee: USD 34 per night (in/out privileges)  Pet fee: USD 50 per pet, per stay     The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.    Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Check-in time starts at 3 PM  Check-out time is noon  Pets allowed   &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|632076-25806760/1932279108143858485/10862" HotelName="21 HOUSE OF STORIES CITTA STUDI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/37000000/36280000/36276100/36276071/0eb8f769_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.491512" Longitude="9.1668999999999" StarRating="2" HotelCode="145013|180652" HotelName="Bogart" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Principe Eugenio 45, 20155 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/85/d98581d4100cb71f7f150a3f948fd24ac4077368.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.450840283193" Longitude="9.1947540795248" StarRating="4" HotelCode="57756|24175" HotelName="Hotel Bocconi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Bligny 56, 20136 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/7d/057d1a506024ed73f64ef85ae7bddc5111e14649.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="156.55" OriginalAmount="155" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481719306698" Longitude="9.2028616368771" StarRating="3" HotelCode="35274|5358" HotelName="Mythos" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Tenca 21, 20124 Milano, Lombardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8e/60/8e60a166e027c9e171a5660f9339fbcfa4f0eaf0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This stylish luxury hotel is ideally situated at the heart of the city of Milan. The main train stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="157.06" OriginalAmount="155.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.494730022206" Longitude="9.1418271457485" StarRating="4" HotelCode="98552|120099|Bed &amp; Breakfast" HotelName="Sure Hotel Collection by Best Western Hotel Mirage" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Certosa 104/106, 20156 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/2c/982c8ae891c1f63532d6645a69492fda2486e12b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is set in an impressive building in the northern suburbs of Milan. It enjoys a convenient ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="157.56" OriginalAmount="156" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478267368029" Longitude="9.2016962170601" StarRating="3" HotelCode="31170|1506" HotelName="Albergo ibis Milano Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Finocchiaro Aprile 2, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/22/2b22aad6369f325dfb54d633992b5d143e48d6cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel enjoys an excellent location in the centre of Milan. The main train station, Piaz...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="157.56" OriginalAmount="156.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470953750061" Longitude="9.1565948724747" StarRating="4" HotelCode="97096|hotel_tiziano_park__vita_parcour__gruppo_minihotel" HotelName="Hotel Tiziano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tiziano 6, 20145 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/17/ae/17aec0de1335ec19f27c28ef5a3eb9578f46aa5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5088-25187747/1932279108143858485/7597" HotelName="IBIS MILANO CENTRO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/905600/905544/1a3e522d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5103-25190159/1932279108143858485/9015" HotelName="TIZIANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1150000/1141500/1141464/bd5c4012_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479798245708" Longitude="9.2114192247391" StarRating="3" HotelCode="11837|5506" HotelName="Hotel Demidoff Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Plinio 2, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/70/7a70734e51b0522ac279fed8c10fde649b546264.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the city centre, around 500 m away from Piazza della Republica as well as the Sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="158.57" OriginalAmount="157" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484489220633" Longitude="9.2064771644343" StarRating="4" HotelCode="95056|55840" HotelName="Hotel Bristol Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Scarlatti 32, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/2d/422df335d82d27ec76c59a0f41fcb4383440b29a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="158.57" OriginalAmount="157.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.475156586737" Longitude="9.2061567306519" StarRating="3" HotelCode="61855|hotel_fenice_milano" HotelName="Fenice" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Buenos Aires 2, 20124 Milano, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1c/91/1c9149d82f67d591cad2c1ccce905b69417400cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the beginning of the Corso Buenos Aires, a stone's throw from the old town,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="159.58" OriginalAmount="158" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-34.906437" Longitude="-56.1913303" StarRating="3" HotelCode="0|95710-25262622/1932279108143858485/9897" HotelName="BEST WESTERN CITY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Plaza Cagancha 1126, MONTEVIDEO, URUGUAY,11100</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7300/7296/23866b2f_b.jpg</HotelPictures>
        <HotelDescription>The Balmoral Plaza Hotel offers convenient accommodations with a great location right on the main square in Montevideo: the historic Plaza Cagancha. Enjoy a comfortable stay with excellent services like a gym, a sauna, meeting rooms, a business center, and guestrooms fitted up with modern amenities.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="159.58" OriginalAmount="158" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1221545-32715869/1932279108143858485/9377" HotelName="HOTEL CENTRALE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/107000000/106720000/106714000/106713959/cfa51c8c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.58" OriginalAmount="158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.44702805" Longitude="9.151584" StarRating="0" HotelCode="578332|versoverde_alzaia_naviglio_grande" HotelName="Versoverde Alzaia Naviglio Grande" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bicycle Rental,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Alzaia Naviglio Grande 150, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/15/9c/159c8878ce95c3cc95f1072c1bbd5a9195ea7c69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|32499-25216032/1932279108143858485/11107" HotelName="B AND B HOTEL MILANO LA SPEZIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1190000/1181200/1181146/c6bf7cf6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|34836-25217898/1932279108143858485/8434" HotelName="HOTEL MIRAGE SURE HOTEL COLLECTION BY BEST WESTERN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/45800/45789/03f850bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|152977-25326278/1932279108143858485/7897" HotelName="DORIA GRAND" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/5800/5726/258763cf_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="160.59" OriginalAmount="159" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|28207-25212731/1932279108143858485/9107" HotelName="VITTORIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/521300/521297/ab1a82a8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.60" OriginalAmount="160" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48783688" Longitude="9.20276939" StarRating="3" HotelCode="577990|227211" HotelName="43 Station Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabio Filzi 43, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/e7/2ae76f9f94a66119e4ca4331c892a7da573d0865.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="161.60" OriginalAmount="160" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479257" Longitude="9.210101" StarRating="4" HotelCode="116703|55229" HotelName="Best Western Hotel City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Buenos Aires 42/5, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e3/ed/e3ed68a34823facb47ee664b60e3690e56b3b224.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="162.61" OriginalAmount="161" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.501850355574" Longitude="9.2278849349653" StarRating="4" HotelCode="169226|23192" HotelName="Ramada Plaza Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Stamira d'Ancona 27, 20127 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7f/31/7f312e19be9dd0d67b898414cc0b483093c77ed6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located 700 metres from the subway and close to the city centre, this hotel near Villa Reale (4 km) ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="163.62" OriginalAmount="162" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|145457-25319663/1932279108143858485/10744" HotelName="RAMADA PLAZA BY WYNDHAM MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3570000/3568600/3568504/00628507_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.62" OriginalAmount="162" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48138" Longitude="9.203411" StarRating="3" HotelCode="173020|238161" HotelName="B&amp;B Hotel Milano Central Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 9, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/51/9d5109823f29627d374536ad3b472410a8b10cd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, hotel is centrally located just 100 m from the main train station. Links to the public...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="163.62" OriginalAmount="162.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481989171497" Longitude="9.2077285051346" StarRating="2" HotelCode="192169|hotel_2000_2" HotelName="Hotel 2000" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitruvio 28, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/4c/614c886d0895e0f20cf28b861a37aeecd1ca22c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="165.64" OriginalAmount="164" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|20808-25211957/1932279108143858485/11204" HotelName="ROYAL GARDEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527200/527197/93017fe2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="165.64" OriginalAmount="164" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.452339" Longitude="9.2148540000001" StarRating="3" HotelCode="117277|28279" HotelName="Mec" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tito Livio 4, 20137 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/9d/a39dc13d3622f6cf96c762155ef211f1469f5461.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="165.64" OriginalAmount="164.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48437" Longitude="9.20509" StarRating="3" HotelCode="31176|mini_hotel_aosta_2" HotelName="Hotel Aosta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 16, Stazione Centrale, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/42/7042a534a806f458414ee6a385bfd7623041f547.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated opposite the main train station, which offers good connections to Linate and M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="167.66" OriginalAmount="166" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|234111-25442658/1932279108143858485/10666" HotelName="BERNINA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/916100/916033/46242d9b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="167.66" OriginalAmount="166" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483619867433" Longitude="9.2045749759329" StarRating="3" HotelCode="58456|1172" HotelName="Spice Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitruvio 48, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/57/03/570333bc353ca95a1a34a309a65bb368a9549cff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies within metres of the main train station (Stazione Centrale) and the underground stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="168.27" OriginalAmount="166.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477652372288" Longitude="9.2017418146133" StarRating="4" HotelCode="31175|5776|Bed &amp; Breakfast" HotelName="NH Milano Machiavelli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Lazzaretto 5, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1b/5d/1b5d50d492ebeed9d68378f53d33c9fcf1fdc566.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable hotel is located at the heart of Milan in the Porta Venezia and Corso Buenos Aires d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="168.27" OriginalAmount="166.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.450945305545" Longitude="9.1602802276611" StarRating="4" HotelCode="59713|66045|Bed &amp; Breakfast" HotelName="nhow Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Tortona 35, 20144 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/77/a1/77a12a9d46eb28db3c7cfa4abe38b17b50c69175.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This designer hotel lies in the southern part of Milan, close to Porta Genova train station in the l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="168.67" OriginalAmount="167.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.466293492016" Longitude="9.1587057709694" StarRating="4" HotelCode="335606|hotel_capitol" HotelName="Hotel Capitol Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cimarosa Domenico 6, 20144 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/ef/15/ef1557e5570452ec0a16e9d4849be1d93f313c70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming conference hotel lies right in the historical centre of the city where guests will fin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="169.68" OriginalAmount="168" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.5107" Longitude="-82.039" StarRating="3" HotelCode="0|473747-25641550/1932279108143858485/9913" HotelName="43 STATION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>201 BOY SCOUT RD, I-20, AUGUSTA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17720000/17710700/17710658/7c847358_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   Located in Augusta, Motel 6 Augusta is close to Augusta National Golf Club and Augusta State University.&lt;br /&gt; This eco-friendly hotel is within the vicinity of Ezekiel Harris House and The Augusta Canal Interpretive Center at Enterprise Mill.&lt;br /&gt;   Rooms   Make yourself at home in one of the 118 air-conditioned guestrooms. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with shower/tub combinations feature complimentary toiletries and hair dryers. Conveniences include desks and blackout drapes/curtains, as well as direct-dial phones with free local calls.&lt;br /&gt;   Rec, Spa, Premium Amenities   Take advantage of recreation opportunities such as a seasonal outdoor pool, or other amenities including complimentary wireless Internet access and a television in the lobby.&lt;br /&gt;   Business, Other Amenities   Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and a safe deposit box at the front desk. Free parking is available onsite.&lt;br /&gt;   Room Info:    Know Before You Go       Children 17 years old and younger stay free when occupying the parent or guardian's room, using existing bedding.       Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      Pet fee: USD 10. per pet, per day (maximum USD 50. per stay)       The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Minimum Spring Break check-in age is 18 years old.      Checkin Time:  3:00 PM  Checkout Time:  12:00 PM&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="169.68" OriginalAmount="168" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482368" Longitude="9.175693" StarRating="4" HotelCode="13286|32279" HotelName="Leonardo Hotel Milan City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Messina 10, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/f0/11f0063147456c9b9089fb4283c1a8b5debc3f8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the heart of Milan, in the vicinity of the Porta Garibaldi, the fashionable Brera di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="170.69" OriginalAmount="169" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|143086-25318203/1932279108143858485/8236" HotelName="LEONARDO CITY CENTER (EX. HERMITAGE)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20100/20068/cbf11d8d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="170.69" OriginalAmount="169" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|28976-25212834/1932279108143858485/8020" HotelName="CAPITOL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/3400/3398/25ddf394_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="171.25" OriginalAmount="169.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483058" Longitude="9.20306" StarRating="3" HotelCode="58220|53918|Bed &amp; Breakfast" HotelName="Flora" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 23, 20124 Mailand, Lombardei</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/e9/dd/e9dd4765926d10a377838a6649bad4ab3ad51ff7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;It is a welcoming hotel situated in Milan close to Central Station, excellently connected to the mai...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="171.70" OriginalAmount="170" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5095-25190155/1932279108143858485/8468" HotelName="MANIN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/18200/18129/362c8557_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="172.44" OriginalAmount="170.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485216497883" Longitude="9.2068988913597" StarRating="4" HotelCode="17911|4691218|Bed &amp; Breakfast" HotelName="Anderson" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Luigi di Savoia 20, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/e2/25e246e3a92e6f3ac51d5f219ce868ae956877b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located around 500 m from the central train station. A wide range of restaurants, shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="172.71" OriginalAmount="171" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.500617060739" Longitude="9.144591987133" StarRating="4" HotelCode="161648|20273" HotelName="Radisson Blu Hotel Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Villapizzone 24, 20156 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2e4af1241435644c/3d/3d69a7322ac432799006465402b7ed9e/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a tranquil oasis in the heart of Milan's residential Bovisa District, just over 6 km no...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="173.72" OriginalAmount="172" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1464888-32918356/1932279108143858485/12155" HotelName="PALAZZO LORETO HOTEL MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/125000000/124190000/124181000/124180975/0d9edb90_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="173.72" OriginalAmount="172" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482910651312" Longitude="9.2040109634399" StarRating="4" HotelCode="52698|55445" HotelName="Colombia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Garden,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>via roberto lepetit 15, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/66/4b66f3755f779deb7e89fff807477c285640d174.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located close to the tourist centre of Milan just 100 m from links to the public trans...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="173.78" OriginalAmount="172.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477985" Longitude="9.209421" StarRating="4" HotelCode="17916|1927836|Bed &amp; Breakfast" HotelName="Ritz Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Spallanzani 40, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/40/8a4074efff266b99ca987cc9c61b5c37515446d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="175.85" OriginalAmount="174.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483112810684" Longitude="9.2032787203789" StarRating="4" HotelCode="35052|18662|Bed &amp; Breakfast" HotelName="Hotel Atlantic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 14/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 24, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/4e/184e234e6d68443c6361e58c638279a25a9010ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located just a few minutes' walk from Milan's designer shops, the Scala...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="176.75" OriginalAmount="175" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|302105-28512863/1932279108143858485/3752" HotelName="IBIS MILANO FIERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7210000/7207400/7207387/d5406582_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="176.75" OriginalAmount="175" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5076-32729611/1932279108143858485/10208" HotelName="SCARLATTI HOTEL MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/45800/45752/19a48c72_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.75" OriginalAmount="175.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47525406" Longitude="9.20650888" StarRating="3" HotelCode="631734|ai_suma_hotel" HotelName="Ai Suma Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Spallanzani 6, 20129 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/49/8749af412f9a4a930086ab75d8f99a94f3b00bba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="177.76" OriginalAmount="176" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12764-28497625/1932279108143858485/2120" HotelName="CASUAL ECLETTICO MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/910600/910521/9c510838_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|24863-25212403/1932279108143858485/7680" HotelName="GRAND VISCONTI PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/908300/908234/d782aac8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1247192-26601165/1932279108143858485/10206" HotelName="EXPERIENCE DESIGN BED AND SHOW" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6600000/6595500/6595479/ac7d7f05_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483678" Longitude="9.164971" StarRating="4" HotelCode="31173|25518" HotelName="CityLife Hotel Poliziano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Angelo Poliziano 11, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e0/9c/e09cd2de47b8ef2d52e3157ffa8873477fab4b6d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant city hotel lies in the heart of Milan just 200 m from the Milan International Trade Fa...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.487823982949" Longitude="9.2040168762176" StarRating="1" HotelCode="145809|54917" HotelName="Hotel Central Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 24/09/2026" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Battista Sammartini 15, 20125 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/2f/142fe1e55e0c628df118f20041f013d28de595be.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.447123601026" Longitude="9.2069426178932" StarRating="4" HotelCode="36569|24172" HotelName="Grand Visconti Palace Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Garden,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Isonzo 14, 20135 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a0/40/a0403ff76a14b70458f666a8b163180a9cb6f7b3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in a central location, close to public transport connections. Plenty of shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.77" OriginalAmount="177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.450966" Longitude="9.203724" StarRating="3" HotelCode="192193|hotel_five" HotelName="Five" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Lodi 4, angolo Via Salmini, 20135 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/90/1a905cc5120fa1cda56537a0aa2d4d36660edd29.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="178.77" OriginalAmount="177.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4532314304" Longitude="9.1805040836334" StarRating="3" HotelCode="192156|hotel_milano_33" HotelName="Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Sant'Eustorgio 2, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/57/ed57e19fc4768455500ac65a5bb6a9dd4cf9aa47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="179.78" OriginalAmount="178" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1464886-32918354/1932279108143858485/11593" HotelName="7BA HOTEL MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/117000000/116540000/116534500/116534479/f02db90d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="179.78" OriginalAmount="178" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5102-25186822/1932279108143858485/10700" HotelName="B&amp;amp;B HOTEL MILANO AOSTA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1140000/1133800/1133774/7b9efab6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.78" OriginalAmount="178" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.45435488" Longitude="9.16935827" StarRating="2" HotelCode="447660|227260" HotelName="Experience Design Bed &amp; Show" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Massage Centre">
        <Address>
          <AddressLines>
            <AddressLine>Via Tortona 10, 20144 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/ef/27efe72f1186e8c382e8ce5039c532b016324a5a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.78" OriginalAmount="178" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4756" Longitude="9.1915" StarRating="0" HotelCode="980929|404548" HotelName="HD8 Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca Daosta 8, 20124 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/e1/31e1189654645c380d2ffb09bfc5ed594d5c5342.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.78" OriginalAmount="178" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483407" Longitude="9.20291" StarRating="3" HotelCode="76695|54172" HotelName="Just Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 29, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/d6/33d698409cf273d4bf5d6a1f33b209c41bcccfe3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="179.78" OriginalAmount="178" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483369505027" Longitude="9.2033243179321" StarRating="3" HotelCode="17123|53786" HotelName="Smart Hotel Central Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 28, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/5f/605fefe44eb95e60a650c5860f8c1d6ce2b448ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of Milan on the Via Napo Torriani directly beside the main train statio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="181.54" OriginalAmount="179.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483431562824" Longitude="9.2084687948227" StarRating="3" HotelCode="337184|17482|Bed &amp; Breakfast" HotelName="Hotel Cristallo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Scarlatti 22, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8b/f1/8bf1112c426506de3cb8a15c61b854ac7dfaca62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on the Via Scarlatti at the heart of Milan. Various attractions are to be found in t...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="182.81" OriginalAmount="181" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|257001-28467411/1932279108143858485/681" HotelName="SAN SIRO FIERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1800000/1798800/1798795/b30afe6c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="182.81" OriginalAmount="181" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|872167-28460047/1932279108143858485/3177" HotelName="AIELLO SUITES MILAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/41000000/40730000/40727100/40727007/54c73458_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="182.81" OriginalAmount="181" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|543842-19515371/1932279108143858485/7166" HotelName="MILANO NAVIGLI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5260000/5257900/5257863/cf67c6e4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="183.82" OriginalAmount="182" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.461165352181" Longitude="9.1911390423775" StarRating="4" HotelCode="11558|20528" HotelName="Brunelleschi Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Flavio Baracchini, 12, 20123 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/8a/258a20bb4dfb0162cbe5a61a2f9813102c93dc41.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is situated in the centre of Milan just a few minutes walk from the cathedral,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="184.83" OriginalAmount="183" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18202-25203034/1932279108143858485/8943" HotelName="BERNA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/26300/26287/a5b54cd7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="185.84" OriginalAmount="184" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482649" Longitude="9.203375" StarRating="4" HotelCode="10859|5505" HotelName="Hotel Berna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 18, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/70/6c708d72b88eb10feb3177cb3111ddda6a3f678f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located directly in the city centre near the main tourist attractions and the m...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="185.84" OriginalAmount="184.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49131046721" Longitude="9.2400678992271" StarRating="4" HotelCode="192216|nu_hotel_2" HotelName="NU Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Feltre 19B, 20132 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bc/ce/bccecd16d1a57f791c24e5cabde18e9cbb4dc4c4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Milan, this urban hotel has the perfect ambience for guests who appreciate a stylish ambi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.85" OriginalAmount="185" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484010765638" Longitude="9.2000734806061" StarRating="4" HotelCode="20865|20526" HotelName="Auriga" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via G.B. Pirelli 7, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/22/80222d65a2c60e1f79edf57c183e830ab7bd2737.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is located at the heart of the business centre. Public transport departs from ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.85" OriginalAmount="185" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48384" Longitude="9.20317" StarRating="4" HotelCode="321370|55852" HotelName="GLAM Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 4/6, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/e7/4ce731cb6dc1cf7f0e3bcc23d5e0af87792dd712.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="186.85" OriginalAmount="185" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.433565" Longitude="9.189671" StarRating="4" HotelCode="79237|24168" HotelName="Atahotel Quark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lampedusa, 11/A, 20141 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/107278/a_107278_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a strategic location, just a few minutes from the famous Navigli of Milan. Guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="186.85" OriginalAmount="185.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480244" Longitude="9.213263" StarRating="4" HotelCode="80801|lhp_hotel_napoleon" HotelName="Hotel Napoleon Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ozanam 12, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/e8/a8e8e02ce4f9e5d622ed2ec1140439b6afa9ce09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a strategic location in the heart of Buenos Aires, the most famous shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="187.34" OriginalAmount="185.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.451176" Longitude="9.2077400000001" StarRating="3" HotelCode="117438|4056089|Bed &amp; Breakfast" HotelName="Di Porta Romana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lazzaro Papi 18, 20135 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/7c/4c7c47c2abc873cca551bf806f6bf996bfd03852.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="187.86" OriginalAmount="186.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47944" Longitude="9.19487" StarRating="4" HotelCode="19415|windsor_milano_hotel_" HotelName="Windsor" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Galileo Galilei 2, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c5/c2/c5c286fcdd637bb47186d7f8e245df70ea50aaf1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The city hotel is located close to the main train station (about 600 m away). Repubblica metro stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="190.56" OriginalAmount="188.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.437584204443" Longitude="9.2314392328262" StarRating="4" HotelCode="18190|1487544|Bed &amp; Breakfast" HotelName="Business Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Pietro Gaggia 3, 20139 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/e9/05e95ff88737567bc6a920bde4b2ae4d4d9f4b18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies in the lively city of Milan just 500 m from the nearest links to the public...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="191.31" OriginalAmount="189.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479220880264" Longitude="9.1457507014275" StarRating="5" HotelCode="31174|5775|Bed &amp; Breakfast" HotelName="Meliá Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Masaccio 19, 20149 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/15/f1153d0d4866c544a9f26d2d95a869f1e835381f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxury hotel and convention centre lies close to the Fiera Campionaria in the northeast of Milan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="192.91" OriginalAmount="191" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.450149373663" Longitude="9.1697081923485" StarRating="4" HotelCode="102001|20525" HotelName="Art Navigli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Angelo Fumagalli 4, 20143 Mailand, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1c/72/1c729d6374268fe7e04ce4ba897bcd58f24c311d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This popular city hotel is centrally located. Restaurants are 20 metres away and it is 100 metres to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="193.92" OriginalAmount="192" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463525791888" Longitude="9.2068085906405" StarRating="4" HotelCode="476218|178468" HotelName="Bianca Maria Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Bianca Maria 4, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/602121/602121a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="194.93" OriginalAmount="193" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|393425-25575892/1932279108143858485/9773" HotelName="BIANCA MARIA PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12950000/12943900/12943824/f4f4d0c0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|877800-28586648/1932279108143858485/5031" HotelName="PHI MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/877800/2020103011126125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|185795-25371097/1932279108143858485/11343" HotelName="NU" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5180000/5173200/5173173/8fe78a13_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="195.94" OriginalAmount="194" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48277" Longitude="9.18637" StarRating="4" HotelCode="31404|55211" HotelName="Tocq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via A. di Tocqueville 7/D, 20154 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cb/e6/cbe6d334bc28897616a9e3fca3f326659d5a39e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the centre of the city of Milan only a few minutes walk from num...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="196.95" OriginalAmount="195" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5075-25190148/1932279108143858485/7759" HotelName="TOCQ HOTEL MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527430/6372b522_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="196.95" OriginalAmount="195" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|543731-25699115/1932279108143858485/11009" HotelName="AI SUMA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/23000000/22230000/22221300/22221280/43b26078_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="196.97" OriginalAmount="195.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.502437" Longitude="9.221851" StarRating="4" HotelCode="20863|17714|Bed &amp; Breakfast" HotelName="Best Western Antares Hotel Concorde" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 14/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Monza 132, 20127 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/c3/89c30fa375cf3cf50b5b010ada6c242118ec2892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located just a short walk from Milan's most famous shopping streets. Countless sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="198.97" OriginalAmount="197" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18204-21008610/1932279108143858485/7225" HotelName="BRUNELLESCHI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/14300/14220/5660bcdd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.97" OriginalAmount="197.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.457330229638" Longitude="9.191058576107" StarRating="3" HotelCode="35437|hotel_canada" HotelName="Canada" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Sofia 16, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/eb/dc/ebdc1f27fc86eed1c7b1ef4d2af7dca3bf424326.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located in the old town just a few steps from links to the public trans...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="198.97" OriginalAmount="197.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.444162046236" Longitude="9.116071" StarRating="4" HotelCode="38498|idea_hotel_milano_lorenteggio" HotelName="iH Hotels Milano Lorenteggio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lorenteggio 278, 20152 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/0b/970bd9b3841e46e793b2671db66cbf144d30ac49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located close to Westring Street, near the Lorenteggio exit. The Pero/Rho exhi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="199.94" OriginalAmount="197.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.526576" Longitude="9.212825" StarRating="4" HotelCode="17919|1151639|Bed &amp; Breakfast" HotelName="Tourist" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fulvio Testi 300, 20126 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/7e/8b7e58e2fcf5fe51ef1073b504f06d56cd92cc25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the business district in the north of the city of Milan within a few paces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="199.98" OriginalAmount="198" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5074-25190147/1932279108143858485/10803" HotelName="C-HOTELS CONCORDE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/590000/583600/583511/7d9b663b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="199.98" OriginalAmount="198" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="29.9543519" Longitude="-90.067991" StarRating="4" HotelCode="0|18231-25203044/1932279108143858485/7855" HotelName="SANPI MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> 214 Royal Street,  NEW ORLEANS, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/20000/19948/03145a43_b.jpg</HotelPictures>
        <HotelDescription>Hotel Monteleone is a 4 star hotel this French Quarter hotel opened in 1886 and is within 4 blocks of Jackson Square, Canal St shops, Harrah's New Orleans Casino, Café du Monde, and the restaurants and jazz clubs of lively Bourbon St. The hotel has a restaurant and features the famous revolving Carousel Bar, a must-see on every literary visitor's list of attractions in the city. The heated rooftop pool affords spectacular views of the French Quarter. Other highlights include a day spa (surcharge), fitness center, and barbershop. A business center provides faxing, copying, printing, office supplies (surcharges apply), computers with high-speed Internet access, and 25 meeting rooms are available on site. Complimentary wireless Internet access is provided up to .5M, with upgrades available for premium internet access. Luggage storage is also available. Guestrooms at Hotel Monteleone, New Orleans provide views of the French Quarter or surrounding cityscape, high-speed Internet access, antique-reproduction furnishings, and marble-and-granite bathrooms. 24-hour airport shuttle service is available. Contact the property in advance to get details. Each guest must register with the hotel and receive a wristband.Please make sure you bring your confirmation letter with you to check in. A wristband is required for room access and additional wristbands or lost/stolen wristbands may be purchased at the Front Desk for $25.00 each. For more details, please contact the property using the information on the reservation confirmation received after booking.

Pets
Pets allowed for an extra charge of USD 25 per night, plus a one-time cleaning fee of USD 100 and a deposit of USD 100.00 per stay.
The following fees and deposits are charged by the property at time of service, check-in, or check-out.
Breakfast fee: between USD 25 and USD 35 per person (approximately)
Valet parking fee: USD 45.08 per night (in/out privileges)
hotel closed from now thru May 2 due to events going on.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="199.98" OriginalAmount="198" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464246" Longitude="9.196134" StarRating="4" HotelCode="76237|55217" HotelName="Galileo Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Europa, 9, 20122 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/88/e2886b8ee33cf7c7fa17bdb7fb890c67fe191f25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated just 300 metres from Milan’s city centre and a short stroll from the Duo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="200.99" OriginalAmount="199" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|48032-19604203/1932279108143858485/7168" HotelName="MENNINI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/48600/48573/ffe10f31_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="200.99" OriginalAmount="199" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="41.2633889" Longitude="-110.985743" StarRating="3" HotelCode="0|248374-28510696/1932279108143858485/455" HotelName="SETTIMOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>101 Wasatch Road, Evanston, WY, 82930, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6580000/6571800/6571782/9405735f_b.jpg</HotelPictures>
        <HotelDescription>Looking for a hotel that offers quality accommodations with superb guest service?  Look no further. That’s what the Hampton Inn Evanston, Wyoming is all about.  We are hospitable.   The Hampton Inn Evanston, WY is located off Interstate 80 and we are close to all the local businesses that might bring you to town, along with many tourist destinations including the Uinta Mountain Range of Western Wyoming. The Hampton Inn Evanston, WY is located at the crossroads of the west and provides an excellent jumping point to Yellowstone National Park, Flaming Gorge National Recreation Area or Historical Park City, Utah.  Accommodations at the Hampton Inn Evanston, Wyoming includes free high-speed internet access, Cloud 9-The Hampton Experience-bedding, On the House hot breakfast with a wide variety of fresh, plentiful and savory items to choose from. Our promise to you is that you'll be 100% satisfied because we are 100% Hampton. We love having you here.&lt;br /&gt;CheckIn Time: 15:00&lt;br /&gt;CheckOut Time: 11:00&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="200.99" OriginalAmount="199.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.467668" Longitude="9.226797" StarRating="3" HotelCode="117671|hotel_susa" HotelName="Susa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,Air Conditioning,Bar,Concierge,Elevator,Garden,Internet,Limousine Service,Lounge,Pets allowed,Shopping Arcade">
        <Address>
          <AddressLines>
            <AddressLine>Viale Argonne 14, 20133 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/e3/9de37f2f6d6a5c22b6bbc4ee679d5279a2ccd882.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Hotel Susa in Milan (Citta Studi), you'll be conven...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="202.00" OriginalAmount="200" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|871526-28460071/1932279108143858485/2552" HotelName="LIVING SUITES BY BRERA APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41070000/41063600/41063597/2574d770_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="203.01" OriginalAmount="201" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.647886532502" Longitude="8.7234659828033" StarRating="3" HotelCode="933712|86477" HotelName="MOXY Milan Malpensa Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Flughafen Milan, Malpensa, Terminal 2, 21010 Milan, Varese</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/8c/698c7d1c9d266be1eb4255faca6a8ff9fe0f024d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="203.01" OriginalAmount="201.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.475986960214" Longitude="9.1663031280041" StarRating="3" HotelCode="57789|hotel_lancaster_3" HotelName="Lancaster" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 30/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Abbondio Sangiorgio 16, 20145 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/e4/79e460a3d2196cfeba57cb8740c900786e1c8cf0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a beautiful, calm, and elegant zone of Sempione, a residential district in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="204.02" OriginalAmount="202.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46409379" Longitude="9.20332475" StarRating="0" HotelCode="572598|babila_hostel" HotelName="Babila Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Conservatorio 2a, 20122 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/d2/afd24967588a4f5d4b04360e00e80b495dc98ba9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157386-25329152/1932279108143858485/8454" HotelName="IH LORENTEGGIO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1100/1031/26aa63e9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1173426-26486882/1932279108143858485/11187" HotelName="BABILA HOSTEL AND BISTROT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18710000/18708400/18708365/b6c095f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1354916-26648366/1932279108143858485/11490" HotelName="21 HOUSE OF STORIES NAVIGLI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/90000000/89250000/89244100/89244011/87b1f240_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46611023803" Longitude="9.1932575310385" StarRating="4" HotelCode="428761|183062" HotelName="Duomo-apartments by Nomad Aparthotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via San Paolo 13, 20121 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/9a/7c9afadad058fe766db6efbadf237ba6a2d5aeea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the fashion district in Milan, Duomo Apartments offers a comfortable stay for guests visi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="208.06" OriginalAmount="206" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|234177-25442720/1932279108143858485/11890" HotelName="PORTA ROMANA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2420000/2418900/2418868/16bafa9a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="208.79" OriginalAmount="206.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.475698" Longitude="9.205928" StarRating="4" HotelCode="49103|113624|Bed &amp; Breakfast" HotelName="Worldhotel Cristoforo Colombo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Free CXL until 22/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Buenos Aires 3, 20124 Milano, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f7/6ef7e289499da6bee286f4fe84f0ba786b4f4bdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the beginning of Corso Buenos Aires, in front of Porta Venezia subway stati...</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="209.07" OriginalAmount="207" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1192421-26518388/1932279108143858485/11902" HotelName="OSTELLO BELLO GRANDE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/17000000/16010000/16004600/16004597/b5a0967c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="209.07" OriginalAmount="207" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5097-25190156/1932279108143858485/8080" HotelName="UNAHOTELS MEDITERRANEO MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/54200/54131/63d07254_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="210.08" OriginalAmount="208" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.474226" Longitude="9.207774" StarRating="3" HotelCode="387446|20531" HotelName="Eurohotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sirtori 24, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/c9/83/c983c413c5a2f5d54c579854c7af96aa784b9bd2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.09" OriginalAmount="209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.486351963081" Longitude="9.2001727223396" StarRating="4" HotelCode="29802|hilton_milan" HotelName="Hilton Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Galvani 12, Milan 20124, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/94/cc/94cc2983566d228477763eab9d6fd8c8ad89a611.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel lies in the business district of Milan. Milan's main train station is about 3...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.09" OriginalAmount="209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464470445301" Longitude="9.1952928730163" StarRating="4" HotelCode="32810|hotel_ambasciatori_6" HotelName="iH Exclusive Milano Ambasciatori" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 18/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Galleria del Corso 3, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/c9/38c901c96555f9a3c08ac286004dc02ac27c15e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan, approximately 3 km from links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="211.35" OriginalAmount="209.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484867" Longitude="9.207346" StarRating="4" HotelCode="17918|2328186|Bed &amp; Breakfast" HotelName="E.c.ho." Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Andrea Doria 4, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/21/64211e39f4b2650a5f9a5aead2ea856cfc97e0e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of the north Italian city, directly opposite the central train ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="213.11" OriginalAmount="211" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5844324" Longitude="116.1152883" StarRating="4" HotelCode="0|435497-25609634/1932279108143858485/8828" HotelName="DUOMO APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Jl Pejanggik No 8 cakranegara mataram ntb ,Lombok,  83231</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13190000/13188100/13188061/103de2cf_b.jpg</HotelPictures>
        <HotelDescription>Lombok Plaza Hotel is a popular choice amongst travelers in Lombok, whether exploring or just passing through. The property features a wide range of facilities to make your stay a pleasant experience. All the necessary facilities, including free Wi-Fi in all rooms, 24-hour security, convenience store, daily housekeeping, fax machine, are at hand. Guestrooms are fitted with all the amenities you need for a good night`s sleep. In some of the rooms, guests can find television LCD/plasma screen, internet access – wireless (complimentary), non smoking rooms, air conditioning, wake-up service. The hotel`s peaceful atmosphere extends to its recreational facilities which include outdoor pool, massage, pool (kids), billiards, table tennis. Lombok Plaza Hotel is an excellent choice from which to explore Lombok or to simply relax and rejuvenate. &lt;br /&gt;Guests over 3 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="213.11" OriginalAmount="211.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.453945" Longitude="9.170832" StarRating="3" HotelCode="95045|minerva" HotelName="Minerva" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Cristoforo Colombo 15, 20144 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/c4/6cc4e2cdaebc331807fb6c21cbd92be8a1aa7f91.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="214.12" OriginalAmount="212" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478562638829" Longitude="9.2041879892349" StarRating="4" HotelCode="30258|25142" HotelName="Best Western Plus Hotel Felice Casati" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Felice Casati 18, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/26/f226e62553aab2c64a151e4d8b2166836d2b97da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Milan, next to the famous Corso Buenos Aires, in the middle of the most impo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="214.24" OriginalAmount="212.12" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.476929226508" Longitude="9.1966751217842" StarRating="4" HotelCode="258940|5752|Bed &amp; Breakfast" HotelName="NH Milano Touring" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Ugo Tarchetti 2, 20121 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/bf/dabf1aac8408838d8cb7e02c424d1cdaf62f32a4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel has a privileged location, a few metres from the Central Railway Station and very close to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="215.13" OriginalAmount="213" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|651619-28502983/1932279108143858485/3087" HotelName="HOTEL SUSA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/651619/20211215142615370.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="216.14" OriginalAmount="214" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157974-25329498/1932279108143858485/7522" HotelName="UPTOWN PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4260000/4251500/4251429/c59e4718_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216.14" OriginalAmount="214" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.457493" Longitude="9.191876" StarRating="4" HotelCode="904122|25514" HotelName="Uptown Palace Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Sofia n. 10, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/98/5a9895f6ae21dfe75033ed6fb7cda6e8bacef945.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="217.15" OriginalAmount="215" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1347790-28478173/1932279108143858485/3138" HotelName="NUMA I ADORE ROOMS AND APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1347790/202210614245483.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="218.16" OriginalAmount="216.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482138" Longitude="9.198663" StarRating="4" HotelCode="14436|hotel_marconi_4" HotelName="Marconi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabio Filzi 3, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b9/79/b9799b8f558ffe7bd7dc10546871cac97d102097.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just 1 km from the centre of Milan, this hotel is appreciated by business customers for its ideal lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="219.17" OriginalAmount="217" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|591272-28458692/1932279108143858485/2454" HotelName="AIELLO ROOMS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19440000/19439200/19439142/54808e2d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="220.18" OriginalAmount="218" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.533700" Longitude="-82.604500" StarRating="3" HotelCode="0|95332-25262262/1932279108143858485/11041" HotelName="BEST WESTERN ASTORIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>12 Rocky Ridge Road, Asheville, 28806, NC, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/20000/20000/23017eac_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 108. Suites: 21. Single-bedded accommodations: 0. Double bedrooms: 0. Smoking rooms: 0. Nonsmoking rooms: 108. Physically challenged rooms: 7. Floors: 5. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-800-465-4329 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- Welcome to the Holiday Inn Express &amp;amp; Suites SW Asheville Outlets. Just across from the Asheville Outlets Mall, the hotel is conveniently located off Exit 33 from I-26 and one mile from I-40 interstate. Being minutes from Downtown Asheville allows our guests to explore our citys unique shops, restaurants, and breweries.After having a great night's sleep in our newly renovated hotel, spend the day exploring the historic Biltmore Estate, or take in the magnificent views on the Blue Ridge parkway. If your interest lies in nature, we can direct you to the nearby North Carolina Arboretum, with its beautiful gardens and many hiking trails. If you are in for an adventure, book a white-water rafting trip, hike at the renowned Chimney Rock Park, or take a ride on the Great Smoky Mountain Railway. All just a short drive from Asheville.Unfortunately, we are unable to accommodate commercial-sized Trucks, Trailers, RVs, or buses not with a tour group due to the egresses of our parking lot.. Onsite facilities information- Parking. Security information- No weapons allowed on propertyProperty was built in 1998. Hotel Currency: USD. Additional Addresses: Other: 12 Rocky Ridge Road, Asheville, 28806, NC, US. Additional Phone Numbers: Fax - Other: 18286656814. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="220.18" OriginalAmount="218" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1207469-28535972/1932279108143858485/2777" HotelName="HOTEL ZARA MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8650000/8649900/8649835/be5f043d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="221.19" OriginalAmount="219.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4756" Longitude="9.1915" StarRating="3" HotelCode="18895|hotel_venini" HotelName="Venini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giulio e Corrado Venini 72, 20127 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/95/99/95997615ec9ae159d0065753a5e9304fc0da52de.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="222.20" OriginalAmount="220" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|628102-25798955/1932279108143858485/8220" HotelName="INNSIDE MILANO TORRE GALFA BY MELIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/41000000/40850000/40847900/40847894/3270e0d9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="223.21" OriginalAmount="221" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|874978-28460153/1932279108143858485/2151" HotelName="HEMI SUITES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/874978/20201014144415784.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="225.23" OriginalAmount="223.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.469338775846" Longitude="9.214178537365" StarRating="4" HotelCode="160630|town_house_33" HotelName="Townhouse 33 Boutique Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Garden,Laundry,Meeting Room,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Goldoni 33, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/37/8b/378b098b413196768f2e61abf9f84ffac1195322.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Close to Porta Venezia, a borough full of good restaurants and bars, the hotel is located in a quiet...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.24" OriginalAmount="224" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.489307938453" Longitude="9.2028361558914" StarRating="3" HotelCode="35288|55848" HotelName="Club" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 23/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Copernico 18, 20125 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/a2/40a224228ec7f0d5a3a774ae6893ab874b53a35a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally situated within a short distance of the airport and the main trai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="226.24" OriginalAmount="224" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48962" Longitude="9.200761" StarRating="4" HotelCode="97922|20529" HotelName="Crowne Plaza Milan City" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Sauna,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Melchiorre Gioia, 73, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bd/56/bd560f10c753df859460783c525de87db2be4e69.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is conveniently located close to the Central Railway Station. Sondrio subway station is s...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="227.14" OriginalAmount="224.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482512" Longitude="9.224143" StarRating="3" HotelCode="268052|375342|Bed &amp; Breakfast" HotelName="Oasi Village Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Lombardia 20, 20131 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/60/c160b99df726c84d536cfcfc87f3f631545eab4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="227.25" OriginalAmount="225" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|143093-28586058/1932279108143858485/3975" HotelName="TOWN HOUSE 33" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3230000/3229600/3229573/090315f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="227.25" OriginalAmount="225" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157967-25329494/1932279108143858485/8075" HotelName="H2C MILANOFIORI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3060000/3050200/3050153/92a0ab35_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="227.25" OriginalAmount="225" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478481768636" Longitude="9.1031277179718" StarRating="4" HotelCode="31169|424931" HotelName="Sheraton Milan San Siro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Caldera 21, 20153 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/98/899868b5dc78aec84fafdd0f8af2e81e65373fd3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies on the outskirts of the centre of Milan. Public transport connections may be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="228.26" OriginalAmount="226" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12773-25202365/1932279108143858485/7553" HotelName="STARHOTELS ECHO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/3900/3825/30358cae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="228.26" OriginalAmount="226" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|25296-25212461/1932279108143858485/8140" HotelName="WORLDHOTEL CASATI 18" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/111100/111042/f40d0b08_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="231.29" OriginalAmount="229" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477265" Longitude="9.20541" StarRating="4" HotelCode="95060|49780" HotelName="Best Western Hotel St. George" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Tunisia 9, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/e6/e6b342baa0d45ac8/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This functional city hotel is located just 2 km from Milan’s city centre and only metres away from t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="233.31" OriginalAmount="231" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|185743-28562601/1932279108143858485/3536" HotelName="NUMA MILAN CAMPERIO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3610000/3605900/3605837/005c4224_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="233.31" OriginalAmount="231" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|149619-19604120/1932279108143858485/7288" HotelName="BEST WESTERN PLUS MONZA E BRIANZA PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2710000/2703400/2703304/98a731fe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.32" OriginalAmount="232" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.457802" Longitude="9.214636" StarRating="3" HotelCode="95053|28312" HotelName="Perugino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Perugino 12, 20135 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/61/7a/617acfe3b3bd2f1d088b1c7ccb39e942603d4a45.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated in a quiet area, this hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="236.34" OriginalAmount="234" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.461108913711" Longitude="9.154132604599" StarRating="4" HotelCode="31172|17366" HotelName="Marriott Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Washington 66, 20146 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/22/77223da6e65717a0ab526c705107125de89840ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a residential area at the heart of Milan only a few minutes walk from the e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="237.35" OriginalAmount="235" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|25295-25212460/1932279108143858485/7623" HotelName="HOTEL CRISTOFORO COLOMBO - PREFERRED HOTELS AND RESORTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/890300/890242/405ede60_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="237.35" OriginalAmount="235" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1258657-28476857/1932279108143858485/2274" HotelName="AIELLO HOTELS - CENTRALE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/70000000/69370000/69367200/69367127/2e4e5532_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="241.27" OriginalAmount="238.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.516138" Longitude="9.226954" StarRating="4" HotelCode="263950|416560|Bed &amp; Breakfast" HotelName="Hilton Garden Inn Milan North" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 23/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lucio Giunio Columella 36, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/8d/e48db57e55d6af8aa0aa27e8255e0d2d1487f5f3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="241.39" OriginalAmount="239" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470509" Longitude="9.222627" StarRating="3" HotelCode="82819|57334" HotelName="VIVA Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Giacinto Gallina 12, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/36/65/366577a936a6810da25373df02ca9bec93a2adda.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located about 7 km from the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="243.41" OriginalAmount="241" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1277730-28475446/1932279108143858485/5333" HotelName="DUOMO HOTEL AND APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1277730/20211125104527730.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="244.42" OriginalAmount="242" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.9203419" Longitude="-13.6513332" StarRating="4" HotelCode="0|53389-25231843/1932279108143858485/10871" HotelName="AXYHOTELS INNSTYLE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3 Calle Pedro Barba, PTO.CARMEN, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63400/63400/491d85a9_b.jpg</HotelPictures>
        <HotelDescription>A stone¿s throw from the best in leisure and entertainment in PUERTO DEL CARMEN, the LABRANDA PLAYA CLUB are the perfect place to enjoy some free time. Of particular note are the panoramic views of the garden and of the swimming pool. The establishment has apartments of 2 bedrooms. We have Cot for children. We also have Outdoor Summer Terrace and Billiards.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="245.43" OriginalAmount="243" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1464892-32918360/1932279108143858485/11719" HotelName="AIELLO HOTELS - ISOLA DESIGN DISTRICT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/110000000/109970000/109967300/109967255/174a628f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="245.43" OriginalAmount="243" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.472686" Longitude="9.194347" StarRating="4" HotelCode="47283|31817" HotelName="Cavour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fatebenefratelli, 21, Milano 20121</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/e3/55e33525a115b1214b0404e1bc67d65c8a8e222e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Milan's historic centre, a few steps from the Teatro alla Scala theatre and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="246.44" OriginalAmount="244.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48103012633" Longitude="9.1900554299355" StarRating="4" HotelCode="171034|186653|Bed &amp; Breakfast" HotelName="NH Milano Palazzo Moscova" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Monte Grappa 12, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9a/43/9a43ff36feaf35efdd1cdcf9ce340370042d2838.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="247.36" OriginalAmount="244.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.497715260692" Longitude="9.1743551194668" StarRating="4" HotelCode="59806|5769|Bed &amp; Breakfast" HotelName="Best Western Hotel Blaise &amp; Francis Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Enrico Annibale Butti 9, 20158 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/77437/a_77437_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the north of the city centre, only about 10 minutes walk from the conventio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="248.46" OriginalAmount="246" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|209831-19503526/1932279108143858485/7265" HotelName="HOTEL &amp;amp; RESIDENCE QUARK DUE MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/3000000/2950000/2947800/2947739/w3000h2000x0y0-6c5aceb1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="249.47" OriginalAmount="247" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48687528" Longitude="9.20185869" StarRating="4" HotelCode="495492|238268" HotelName="NYX Milan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Piazza IV Novembre 3, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/9f/f39f5a008e55d0f15cfd48a8ddd5653e501d0df9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.47" OriginalAmount="247.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.459487" Longitude="9.176949" StarRating="5" HotelCode="81168|hotel_pierre_milano" HotelName="Pierre Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via De Amicis 32, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/b5/3bb51106fb437e57f1e8fbd2ef6c8998166bc23b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="250.48" OriginalAmount="248" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1310754-26625132/1932279108143858485/11979" HotelName="NH COLLECTION CITY LIFE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/73000000/72280000/72271400/72271394/4aff2ceb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="251.49" OriginalAmount="249" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481322" Longitude="9.191761" StarRating="4" HotelCode="365236|6336" HotelName="Hotel NH Collection Milano Porta Nuova" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Melchiorre Gioia 6, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/ca/62ca8187ef154e078ebebe2396311a9717c37a77.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in the heart of the trade and business district, and is in the immedi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="254.52" OriginalAmount="252" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="52.261287" Longitude="10.522368" StarRating="2" HotelCode="0|444809-28456517/1932279108143858485/4118" HotelName="CHARLY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Friedrich-Wilhelm-Strasse 26-29, Braunschweig, 38100, DE</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2521100/2521009/bcbfb880_b.jpg</HotelPictures>
        <HotelDescription>Floors: 5. Total rooms: 70. Physically challenged rooms: 1. Nonsmoking rooms: 49. Suites: 3. The Best Western City-Hotel Braunschweig is located directly in the center of Braunschweig, former capital of the 'Welfen' empire and residence of 'Heinrich der Loewe'. You will find a wealth of famous touristic attractions, just a few steps away from our entrance. In the lap of luxury you dwell in rooms that provide ease and comfort combined with modern ambience. Exclusive living and first-class service will make your stay an extraordinary experience from check-in until you leave for new destinations. All rooms, the lobby bar, and the breakfast buffet dining hall feature free wireless Internet access. All guests enjoy free access to our fitness center and the hotel sauna. Both, as an ideal place for meetings or conferences in the high-tech Metropole Braunschweig, or as a starting point for sightseeing excursions or extended shopping tours, our house provides a homelike atmosphere that meets the most exclusive expectations. We are looking forward to welcoming you as our guest.. ?From: East/West/North. Stay on Autobahn A2 en route to Hannover until you hit the crossing Braunschweig-Nord, then go on A391 towards Kassel/Salzgitter, and leave the Autobahn at exit Gartenstadt/Messegelande. At the first lights go straight, and turn right at the fourth lights (you will see the Nord/LB building in front of you, follow the Best Western City-Hotel Braunschweig signs). Turn left immediately (it is almost a u-turn around the Nord/LB building). Turn right at the second light into the pedestrian zone. ATTENTION: the passage through the pedestrian zone is free for hotel guests. The police is aware of this option and will let you pass! After approximately 250 meters you will find the main entrance to the Best Western City-Hotel Braunschweig on your right hand side.

?From: South. Stay on Autobahn A7 until the crossing Salzgitter en route to Braunschweig/Berlin. Switch to A391 towards Kassel/Salzgitter. Leave the Autobahn at the exit Gartenstadt/Messegelande and turn right at the first light. Follow the above directions (from East etc.) to proceed to the Best Western City-Hotel Braunschweig.Restaurants:  Bar, on premises, bar/lounge, international, open for: lunch, dinner, open daily from 9:00 a.m. till 2:00 a.m., 15 seats.Area Info: 30 kilometer(s) from Peine, 20 kilometer(s) from Salzgitter, 46 kilometer(s) from Helmstedt, 13 kilometer(s) from Wolfenb?ttel, 200 kilometer(s) from Hamburg, 69 kilometer(s) from Hannover, 0.15 kilometer(s) from Telekom, 1.10 kilometer(s) from ABB, 3.00 kilometer(s) from Siemens, 3.20 kilometer(s) from Daimler, 5.60 kilometer(s) from BASF, 69.00 kilometer(s) from ZDF/ARD, 360 kilometer(s) from Procter &amp;amp; Gamble, 1.10 kilometer(s) from Casino 24, 3.70 kilometer(s) from Eintracht Stadium, 36.00 kilometer(s) from Wolfsburg, 135 kilometer(s) from Theme Park, Steam room , 1.00 kilometer(s) from Therm, buergerbadepark, 1.00 kilometer(s) from Park, 4.90 kilometer(s) from Lake Oelper&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="254.52" OriginalAmount="252" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|149101-28434006/1932279108143858485/1642" HotelName="BRIANZA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2410000/2406400/2406348/dc996407_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="257.55" OriginalAmount="255" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|387161-26644183/1932279108143858485/9681" HotelName="SANTA MARTA SUITES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/88000000/87480000/87478100/87478064/6e5a33b2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="257.55" OriginalAmount="255" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1412744-28547359/1932279108143858485/3637" HotelName="NUMA MILAN SEMPIONE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107510000/107502000/107501986/6e1b78ae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="258.56" OriginalAmount="256" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.460512543759" Longitude="9.1812765598297" StarRating="3" HotelCode="400740|25484" HotelName="Ariston" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Largo Carrobbio 2, 20123 Milano, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/dc/df/dcdfd0175bc1f04a7da16693554c94a1c2a98b5c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located at the very heart of Milan, in Largo Carrobbio. It is a 5-minute walk fro...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="259.57" OriginalAmount="257" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="12.946565" Longitude="100.885381" StarRating="4" HotelCode="0|185805-25371109/1932279108143858485/11148" HotelName="PETIT PALAIS DE CHARME" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>436/541 MOO 9,SOUTH EASTERN ASIA,PATTAYA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1780000/1778100/1778085/44831d38_b.jpg</HotelPictures>
        <HotelDescription>All rooms of the  Markland Hotel  come with classical furnishings with an Asian twist.The hotel was built in a way that al l rooms have a sea view as to take advantage of the high-rise building in every way. The rooms also have thick wall to wall carpets and all standard amenities such as air conditioning, TV and a Mini Bar.Air ConditionedTelevisionMini BarLounge Chairs&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="259.57" OriginalAmount="257" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5065-25190142/1932279108143858485/8378" HotelName="IH MILANO AMBASCIATORI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460445/65aeb119_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="259.57" OriginalAmount="257" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.456009" Longitude="9.187137" StarRating="4" HotelCode="117417|55662" HotelName="Petit Palais Hotel de Charme" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel de Charme" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Molino delle Armi 1, Angolo Corso Italia, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/bf/17/bf17ffe5b07544cc6f6597a327e3b6f26c2300d5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in Milan, this hotel has the perfect ambience for those who appreciate charm and character.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="260.58" OriginalAmount="258" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|872214-28460051/1932279108143858485/2336" HotelName="LOCANDA PANDENUS BRERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/872214/202093095529242.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="260.58" OriginalAmount="258" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477251798802" Longitude="9.2016473263893" StarRating="3" HotelCode="116737|25487" HotelName="Hotel Brianza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 24/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Panfilo Castaldi 16, 20124 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/58/1158959ee18942524b7e1f01dbfffa8d225cab47.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="260.58" OriginalAmount="258" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.474720838754" Longitude="9.2060164179844" StarRating="4" HotelCode="401861|39681" HotelName="Mercure Milano Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Oberdan 12, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/4b/4b4fc8b2ae204307/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in close proximity to the cathedral, the Teatro alla Scala and the great fashio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="261.59" OriginalAmount="259" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.43646" Longitude="9.189521" StarRating="4" HotelCode="76669|56844" HotelName="Quark Due Hotel &amp; Residence Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Currency Exchange,Fax,Golf,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lampedusa 11/3, 20141 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e4/2e/e42ea3d2e9c4867dfffae58b296662f58eb70d8e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in a tranquil area, but strategically connected to the centre of Milan, the hotel is located...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="262.60" OriginalAmount="260.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463661" Longitude="9.185336" StarRating="3" HotelCode="117043|hotel_gran_duca_di_york" HotelName="Gran Duca Di York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Moneta 1, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e2/1a/e21ac03e6bcaa156f23cfc1a81f4b1126672e440.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="264.62" OriginalAmount="262" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.460819195342" Longitude="9.1886043548584" StarRating="4" HotelCode="336457|7386" HotelName="Dei Cavalieri" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Missori 1, 20123 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/5b/2b/5b2b04924e033717b697eacb2e1305599690734d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is situated in the centre of Milan, close to countless shops, exquisite boutiques,...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="266.22" OriginalAmount="263.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483909" Longitude="9.236444" StarRating="3" HotelCode="58216|56276|Bed &amp; Breakfast" HotelName="Gamma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Valvassori Peroni, 85, 20133 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2f/e9/2fe9ae4fcee61102368a157487610cf4a9ae2ed0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the heart of the University quarter of the city (Città Studi). Around the corner,...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="267.65" OriginalAmount="265" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46729286" Longitude="9.18701574" StarRating="4" HotelCode="507488|178845" HotelName="Hotel Clerici" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Clerici 11, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/cc/f0cc20047dde827d90120c35396ac02729e363f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="268.66" OriginalAmount="266" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|543005-25698707/1932279108143858485/9284" HotelName="CLERICI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14870000/14866500/14866472/6a97ea2b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="268.66" OriginalAmount="266" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.458008" Longitude="9.191297" StarRating="4" HotelCode="10364|2385" HotelName="Hotel Ascot" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lentasio 3, 20122 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/18/186029/186029a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="268.66" OriginalAmount="266.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.452565" Longitude="9.167148" StarRating="5" HotelCode="263948|magna_pars_suites_milano" HotelName="Magna Pars Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Forcella 6/8, 20144 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/c3/2ec3ceb62fb770dcca5753faf7cf6a38e2301605.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="270.68" OriginalAmount="268" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|233971-25442498/1932279108143858485/7644" HotelName="MAGNA PARS L'HOTEL A PARFUM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5480000/5478600/5478506/f673d841_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="271.34" OriginalAmount="268.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.448267693345" Longitude="9.2574272907593" StarRating="4" HotelCode="395912|87477|Bed &amp; Breakfast" HotelName="Novotel Milano Linate Aeroporto" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Airport Hotel,Conference Hotel" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Mecenate 121, 20138 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fd/9e/fd9e260c081807784dd3e2ebeebd5a1a3ee3fa10.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This easily accessible hotel is close to Linate Airport and conveniently situated near to exit 4 (Me...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="271.69" OriginalAmount="269" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1319620-26630030/1932279108143858485/11995" HotelName="NH MILANO CORSO BUENOS AIRES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/72000000/71810000/71802300/71802223/w3840h2550x0y3-92107034_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="273.71" OriginalAmount="271" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|651621-28502984/1932279108143858485/4686" HotelName="KEB HOTEL VITRUVIO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15260000/15258000/15257961/627332e8_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="273.71" OriginalAmount="271" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.462321387744" Longitude="9.1814763844013" StarRating="4" HotelCode="14722|55842" HotelName="Mentana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Morigi 2, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/37/4c370a6e53a8a5112f0e224cde3571be4000e0af.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="274.72" OriginalAmount="272" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.511502301365" Longitude="9.1240265178604" StarRating="4" HotelCode="907002|39409" HotelName="Barceló Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giorgio Stephenson 55, 20157 Milán</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/04/41049cd4a8a900b66ad7c3283c4111fada231d4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="281.20" OriginalAmount="278.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.466798" Longitude="9.1830199999999" StarRating="4" HotelCode="145449|A2F474" HotelName="Camperio House Suites &amp; Apartments" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Camperio 9, 20123 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/ab/01ab92819d550a46579c8ae60728f55c4994caa1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="284.82" OriginalAmount="282" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470900142825" Longitude="9.1841357946396" StarRating="5" HotelCode="192152|57257" HotelName="Style Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Erbe, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/191213/191213a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="286.84" OriginalAmount="284" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|152990-28497893/1932279108143858485/2756" HotelName="LHP NAPOLEON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1370000/1364300/1364270/76c5c3dd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="286.84" OriginalAmount="284" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.45526336" Longitude="9.16756946" StarRating="4" HotelCode="584213|238299" HotelName="Savona 18 Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Savona 18, 20144 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6d/7a/6d7ac31487b7d4881953288693d4fc105adcd280.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="294.92" OriginalAmount="292" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|104888-25281353/1932279108143858485/11025" HotelName="NH FIERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2580000/2571800/2571703/a463571b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="295.75" OriginalAmount="292.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479413" Longitude="9.209745" StarRating="4" HotelCode="16242|821907" HotelName="iH Hotels Milano Puccini" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Buenos Aires 33, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/f9/d9f94b964f869480beac9e8dc45d64bc5081ace9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This discerning luxury hotel is centrally located directly on the shopping street Corso Buenos Aires...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="295.93" OriginalAmount="293" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1330878-32737536/1932279108143858485/10070" HotelName="COMBO MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37890000/37886000/37885905/224746ef_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="296.94" OriginalAmount="294.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.460942" Longitude="9.189131" StarRating="4" HotelCode="302460|the_square_milano_duomo" HotelName="The Square Milano Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Alberico Albricci 2-4, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/83/12834d0595ef37ce49d039d006f71a9ea53ce6d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="299.97" OriginalAmount="297" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483089820825" Longitude="9.2051289999999" StarRating="3" HotelCode="88885|180008" HotelName="Keb Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitruvio 43, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/05/056275/056275a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="306.03" OriginalAmount="303" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|165648-25341105/1932279108143858485/9371" HotelName="DIECI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1790000/1781300/1781268/bafd79ce_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="306.03" OriginalAmount="303" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.467343" Longitude="9.185066" StarRating="4" HotelCode="76553|55382" HotelName="Antica locanda dei Mercanti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Tomaso 6, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5f/c5/5fc5fe86a569797c6488547c0a9b1119a923b263.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="307.04" OriginalAmount="304" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1225246-26572063/1932279108143858485/11924" HotelName="OSTELLO BELLO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12540000/12539500/12539421/e99c31f2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="309.06" OriginalAmount="306" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5078-25190149/1932279108143858485/8121" HotelName="HOTEL DEI CAVALIERI MILANO DUOMO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/12900/12833/cca93691_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="311.08" OriginalAmount="308" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|89490-32597378/1932279108143858485/1982" HotelName="GALILEO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/870000/861900/861820/551711a5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="313.10" OriginalAmount="310" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1347897-28590531/1932279108143858485/609" HotelName="MENTANA, BY R COLLECTION HOTELS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1347897/202210121106105.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="329.49" OriginalAmount="326.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.466026" Longitude="9.192203" StarRating="4" HotelCode="11617|CAF470800|Bed &amp; Breakfast" HotelName="Sina de la Ville" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Hoepli 6, 20121 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/fa/c4fac39154c7c7bfb6500812dd1981aff7d5f023.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="331.87" OriginalAmount="328.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484177481537" Longitude="9.1987185490738" StarRating="4" HotelCode="933456|386601|Bed &amp; Breakfast" HotelName="Hyatt Centric Milan Centrale" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Battista Pirelli 20, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cc/81/cc81ad3305b99d248c4a503272ef7442c4a8bbb6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="332.29" OriginalAmount="329.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46935063" Longitude="9.21401319" StarRating="4" HotelCode="850158|magville" HotelName="Magville" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Goldoni 31, 20129 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/e4/3de40cd5c7e91c6bdd2aada8b92026e55e9fa855.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="334.31" OriginalAmount="331" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|676545-21313659/1932279108143858485/263" HotelName="THE CORNER DUOMO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41960000/41955800/41955718/27b606fc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="335.32" OriginalAmount="332.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.467172" Longitude="9.184347" StarRating="4" HotelCode="186134|palazzo_segreti" HotelName="Palazzo Segreti" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via San Tomaso 8, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/96/17/96179e5cea3fa83b8a012bfafbc48ad1a44f1d11.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="337.34" OriginalAmount="334" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="51.5142279" Longitude="-0.1749653" StarRating="4" HotelCode="0|5069-25190145/1932279108143858485/7900" HotelName="URBAN HIVE MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1A Spring Street, LONDON, UK</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/13100/13018/a0f98b58_b.jpg</HotelPictures>
        <HotelDescription>This hotel, located in the London district of Paddington, lies only a few paces from the terminus of the Heathrow Express. In addition, Lancaster Gate underground station is situated nearby, as is Hyde Park and Kensington Gardens. Plenty of shops and entertainment venues can also be found in the area.

Constructed in 1910, this city hotel comprises a total of 43 rooms set over 5 floors. Facilities on offer include a lobby with 24-hour reception and lifts. The hotel also features a breakfast room, Internet access and, for an additional fee, a laundry service and parking.

The rooms include an en suite bathroom and a hairdryer, a direct dial telephone, Internet access, a TV and a tea/coffee maker. The heating is centrally regulated.

Breakfast may also be selected from a buffet each morning.

By Car: from London Heathrow - depart. At the roundabout, take the first exit onto Bolton's Lane. Turn left onto Bath Road. At the roundabout, take the first exit onto The Parkway. At the roundabout, take the fourth exit onto Slip Road (M4 J3). Continue onto the M4. Continue onto Great West Road. At the roundabout, take the second exit onto Great West Road. Continue onto the A4. Bear left onto Brompton Road. Bear right onto Knightsbridge. Continue onto the A4. At the roundabout, take the first exit onto Park Lane. At the roundabout, take the second exit onto Cumberland Gate. Bear left onto Bayswater Road. Turn right onto Lancaster Terrace. Continue onto Sussex Gardens. Turn left onto Spring Street. Arrive at the hotel.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="345.63" OriginalAmount="342.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463892154526" Longitude="9.1940212365367" StarRating="4" HotelCode="17917|1368917|Bed &amp; Breakfast" HotelName="Rosa Grand Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Fontana 3, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/29/fc29decb21442da72b025e1dedf4ff5964ac98d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated at the heart of Milan directly opposite the city's impressive Got...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="347.44" OriginalAmount="344" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.468543255004" Longitude="9.1831782460213" StarRating="4" HotelCode="16410|54170" HotelName="UNAHOTELS Cusani Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cusani 13, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/83/5283c5a20bb91b453af09c9e75c691dc5db390c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="347.44" OriginalAmount="344.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.476175978967" Longitude="9.1840499639511" StarRating="3" HotelCode="16762|hotel_ritter_2" HotelName="Ritter" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Garibaldi, 68, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/df/85df9925b2d64f5e930d754d455b57d4a8d33c87.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies is centrally located in the historical/ artistic district of the hotel, approximatel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="350.47" OriginalAmount="347" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.453429" Longitude="9.17924" StarRating="4" HotelCode="192160|181667" HotelName="The Yard Suite &amp; Dependance" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza XXIV Maggio 8, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/be/93bea3ad26d1f68693097712c829bbb8bd29a9ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="356.53" OriginalAmount="353" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|453287-20683224/1932279108143858485/297" HotelName="VIU MILAN A MEMBER OF DESIGNS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17370000/17365900/17365843/806fd113_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="358.55" OriginalAmount="355" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483208480708" Longitude="9.1775810210885" StarRating="4" HotelCode="527391|227300" HotelName="Hotel Viu Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Aristotile Fioravanti 6, 20154 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/a8/5aa83414e1d4f50e09b567485a2532eb67612c78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="360.57" OriginalAmount="357.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.471403141108" Longitude="9.19652988461" StarRating="4" HotelCode="317217|senato_hotel_milano" HotelName="Senato Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Senato 22, 20121 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/7d/ab7dd6eaeddee9f652e3800ec9d255048131a89e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="363.60" OriginalAmount="360" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|26284-25212580/1932279108143858485/7531" HotelName="UNA CUSANI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/21200/21141/992aea59_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="364.61" OriginalAmount="361" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|618332-25782884/1932279108143858485/7723" HotelName="IQ HOTEL MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37700000/37696200/37696159/958b405b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="367.64" OriginalAmount="364" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|237093-25445468/1932279108143858485/8367" HotelName="YARD SUITE &amp;amp; DEPENDANCE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4570000/4562800/4562738/f517b386_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="370.67" OriginalAmount="367" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.460246" Longitude="9.165836" StarRating="3" HotelCode="27233|9667" HotelName="Sant'Ambroeus" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 19/09/2026" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Papiniano, 14, 20123 Mailand, Italien</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/58/90587f942de593827a8ef5329d4ebc09c0deedd9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Milan’s city centre, 250 metres from Sant'Agostino metro stop on the green l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="371.68" OriginalAmount="368.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46718225" Longitude="9.20191466" StarRating="0" HotelCode="571833|hotel_indigo_milan_corso_monforte" HotelName="Hotel Monforte 27" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/09/2026" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Corso Monforte 27, 20122 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/60/ba60f55f598f525e9e831b67bb1e25e1465f6d4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="372.69" OriginalAmount="369" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1464893-32918361/1932279108143858485/11521" HotelName="AIELLO HOTELS - CITYLIFE APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110380000/110370800/110370737/e53e3467_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="378.75" OriginalAmount="375" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1464885-32918353/1932279108143858485/11526" HotelName="AH - DUOMO SIGNATURE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/115000000/114280000/114272900/114272883/55baa0d7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="379.76" OriginalAmount="376" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.468244" Longitude="9.207223" StarRating="5" HotelCode="177816|28247" HotelName="Château Monfort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Concordia 1, 20129 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/2a/fe2af287752ecca678e718d60dd36e4e9bb99cdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the heart of Milan, about 800 m from Piazza San Babila, around 1 km ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="385.82" OriginalAmount="382" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46695329" Longitude="9.19763846" StarRating="0" HotelCode="625279|247814" HotelName="Aiello Rooms San Babila" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Bed and breakfasts" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazza San Babila 5, Milan City Center, 20121 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/53/a353555b24b068edc8a85f3ff4864309ce9030bd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="387.84" OriginalAmount="384" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|676530-28584379/1932279108143858485/3604" HotelName="ODSWEET DUOMO MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/49000000/48710000/48703800/48703782/df01c43c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="396.93" OriginalAmount="393" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48491716848" Longitude="9.1981154680252" StarRating="4" HotelCode="29246|37952" HotelName="Four Points By Sheraton Milan Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gerolamo Cardano 1, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/a2/51a2a00fd48e6b25fea53b675db99050bc6facef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies right at the heart of the shopping quarter. Links to the public transport network ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="397.94" OriginalAmount="394.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463591" Longitude="9.186908" StarRating="4" HotelCode="36234|hotel_spadari_al_duomo" HotelName="Hotel Spadari al Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Spadari 11, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/2c/f12ca7f15854a963ab2160a900c2d351f15fdd4f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="401.98" OriginalAmount="398" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|408179-25586621/1932279108143858485/8275" HotelName="SPADARI AL DUOMO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/19600/19524/a4783d34_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="409.05" OriginalAmount="405" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48414" Longitude="9.201205" StarRating="3" HotelCode="15142|397366" HotelName="New York" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via G.B. Pirelli 5, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b1/c1/b1c1753ad7e36b32794834423d4a508ecb349f03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies directly opposite Milan central train station, the airport bus terminal, and the metr...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="411.07" OriginalAmount="407" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1267877-28480932/1932279108143858485/5464" HotelName="VICO MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/72000000/71400000/71395700/71395633/19c32cff_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="423.19" OriginalAmount="419" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|611166-28566587/1932279108143858485/3310" HotelName="INDIGO MILAN - CORSO MONFORTE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19370000/19367100/19367023/e1fbbf98_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="430.26" OriginalAmount="426" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|67610-28579032/1932279108143858485/5405" HotelName="DUO MILAN PORTA NUOVA, A TRIBUTE PORTFOLIO HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/790000/789100/789026/668c883d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="439.35" OriginalAmount="435" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|868973-28466785/1932279108143858485/3474" HotelName="3 ROOMS 10 CORSO COMO MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/91000000/90680000/90674100/90674075/e1a0af5d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="442.60" OriginalAmount="438.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470279423749" Longitude="9.1954788565636" StarRating="4" HotelCode="117254|128859|Bed &amp; Breakfast" HotelName="Manzoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santo Spirito 20, 20121 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a5/01/a5012978ab7b3780bf1e88d3c5cd40fda9ca0ff8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated in a quiet street in Milan's fashion district, between Via Montenapoleone and ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="444.40" OriginalAmount="440" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|871581-26088250/1932279108143858485/9196" HotelName="SPERONARI SUITES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/42000000/41500000/41495300/41495232/e4f5e36c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="449.45" OriginalAmount="445" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|591273-25739840/1932279108143858485/11315" HotelName="AIELLO ROOMS - SAN BABILA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19510000/19503500/19503437/9776f258_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="464.07" OriginalAmount="459.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47938999" Longitude="9.19628772" StarRating="5" HotelCode="317060|403439|Bed &amp; Breakfast" HotelName="ME Milan Il Duca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Republica 13, Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/f4/85f4a9ba4912d621f4ba0ae3c8a8f9708a897768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="469.65" OriginalAmount="465" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|394238-25576186/1932279108143858485/10083" HotelName="ROOM MATE GIULIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13320000/13318100/13318091/c0635d68_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="473.69" OriginalAmount="469" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465172016861" Longitude="9.1892640352166" StarRating="4" HotelCode="424248|177059" HotelName="Room Mate Giulia Milán" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 4, 20121 Milán, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/a7/80a7f0b6d612c0d3e0a4b234a756035a4581ceca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="474.70" OriginalAmount="470.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463083504114" Longitude="9.1979157227192" StarRating="4" HotelCode="258936|nh_president" HotelName="NH Collection Milano President" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Largo Augusto 10, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/71/a1711795aed1cbd71158d78f1da41bcba0e2a25f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in the heart of Milan just a few minutes' walk from the cathedral...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="480.76" OriginalAmount="476" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1441274-28799029/1932279108143858485/11650" HotelName="AF DUOMO - MILANO LUXURY SUITES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/105000000/104020000/104016200/104016142/7457ff92_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="483.79" OriginalAmount="479" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1247322-22366421/1932279108143858485/6265" HotelName="RADISSON COLLECTION HOTEL, PALAZZO TOURING CLUB MILAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/65000000/64670000/64665900/64665804/14bc5a9b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="486.82" OriginalAmount="482" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|324746-25519485/1932279108143858485/7340" HotelName="ME MILAN - IL DUCA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9700000/9690200/9690122/fb313b37_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="490.86" OriginalAmount="486" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46571248" Longitude="9.19161723" StarRating="4" HotelCode="305780|238316" HotelName="The Street Milano Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Santa Radegonda 14, 20121 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/5f/c95f0c995fce18affa57440e9f2763787dd12ecb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="506.01" OriginalAmount="501" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|543743-25699121/1932279108143858485/8092" HotelName="CASTELLO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/21000000/20180000/20172600/20172559/d89411c8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="508.03" OriginalAmount="503" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478225992379" Longitude="9.1997945308685" StarRating="4" HotelCode="35436|33383" HotelName="Hotel Baviera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 19/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Panfilo Castaldi 7, Zona Staz. Centrale/Repubblica, 20124 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/a1/efa174d1471709319e27df10c6d1051af73f7cca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan. Bars, pubs and nightclubs are all to be found a mere 5...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="510.05" OriginalAmount="505" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46742858" Longitude="9.18511087" StarRating="3" HotelCode="621980|255089" HotelName="Hotel Milano Castello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Elevator,Parking,Porter,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Tomaso 2, 20121 Milan, Varese</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/29/e0/29e0f6761be1bc8629e3669cb4ace3a22088d066.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Position\nHotel Milano Castello is been designed to provide a relaxing stay in the heart of Milan an...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="526.21" OriginalAmount="521" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|143091-25318209/1932279108143858485/7958" HotelName="SINA THE GRAY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/909500/909470/0104f24b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="541.45" OriginalAmount="536.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465877" Longitude="9.189256" StarRating="5" HotelCode="117700|712104" HotelName="Galleria Vik Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 8, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/49/8c49707418bd9762b344757aa132a8a406dbc9b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an idyllic location in the celebrated Galleria Vittorio Emanuele II shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="543.95" OriginalAmount="538.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465298078173" Longitude="9.1910452693929" StarRating="4" HotelCode="82248|3363506|Bed &amp; Breakfast" HotelName="STRAFhotel&amp;bar A Member of Design Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Raffaele 3, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/82/df8217e5363fdfc24e0445c2ec7755a11f39102d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="556.51" OriginalAmount="551" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1258410-26606290/1932279108143858485/11457" HotelName="AMABILIA SUITES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/69000000/68770000/68764300/68764248/281c4552_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="645.39" OriginalAmount="639" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464992392729" Longitude="9.1893938230164" StarRating="5" HotelCode="361362|178355" HotelName="Townhouse Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 2, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1e/96/1e9647e7796fe8863e850386ad2a92bde1b22df4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="651.45" OriginalAmount="645" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46137833" Longitude="9.1903631" StarRating="0" HotelCode="447751|177782" HotelName="Duomo Rooms" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Paolo da Cannobio 11, 20122 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/8f/988f1ef8f808e3971d0dfd37beb8a973491e9524.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A baggage storage service, a safe and a transfer service are available to guests of the hotel. Wirel...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="670.64" OriginalAmount="664" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485789708476" Longitude="9.2018491029739" StarRating="5" HotelCode="12364|53789" HotelName="Excelsior Hotel Gallia, a Luxury Collection Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 9, Mailand 20124</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/06/3206460338b5316af2c047c9ef7fcbd7908eaa03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located on Piazza Duca d'Aosta directly beside the main train station and just ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="711.04" OriginalAmount="704" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="38.409566" Longitude="23.669824" StarRating="2" HotelCode="0|592626-25741784/1932279108143858485/8802" HotelName="LUXURY SUITE MILANO DUOMO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3 Krinon, LEFKANTI, GR</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6450000/6443200/6443123/68d381a7_b.jpg</HotelPictures>
        <HotelDescription>This elegant hotel is situated in a traditional fishing hamlet in the Gulf of Evia, 12 km from the town of Eretria. The self-contained units all have a fully equipped kitchenette, as well as a dining area and a spacious furnished balcony, where guests can enjoy their home-cooked meals on a backdrop of sweeping mountain or sea views. As an alternative to the beautiful beach, the hotel has a large swimming pool, which can meet the requirements of any age group, including children. The outdoor area comprises also a pool bar, where guests can enjoy a refreshing drink or a light meal. The restaurant overlooks the swimming pool area and serves complimentary breakfast in the morning and a rich variety of authentic Greek cuisine for lunch and dinner.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="718.11" OriginalAmount="711" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46218932" Longitude="9.19047366" StarRating="2" HotelCode="604515|57820" HotelName="Suite Milano Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Guest houses" CnxPolicy="Non Refundable" HotelFacility="Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Baracchini 1, 20123 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/46/d8/46d8d138d619704aa56de637657e9878bf9202bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="726.19" OriginalAmount="719" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1360321-19577799/1932279108143858485/6965" HotelName="THE GLAMORE MILANO DUOMO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91840000/91830900/91830801/00c72da9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="924.15" OriginalAmount="915" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1411854-27715804/1932279108143858485/10189" HotelName="THE PLEIN HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/102000000/101740000/101733200/101733172/a1f492f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="960.51" OriginalAmount="951" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|64956-25236495/1932279108143858485/7446" HotelName="GRAND ET DE MILAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/25800/25759/8544b19d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="982.73" OriginalAmount="973" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1397872-26689792/1932279108143858485/12113" HotelName="PALAZZO CORDUSIO, A GRAN MELIÁ HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/95000000/95000000/94999000/94998930/f736c14e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="985.87" OriginalAmount="976.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478752589289" Longitude="9.1990354657173" StarRating="5" HotelCode="18681|1380098|Bed &amp; Breakfast" HotelName="The Westin Palace, Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Repubblica 20, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/ec/68ec2049893afe3050e39e3bd88c8f791afc77e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is located in the centre of Milan, directly on the Piazza della Repubblica and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1295.83" OriginalAmount="1283" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47336" Longitude="9.1911250000001" StarRating="5" HotelCode="263951|57724" HotelName="Palazzo Parigi Hotel Grand Spa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso di Porta Nuova 1, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a6/74/a6745739fe3a7ae01515944fc0ce51e6cb771f22.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1310.98" OriginalAmount="1298" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4756" Longitude="9.1915" StarRating="0" HotelCode="954743|364902" HotelName="Casa Brera" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Via Degli Umiliati 2/A, 20138 Milan, Milano, Lombardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1362.49" OriginalAmount="1349" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.469230769174" Longitude="9.1986264288425" StarRating="5" HotelCode="26032|28245" HotelName="Baglioni Hotel Carlton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 29/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Senato 5, 20121 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/b0/e9b0dd7c7f3d563c969516d0abc6129d3ffe58d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Affording a view of the Via Della Spiga, this luxury hotel is situated directly in the exclusive fas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1377.56" OriginalAmount="1363.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465496" Longitude="9.188925" StarRating="5" HotelCode="26216|7332|Bed &amp; Breakfast" HotelName="Park Hyatt Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tommaso Grossi 1, 20121 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/dc/52dc4cdd4f72d90d85acfea56aae18fefe7b2daf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top-notch luxury hotel is located in hip Italian fashion capital of Milan. The hotel enjoys an ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1410.97" OriginalAmount="1397" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|18206-32392769/1932279108143858485/382" HotelName="THE CARLTON, A ROCCO FORTE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/1000000/450000/449200/449149/c2f8cee0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1547.81" OriginalAmount="1532.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470520911293" Longitude="9.1930307162863" StarRating="5" HotelCode="904547|366115|Bed &amp; Breakfast" HotelName="Armani Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/09/2026" HotelFacility="Air Conditioning,Bar,Conference Hall,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Alessandro Manzoni 31, 20121 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d3/f7/d3f7a15751212c98cfe10cad7b2cd28bfc3f9d4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1603.88" OriginalAmount="1588" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1348626-26644109/1932279108143858485/12129" HotelName="PORTRAIT MILANO - LUNGARNO COLLECTION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/85000000/84020000/84011100/84011048/c099a160_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1608.93" OriginalAmount="1593" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1352559-27595345/1932279108143858485/10432" HotelName="CASA CIPRIANI MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/97000000/96280000/96274900/96274815/01393cf3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1687.71" OriginalAmount="1671" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1412219-27603271/1932279108143858485/12159" HotelName="PALAZZO VIRIDIS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108490000/108480200/108480104/f57879b5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1723.06" OriginalAmount="1706.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470112016524" Longitude="9.1897416114807" StarRating="5" HotelCode="30030|bulgari_hotel_milan" HotelName="Bulgari Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Fratelli Gabba 7/b, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/c1/acc1277984372feb7af8287dd5e42b071ef4f6dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Bar,Designated Smoking Area,Central Heating,Currency Exchange,Nightclub,Shopping Arcade,Bicycle Rental,Garden,Lounge,Spa,Wheelchair Access,Diet Meals,Jacuzzi,Golf,Kitchen,24 Hour Front Desk,Concierge,Dry Cleaning,Elevator,LCD/Projector,Luggage Storage,Meeting Room,Parking,Pets allowed,Airport Transfer (on Demand),Heated Pool,Coffee Shop,Porter,Limousine Service</BasicAmenities>
    <HotelRating>4,3,5,1,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,HOTEL DE CHARME,SPA HOTEL,AIRPORT HOTEL,FAMILY-FRIENDLY HOTEL,ECO HOTEL,APARTMENT HOTEL,VILLAGE,CLUB RESORT,APARTHOTEL,GUESTHOUSE,APARTMENT,BED AND BREAKFASTS,GUEST HOUSES,HOSTELS,INNS,MOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|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="e522d68d-282e-42b7-aa8c-0e41f791dfd3">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="54074" DestinationId="0" CityId="0" />
    <StayDateRange Start="2027-04-11T00:00:00" End="2027-04-12T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@aitravel-kh.com" Password="Snanum@$" RequestedCurrency="GBP" ClientNationality="KH" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|InfiniteSearch|error while generating search request: Exception- Object reference not set to an instance of an object.|System.NullReferenceException: Object reference not set to an instance of an object.
   at HotelSources.Infinite.Search(HotelSearchRQ pSearchRequest, HotelSearchRS& response) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 54|Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:d3dd9bb5-1b15-4f9d-8beb-7d078926a59f
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|WebbedsSunHotelsSearch|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|RestelSearch|successfull supplier interation||Restel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:12:31.2016839+01:00" Version="0" EchoToken="Search" TransactionIdentifier="e522d68d-282e-42b7-aa8c-0e41f791dfd3" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="83" TotalAmount="118.17" OriginalAmount="117" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|25293-18118466/7531038412089416981/10731" HotelName="BERLINO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1500/1410/ac6e184f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="130.21" OriginalAmount="128.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.490422408744" Longitude="9.1528405267557" StarRating="3" HotelCode="36233|3541258" HotelName="Hotel Berlino" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Antonio Plana 33, 20155 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/b6/e6b6377881c6b386d58ed6d0cfd8b020300ff242.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated only 10 minutes from the Campionaria and 15 minutes from the Rho exhibition ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|164564-2592263/7531038412089416981/4088" HotelName="IH HOTELS MILANO EUR TREZZANO SUL NAVIGLIO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1150000/1145800/1145734/ff933ab2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="135.34" OriginalAmount="134" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5072-28524950/7531038412089416981/3936" HotelName="ORNATO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1070000/1065100/1065040/9a9afd7e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="145.24" OriginalAmount="143.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.52002434874" Longitude="9.1923728585243" StarRating="3" HotelCode="371240|394458" HotelName="Hotel Ornato" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/04/2027" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Ornato 64, 20162 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/39/395335/MIQhHF2H_1131b3a54d74684426c5e97ed640ce6a.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located about 1.6 km from the centre of Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="149.48" OriginalAmount="148.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.51975" Longitude="9.19262" StarRating="0" HotelCode="955972|hotel_ornato" HotelName="Ornato Dependance" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Ornato 64, 20162 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/13/de/13deab9d8949da58cffed9dd3e98a0e702eb98de.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="153.52" OriginalAmount="152" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5086-21394888/7531038412089416981/7056" HotelName="BELSTAY MILANO ASSAGO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/1000000/470000/463600/463556/1436454a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="156.55" OriginalAmount="155.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48368199" Longitude="9.14062682" StarRating="0" HotelCode="447818|ostello_aig_piero_rotta" HotelName="Ostello Aig Piero Rotta" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Martino Bassi 2, San Siro, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/aa/02aa5d3f43de77e3eae679c6a8102ccbb67710e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="157.56" OriginalAmount="156" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1188209-28454483/7531038412089416981/1317" HotelName="CENTRAL HOSTEL MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8800000/8797000/8796982/4f009121_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="163.62" OriginalAmount="162" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46972359223" Longitude="9.2342032492161" StarRating="4" HotelCode="192189|38412" HotelName="iH Aparthotel Milano Argonne Park" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Ettore Paladini 7, 20133 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7e/51/7e512a58773129b2fb41f87b6b4ef7b8ae888608.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="164.63" OriginalAmount="163" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|13630-28562691/7531038412089416981/3123" HotelName="STARHOTEL TOURIST" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/10500/10498/8c768659_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="165.64" OriginalAmount="164" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|862550-28586191/7531038412089416981/4312" HotelName="STARHOTELS BUSINESS PALACE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/54200/54133/9047288f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="167.65" OriginalAmount="165.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.512404803314" Longitude="9.178661652262" StarRating="3" HotelCode="55491|51138" HotelName="Eco Hotel La Residenza" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Scialoia 3, 20161 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/3f/023f9d33717a07fdff8e7af6b8cc5fd6a9c47860.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in a peaceful area, just a short distance from all major sightseeing attractions in M...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="167.66" OriginalAmount="166" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|75704-18225050/7531038412089416981/12378" HotelName="COSMO PALACE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/976700/976642/568a9fa0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="168.05" OriginalAmount="166.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.471731758313" Longitude="9.0772547619018" StarRating="4" HotelCode="99147|124849" HotelName="Idea Hotel Milano San Siro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaetano Airaghi 125, 20153 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/82/d9823417dfaefed13d55f32f8542004982e1a870.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically situated near the San Siro-Fiera exit on the Tangenziale Ovest (western r...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.68" OriginalAmount="168.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.444162046236" Longitude="9.116071" StarRating="4" HotelCode="38498|idea_hotel_milano_lorenteggio" HotelName="iH Hotels Milano Lorenteggio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lorenteggio 278, 20152 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/0b/970bd9b3841e46e793b2671db66cbf144d30ac49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located close to Westring Street, near the Lorenteggio exit. The Pero/Rho exhi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="170.42" OriginalAmount="168.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4692352" Longitude="9.22194034" StarRating="3" HotelCode="824639|360956" HotelName="Golden Milano Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Goldoni 84, 20129 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/ab/ffabcffaacbef12a53d4d4af586bf3754b31a08e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Carlo Goldoni is a 2-star hotel located in eastern Milan and is well connected with the Centra...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="171.70" OriginalAmount="170" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.401222286586" Longitude="9.120630415295" StarRating="4" HotelCode="335612|33340" HotelName="Holiday Inn Assago" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tangenziale Ovest Km 19, 20094 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a5/e6/a5e61117fa31d33ad653cdcdc511c607cc322ff0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Autostrada dei Fiori highway and quickly linked by shuttle bus to the ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="172.71" OriginalAmount="171" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|101026-252369/7531038412089416981/4091" HotelName="IDEA SAN SIRO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2040000/2032200/2032147/e179d5c7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="172.71" OriginalAmount="171.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.526576" Longitude="9.212825" StarRating="4" HotelCode="17919|starhotels_tourist" HotelName="Tourist" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fulvio Testi 300, 20126 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/7e/8b7e58e2fcf5fe51ef1073b504f06d56cd92cc25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the business district in the north of the city of Milan within a few paces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.72" OriginalAmount="172.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.437584204443" Longitude="9.2314392328262" StarRating="4" HotelCode="18190|starhotels_business_palace" HotelName="Business Palace" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Pietro Gaggia 3, 20139 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/e9/05e95ff88737567bc6a920bde4b2ae4d4d9f4b18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies in the lively city of Milan just 500 m from the nearest links to the public...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="178.77" OriginalAmount="177" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|185633-18157023/7531038412089416981/12146" HotelName="IH HOTELS RESIDENCE ARGONNE PARK MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3570000/3560800/3560799/753198e0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="180.45" OriginalAmount="178.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46922371" Longitude="9.22181866" StarRating="2" HotelCode="619592|362569" HotelName="Hotel Carlo Goldoni" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Goldoni 84, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/c3/4bc3819330368935ca29844db94432250d318ec8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.81" OriginalAmount="181.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.418834" Longitude="9.157206" StarRating="3" HotelCode="73521|hotel_alga_2" HotelName="Alga" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Mare, 93, 20142 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/92/83921332d3517366d7afb9b5bb3274aa2217f690.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the southern area of Milan in a strategic position near both the highways ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.82" OriginalAmount="182.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4439" Longitude="9.153" StarRating="4" HotelCode="400868|idea_hotel_milano_watttredici" HotelName="iH Hotels Milano Watt 13" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giacomo Watt 13, 20143 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/75/b675f445ba0dea0fce5c2e5c7ae7aa11bfe2ea18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="184.83" OriginalAmount="183" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|543722-28457913/7531038412089416981/1389" HotelName="CARLO GOLDONI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21960000/21956300/21956298/c0cd03fb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="184.83" OriginalAmount="183" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|591992-28501691/7531038412089416981/2137" HotelName="GOLDEN MILANO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31570000/31565800/31565751/1d1c7d23_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="187.86" OriginalAmount="186" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12767-18117318/7531038412089416981/7966" HotelName="DA VINCI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10120000/10110400/10110341/8c5ef786_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="188.87" OriginalAmount="187" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|31015-18118912/7531038412089416981/8278" HotelName="ECO HOTEL MILANO &amp;amp; BIORISO RESTAURANT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/909800/909796/a170b911_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="188.87" OriginalAmount="187" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1247320-19868114/7531038412089416981/13124" HotelName="AMEDIA MILANO - TRADEMARK COLLECTION BY WYNDHAM" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/60000000/59900000/59898100/59898052/b7a4ea7e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="192.22" OriginalAmount="190.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.533093476303" Longitude="9.1711002588272" StarRating="4" HotelCode="335618|57339" HotelName="Hotel Da Vinci" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Senigallia 6, 20161 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/58/9f58f9d3e83dc88b520a257cc5a18bf29e1aa9cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the northern area of Milan, 8 km away from the exhibition area of Fiera Mila...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="192.91" OriginalAmount="191" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|402947-28498668/7531038412089416981/2451" HotelName="ARES MILAN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2537800/2537724/fc04c37c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="192.91" OriginalAmount="191" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157386-28579193/7531038412089416981/3590" HotelName="IH LORENTEGGIO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1100/1031/26aa63e9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="192.91" OriginalAmount="191.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46601" Longitude="9.217087" StarRating="2" HotelCode="116866|hotel_dateo_centro" HotelName="Dateo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Piceno 33, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/83/e5834a8f83b513ffaf0c641f7c4ecbef036d7bb0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="200.78" OriginalAmount="198.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.437086" Longitude="9.16439" StarRating="3" HotelCode="79350|617758" HotelName="Plus Welcome Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Famagosta 50, 20142 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/a3/7da3dece5ca4276e41288bb8a72dd188aa8e2991.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.00" OriginalAmount="200.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48475" Longitude="9.162364" StarRating="3" HotelCode="117237|hotel_losanna" HotelName="Losanna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Piero della Francesca 39, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/a5/dfa5853bbf56aaf4c897b198814854098ecbeb3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can feel at home in one of the 23 rooms. Services and facilities at the hotel include a r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="205.03" OriginalAmount="203" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157965-14575108/7531038412089416981/6863" HotelName="DEVERO &amp;amp; SPA, BW SIGNATURE COLLECTION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2170000/2167600/2167570/w3840h2558x0y0-7278e34d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="212.10" OriginalAmount="210.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47755152" Longitude="9.21023778" StarRating="0" HotelCode="737617|ostelzzz" HotelName="Ostelzzz" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Elevator,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>Via Giorgio Jan 5/A, 20129 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/75/4775afd19ac76db5f8a3884b1264203b2e736af7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;With a stay at Ostelzzz in Milan (Central Station), you'll be minutes from Corso Buenos Aires and Pi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="212.86" OriginalAmount="210.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.433565" Longitude="9.189671" StarRating="4" HotelCode="79237|128884" HotelName="Atahotel Quark" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lampedusa, 11/A, 20141 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/107278/a_107278_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a strategic location, just a few minutes from the famous Navigli of Milan. Guests ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="214.12" OriginalAmount="212" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|146336-28560429/7531038412089416981/481" HotelName="UNAHOTELS EXPO FIERA MILANO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2230000/2224900/2224808/848b9465_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="214.12" OriginalAmount="212" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|51535-27046799/7531038412089416981/16781" HotelName="SPORTING" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/51535/2011228152421997.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="215.13" OriginalAmount="213" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|870715-28460701/7531038412089416981/1771" HotelName="GUEST HOUSE PIRELLI MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9150000/9145500/9145492/63145374_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="215.59" OriginalAmount="213.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.514785" Longitude="9.116386" StarRating="4" HotelCode="221719|186837" HotelName="Klima Hotel Milano Fiere" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Venezia Giulia 8, 20157 Milano, Lombardei</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/50/fe508f0f8b2b208c3da667557c633af892f00d9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="215.64" OriginalAmount="213.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.451176" Longitude="9.2077400000001" StarRating="3" HotelCode="117438|4056089" HotelName="Di Porta Romana" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lazzaro Papi 18, 20135 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/7c/4c7c47c2abc873cca551bf806f6bf996bfd03852.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="216.14" OriginalAmount="214" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.395782" Longitude="9.211301" StarRating="4" HotelCode="17864|25502" HotelName="Hotel Sporting" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sporting Mirasole 56, 20090 Mailand, Italy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/30/b7/30b7554f3c0605872e49ca765f2fded079a0da2e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a residential area, around 8 km from the city's tourist centre. The bus sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="219.17" OriginalAmount="217" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|142479-18149491/7531038412089416981/17306" HotelName="HOLIDAY INN MILAN NORD ZARA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3630000/3622000/3621918/5a1cd00c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.20" OriginalAmount="220.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484697" Longitude="9.162794" StarRating="2" HotelCode="360043|hotel_parma_4" HotelName="Hotel Parma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel,Inns" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Piero della Francesca 48, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/06/220639fc72405fa9dd6cc769f9facd25a670b988.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Hotel Parma in Milan (San Siro), you'll be close to Fiera Mil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="223.21" OriginalAmount="221.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.444603411215" Longitude="9.2068111896515" StarRating="4" HotelCode="186866|zambala_luxury_residence" HotelName="Zambala Luxury Residence" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Apartment Hotel,Eco Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Kitchen,Laundry,Massage Centre,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Brembo 29, Ripamonti Corvetto, 20139 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/23/79/23792292241fb013b4e995e325cc63181ab9823f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The aparthotel is located near the heart of Milan. It is a stone's throw from the main motorways and...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="228.26" OriginalAmount="226" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|196700-18146505/7531038412089416981/13306" HotelName="KLIMA MILANO FIERE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5430000/5426900/5426838/c3d0404a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="230.28" OriginalAmount="228" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.8628672" Longitude="-13.8279348" StarRating="3" HotelCode="0|53241-18202867/7531038412089416981/9294" HotelName="VECCHIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>58 Bienvenida Martín  Practicanta, PLAYA BLANCA YAIZA, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2740000/2737200/2737189/266744e3_b.jpg</HotelPictures>
        <HotelDescription>This beach hotel revels in its hillside setting, lying just 20 metres away from the sea. The hotel commands spectacular views over the coastline. Guests will find themselves just 200 metres away from the beach and 500 metres from links to the public transport network. Guests can enjoy an array of exciting activities nearby. This charming hotel enjoys an attractive architectural design, greeting guests with the promise of a memorable stay. The guest rooms are beautifully designed, featuring refreshing tones and a relaxing ambience. The rooms feature modern amenities for added comfort and convenience. Guests will appreciate the choice of facilities and services that the hotel has to offer.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="230.28" OriginalAmount="228" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1462577-32843675/7531038412089416981/13026" HotelName="BREDA SUITES HOTEL MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/128000000/127800000/127792900/127792801/8fd541be_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="230.28" OriginalAmount="228" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1438574-27935391/7531038412089416981/18179" HotelName="JOY 124 MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107220000/107213300/107213260/aa10326c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="231.21" OriginalAmount="228.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464235" Longitude="9.181967" StarRating="3" HotelCode="95048|321511" HotelName="Vecchia Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Borromei 4, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/d2/79d2a8dd8a8bca616f8e7cc4489913af42e7212e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="237.35" OriginalAmount="235" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1355432-24907419/7531038412089416981/7183" HotelName="QUARK MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88960000/88956100/88956047/81ef9360_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.35" OriginalAmount="235.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484744163255" Longitude="9.1596740484238" StarRating="4" HotelCode="34832|hotel_nasco" HotelName="Hotel Nasco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Corso Sempione 69, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/52/99/5299400b02b48f40acb3c61acb111696c9838e4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in an ideal location in the heart of trendy Milan with quick access to excell...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="239.37" OriginalAmount="237" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|857673-33126045/7531038412089416981/14811" HotelName="CROWNE PLAZA MILAN - LINATE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/857673/20206582642969.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="242.40" OriginalAmount="240" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|185716-28436457/7531038412089416981/1745" HotelName="ARCOBALENO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2522900/2522840/8f9b28e4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="243.41" OriginalAmount="241" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="42.0894" Longitude="-71.0536" StarRating="4" HotelCode="0|338561-18199268/7531038412089416981/10893" HotelName="DEGLI ARCIMBOLDI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>50 CHRISTY DR, BROCKTON, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7820000/7815200/7815154/a616daf6_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Location.    Country Inn &amp;amp; Suites By Carlson, Brockton is located on the beach in Brockton, close to Stonehill College.    Hotel Features.   Recreational amenities include an indoor pool, a spa tub, and a fitness facility. This hotel has a business center and offers a meeting/conference room, audio-visual equipment, and business services. Complimentary wireless Internet access is available in public areas. A complimentary hot and cold buffet breakfast is served each morning. Self parking is complimentary. Additional property amenities include a library, laundry facilities, and express check-out.    Guestrooms.     Air-conditioned guestrooms at Country Inn &amp;amp; Suites By Carlson, Brockton feature coffee/tea makers and complimentary newspapers. Bathrooms feature hair dryers. Wireless Internet access is complimentary. In addition to desks, guestrooms offer multi-line phones as well as free local calls (restrictions may apply). 27-inch flat-panel televisions have premium cable channels. Rooms also include irons/ironing boards. Housekeeping is available daily.      Room Info:       Notifications and Fees:          The following fees and deposits are charged by the property at time of service, check-in, or check-out.    Deposit: USD 100 per stay (for stays between 1 January - 31 December)  Rollaway bed fee: USD 10 per night     The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.    Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.    Property Information:  Pets not allowed   Check-out time is noon  Check-in time starts at 3 PM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="243.41" OriginalAmount="241" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1464888-32920075/7531038412089416981/18593" HotelName="PALAZZO LORETO HOTEL MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/125000000/124190000/124181000/124180975/0d9edb90_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="244.42" OriginalAmount="242" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|26748-18324562/7531038412089416981/15461" HotelName="NASCO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1100000/1095000/1094943/149ec67e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="246.44" OriginalAmount="244" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|54854-18117466/7531038412089416981/9114" HotelName="NH MILANO 2" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/17800/17788/9f7345fe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="249.47" OriginalAmount="247.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.370532" Longitude="9.212315" StarRating="4" HotelCode="63271|best_western_golf_hotel_3" HotelName="Golf Hotel Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Business Hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Abruzzo, 20090 Opera Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/a3/3da3c55832b2e083bca2d4746b06dc5c493707d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in strategic position by the Tangenziale Ovest, the hotel is 10 km from the centre of Milan ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="257.55" OriginalAmount="255" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1464887-32920074/7531038412089416981/18379" HotelName="KIRA SUITES HOTEL MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/117000000/116540000/116537100/116537057/3a1a12a8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="258.11" OriginalAmount="255.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484178" Longitude="9.205471" StarRating="3" HotelCode="95049|687095" HotelName="Ostello Bello Grande" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/03/2027" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lepetit 33, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/4b/a94bab279626725e74d2d5bd9cd02f6c6af391d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="266.64" OriginalAmount="264.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484528" Longitude="9.216144" StarRating="4" HotelCode="78738|del_corso_hotel" HotelName="Del Corso" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pecchio 2, 20131 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/ef/63efa6e26195c465c48c922b97f5b5c3f6795b82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="271.69" OriginalAmount="269" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|605197-18225069/7531038412089416981/12826" HotelName="J24 MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33070000/33060500/33060489/b585ecfd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="273.71" OriginalAmount="271" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="35.533700" Longitude="-82.604500" StarRating="3" HotelCode="0|95332-28524861/7531038412089416981/367" HotelName="BEST WESTERN ASTORIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>12 Rocky Ridge Road, Asheville, 28806, NC, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/20000/20000/23017eac_b.jpg</HotelPictures>
        <HotelDescription>Property Category: Unknown. Property Type: Hotel. Total rooms: 108. Suites: 21. Single-bedded accommodations: 0. Double bedrooms: 0. Smoking rooms: 0. Nonsmoking rooms: 108. Physically challenged rooms: 7. Floors: 5. Miscellaneous information- Booking and cancellation policies vary by rate type. Please check all applicable rules prior to booking to avoid possible charges.
American Disabilities Act. If your accessibility needs are not met, please contact the Hotel Manager on Duty. Should you require additional information regarding accessible facilities for guests with disabilities, please call 1-800-465-4329 (U.S. and Canada) or contact the hotel directly.  For the hearing impaired, TDD service is available at 1-800-238-5544 within the U.S. and Canada. Property description- Welcome to the Holiday Inn Express &amp;amp; Suites SW Asheville Outlets. Just across from the Asheville Outlets Mall, the hotel is conveniently located off Exit 33 from I-26 and one mile from I-40 interstate. Being minutes from Downtown Asheville allows our guests to explore our citys unique shops, restaurants, and breweries.After having a great night's sleep in our newly renovated hotel, spend the day exploring the historic Biltmore Estate, or take in the magnificent views on the Blue Ridge parkway. If your interest lies in nature, we can direct you to the nearby North Carolina Arboretum, with its beautiful gardens and many hiking trails. If you are in for an adventure, book a white-water rafting trip, hike at the renowned Chimney Rock Park, or take a ride on the Great Smoky Mountain Railway. All just a short drive from Asheville.Unfortunately, we are unable to accommodate commercial-sized Trucks, Trailers, RVs, or buses not with a tour group due to the egresses of our parking lot.. Onsite facilities information- Parking. Security information- No weapons allowed on propertyProperty was built in 1998. Hotel Currency: USD. Additional Addresses: Other: 12 Rocky Ridge Road, Asheville, 28806, NC, US. Additional Phone Numbers: Fax - Other: 18286656814. . &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.73" OriginalAmount="273.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.499679140502" Longitude="9.2061159824251" StarRating="4" HotelCode="387392|idea_hotel_milano_bicocca" HotelName="iH Hotels Milano Gioia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Giustizia 10/D, Zona Greco, 20125 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/4c/204cd104e528e90bf44bf430d6236b9cb8374b57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers easy access from Milan central railway station (2 km), the underground network (Son...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="276.13" OriginalAmount="273.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478562638829" Longitude="9.2041879892349" StarRating="4" HotelCode="30258|112824" HotelName="Best Western Plus Hotel Felice Casati" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/03/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Felice Casati 18, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/26/f226e62553aab2c64a151e4d8b2166836d2b97da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Milan, next to the famous Corso Buenos Aires, in the middle of the most impo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="278.32" OriginalAmount="275.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49736441" Longitude="9.18081511" StarRating="4" HotelCode="874968|652346" HotelName="J24 Hotel Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Edoardo Jenner 24, 20158 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/06/60/0660a737eaccc57427ef807c14cf089549cdd123.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated 300mts far from the underground station MM3 Maciachini, 2.1 km of Ospedale Niguarda and 3.2...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="278.76" OriginalAmount="276" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|25296-18128360/7531038412089416981/8166" HotelName="WORLDHOTEL CASATI 18" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/120000/111100/111042/f40d0b08_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="279.77" OriginalAmount="277" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|75712-18124634/7531038412089416981/16800" HotelName="NOVOTEL MILANO LINATE AEROPORTO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/11700/11661/4cc89602_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="282.80" OriginalAmount="280" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|872215-28460052/7531038412089416981/2914" HotelName="LA MAISON DEL CAPESTRANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/872215/202093095742300.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="282.97" OriginalAmount="280.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.492127" Longitude="9.14777" StarRating="4" HotelCode="166965|17713" HotelName="Antares Accademia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Certosa 68, 20155 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e7/1d/e71d16d6a1b03dd3484eb360cccdf7b7796979b9.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located only minutes’ walk from the old Fiera di Milano (Milan's international fair an...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="285.83" OriginalAmount="283.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483979" Longitude="9.197868" StarRating="3" HotelCode="387122|guest_house_pirelli" HotelName="Guest House Pirelli" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/03/2027" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Battista Pirelli 26, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/02/27026a2b7d64f7363f3bf2d1e553047ada479829.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="285.94" OriginalAmount="283.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484489220633" Longitude="9.2064771644343" StarRating="4" HotelCode="95056|173575" HotelName="Hotel Bristol Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/03/2027">
        <Address>
          <AddressLines>
            <AddressLine>Via Scarlatti 32, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/2d/422df335d82d27ec76c59a0f41fcb4383440b29a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="292.90" OriginalAmount="290" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1322658-28476825/7531038412089416981/1832" HotelName="FIORALBA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75810000/75807000/75806984/f7740dfe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="293.91" OriginalAmount="291.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.432325461223" Longitude="9.1066843271255" StarRating="3" HotelCode="335610|hotel_naviglio_grande" HotelName="Residence Naviglio Grande" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Alzaia Trieste 11, 20092 Corsico, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b5/40/b5409f8e7453710f52e7d066bce9163893a56506.png</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located on the banks of the Naviglio Grande River, in the South-West of Milan, close to...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="295.93" OriginalAmount="293" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1464891-32920078/7531038412089416981/14142" HotelName="PALAZZO BUENOS AIRES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1070000/1069000/1068913/c6ff4dd7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="299.97" OriginalAmount="297.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.436797494505" Longitude="9.1717144846916" StarRating="3" HotelCode="34891|hotel_dei_fiori" HotelName="Dei Fiori" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Renzo e Lucia 14, 20142 Milano, Lombardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/da/82/da8252154a71f85a6ab037738329ab8d45b6147d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is situated close to the city centre, just 200 m from the nearest restaurants and le...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="305.02" OriginalAmount="302" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1412744-28547359/7531038412089416981/3439" HotelName="NUMA MILAN SEMPIONE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107510000/107502000/107501986/6e1b78ae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="308.05" OriginalAmount="305.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.472546896218" Longitude="9.1440327465534" StarRating="4" HotelCode="10404|best_western_hotel_astoria_4" HotelName="Best Western Hotel Astoria" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Murillo 9, 20149 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8e/8b/8e8b758dbf9d61ab15d2a80936e180eafbcc682b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated near the Viale Murillo. Milano City, the gallery and exhibition centre, is onl...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="308.77" OriginalAmount="305.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.511502301365" Longitude="9.1240265178604" StarRating="4" HotelCode="907002|231546" HotelName="Barceló Milan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/03/2027" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giorgio Stephenson 55, 20157 Milán</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/04/41049cd4a8a900b66ad7c3283c4111fada231d4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="309.06" OriginalAmount="306" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|877811-20826307/7531038412089416981/8601" HotelName="NH LINATE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/877811/20201030112124431.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="310.32" OriginalAmount="307.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480448009839" Longitude="9.2116163671017" StarRating="4" HotelCode="12715|17861" HotelName="Best Western Plus Hotel Galles" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Lima 2, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/89/9b/899bd9366d4863687e120a5c9e19e5e0bc802a6a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located directly on the Corso Buenos Aires. It takes just a few minutes by foo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="312.09" OriginalAmount="309" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12762-18117315/7531038412089416981/15917" HotelName="SPICE MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/550000/548400/548350/a5c79f75_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="312.22" OriginalAmount="309.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48687528" Longitude="9.20185869" StarRating="4" HotelCode="495492|550221" HotelName="NYX Milan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Piazza IV Novembre 3, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/9f/f39f5a008e55d0f15cfd48a8ddd5653e501d0df9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="314.11" OriginalAmount="311" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|15254-32369788/7531038412089416981/15109" HotelName="STARHOTEL RITZ" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22000/21978/d0debbf0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="315.12" OriginalAmount="312" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18197-18117838/7531038412089416981/10667" HotelName="MORFEO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/590000/583600/583510/1fb81193_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="317.14" OriginalAmount="314.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48783688" Longitude="9.20276939" StarRating="3" HotelCode="577990|43_station_hotel" HotelName="43 Station Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabio Filzi 43, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/e7/2ae76f9f94a66119e4ca4331c892a7da573d0865.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="320.17" OriginalAmount="317" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157953-252306/7531038412089416981/4098" HotelName="ACCA PALACE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3760000/3754200/3754191/5a035920_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="320.69" OriginalAmount="317.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483431562824" Longitude="9.2084687948227" StarRating="3" HotelCode="337184|17482" HotelName="Hotel Cristallo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Scarlatti 22, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8b/f1/8bf1112c426506de3cb8a15c61b854ac7dfaca62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on the Via Scarlatti at the heart of Milan. Various attractions are to be found in t...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="322.19" OriginalAmount="319" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1348662-18194625/7531038412089416981/8743" HotelName="NYX HOTEL MILAN BY LEONARDO HOTELS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17040000/17036800/17036706/6c3fc70a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="324.21" OriginalAmount="321" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|256994-18222162/7531038412089416981/10461" HotelName="VOCO MILAN - FIERE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4730000/4720700/4720618/d53d1f14_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="326.23" OriginalAmount="323" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|872034-20596692/7531038412089416981/15717" HotelName="HEART" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/80000/72900/72803/89330dbc_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="326.23" OriginalAmount="323" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|30493-18154965/7531038412089416981/16195" HotelName="JUST HOTEL MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/28500/28438/23f0c3f8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="326.23" OriginalAmount="323" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5109-18153912/7531038412089416981/16531" HotelName="SMART MILANO CENTRALE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/180000/176500/176472/18ff12c4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="327.24" OriginalAmount="324" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|877800-28586648/7531038412089416981/3850" HotelName="PHI MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/877800/2020103011126125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="331.28" OriginalAmount="328" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|872145-28460041/7531038412089416981/727" HotelName="CASCINA BELLARIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/872145/2020929165252637.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="333.30" OriginalAmount="330" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|104888-18131797/7531038412089416981/11626" HotelName="NH FIERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2580000/2571800/2571703/a463571b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="333.36" OriginalAmount="330.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485564052876" Longitude="9.1640809178352" StarRating="4" HotelCode="44708|5771" HotelName="UNAHOTELS Scandinavia Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Battista Fauchè 15, Sempione, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/7e/a97e2516d4011a4c57d36db4425d6fd87db62eb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located only a few steps from the Fiera Milano trade centre. Located about...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="334.33" OriginalAmount="331.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477985" Longitude="9.209421" StarRating="4" HotelCode="17916|205665" HotelName="Ritz Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Spallanzani 40, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/40/8a4074efff266b99ca987cc9c61b5c37515446d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="334.82" OriginalAmount="331.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480235" Longitude="9.193231" StarRating="3" HotelCode="47343|5770" HotelName="Cervo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Principessa Clotilde 10, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/36/0a36da2e69d319b29a811b70ed33bd7918b28f19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is centrally situated approximately 400 m from the historical old town and about ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="334.82" OriginalAmount="331.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483369505027" Longitude="9.2033243179321" StarRating="3" HotelCode="17123|211238" HotelName="Smart Hotel Central Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 28, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/5f/605fefe44eb95e60a650c5860f8c1d6ce2b448ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of Milan on the Via Napo Torriani directly beside the main train statio...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="335.32" OriginalAmount="332" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|21832-28562688/7531038412089416981/3471" HotelName="STARHOTELS ANDERSON" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/48600/48572/e4ded283_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="336.02" OriginalAmount="332.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.500617060739" Longitude="9.144591987133" StarRating="4" HotelCode="161648|135440" HotelName="Radisson Blu Hotel Milan" 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,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Villapizzone 24, 20156 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2e4af1241435644c/3d/3d69a7322ac432799006465402b7ed9e/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a tranquil oasis in the heart of Milan's residential Bovisa District, just over 6 km no...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="336.33" OriginalAmount="333" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.647886532502" Longitude="8.7234659828033" StarRating="3" HotelCode="933712|86477" HotelName="MOXY Milan Malpensa Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Flughafen Milan, Malpensa, Terminal 2, 21010 Milan, Varese</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/8c/698c7d1c9d266be1eb4255faca6a8ff9fe0f024d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="336.76" OriginalAmount="333.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483619867433" Longitude="9.2045749759329" StarRating="3" HotelCode="58456|1290729" HotelName="Spice Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitruvio 48, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/57/03/570333bc353ca95a1a34a309a65bb368a9549cff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies within metres of the main train station (Stazione Centrale) and the underground stat...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="341.38" OriginalAmount="338" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.852587" Longitude="28.260655" StarRating="2" HotelCode="0|256998-28434067/7531038412089416981/2202" HotelName="AV BOUTIQUE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Cildir Mah. 142 sok 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7780000/7776100/7776030/56d6dd20_b.jpg</HotelPictures>
        <HotelDescription>Located 15 minutes to the city center and 10 minutes to the beach.

The complex consists of 50 apartments divided on 4 floors with elevator, reception with safety deposit boxes for rent, restaurant, bar, TV saloon and swimming pool with children section.

All apartments have living room with kitchen, bedroom, bath/shower, balcony, air conditioning (payable) and telephone.

Address: Cildir Mah. 142 sok 7, 48700 Marmaris, Turkey In Marmaris 500 m from the beach and 700 m from the resort centre.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="342.65" OriginalAmount="339.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479404" Longitude="9.208993" StarRating="3" HotelCode="317254|17608" HotelName="Hotel Ibis Styles Milano Centro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Boscovich Ruggero 57-59, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/45/8a452561aabe5dfdf71bc52be0af1d6f4b5dcd84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel lies close to Milan's shopping centre (on the corner of ""Corso Buenos Aire...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="343.40" OriginalAmount="340" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|67584-18140789/7531038412089416981/11503" HotelName="BRISTOL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2529600/2529557/c298a71d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="343.69" OriginalAmount="340.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.488746" Longitude="9.183004" StarRating="4" HotelCode="335603|71669" HotelName="Holiday Inn Mailand - Garibaldi Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Ugo Bassi, 1A, 20159 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/f5/a3f5445b52406632b35fd3bf1ef077bafef41076.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the heart of the city's shopping area, only a short way from the fashion and shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="344.41" OriginalAmount="341" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="29.989304" Longitude="-90.194106" StarRating="4" HotelCode="0|18212-33122758/7531038412089416981/2085" HotelName="UNA HOTELS GALLES MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> 6401 Veterans Memorial Blvd,  METAIRIE, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/190000/184100/184070/92e69c32_b.jpg</HotelPictures>
        <HotelDescription>Thank you for choosing our Wyndham Garden New Orleans Airport hotel. Wyndham Garden Hotels offer tasteful, intimate hotels with comfortable guestrooms and thoughtful amenities. Perfectly situated in convenient business, airport and suburban locations, each hotel provides a worry free stay including relaxing public areas and casual dining events to social gatherings.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="344.41" OriginalAmount="341" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|48033-18120729/7531038412089416981/17012" HotelName="IBIS STYLES MILANO CENTRO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/897600/897527/7662405f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="346.43" OriginalAmount="343" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.475698" Longitude="9.205928" StarRating="4" HotelCode="49103|21295" HotelName="Worldhotel Cristoforo Colombo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Buenos Aires 3, 20124 Milano, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f7/6ef7e289499da6bee286f4fe84f0ba786b4f4bdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the beginning of Corso Buenos Aires, in front of Porta Venezia subway stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="347.44" OriginalAmount="344.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47525406" Longitude="9.20650888" StarRating="3" HotelCode="631734|ai_suma_hotel" HotelName="Ai Suma Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Spallanzani 6, 20129 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/49/8749af412f9a4a930086ab75d8f99a94f3b00bba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="349.87" OriginalAmount="346.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485216497883" Longitude="9.2068988913597" StarRating="4" HotelCode="17911|CAF901700" HotelName="Anderson" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Luigi di Savoia 20, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/e2/25e246e3a92e6f3ac51d5f219ce868ae956877b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located around 500 m from the central train station. A wide range of restaurants, shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="350.47" OriginalAmount="347" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.5107" Longitude="-82.039" StarRating="3" HotelCode="0|473747-28501537/7531038412089416981/579" HotelName="43 STATION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>201 BOY SCOUT RD, I-20, AUGUSTA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17720000/17710700/17710658/7c847358_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   Located in Augusta, Motel 6 Augusta is close to Augusta National Golf Club and Augusta State University.&lt;br /&gt; This eco-friendly hotel is within the vicinity of Ezekiel Harris House and The Augusta Canal Interpretive Center at Enterprise Mill.&lt;br /&gt;   Rooms   Make yourself at home in one of the 118 air-conditioned guestrooms. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with shower/tub combinations feature complimentary toiletries and hair dryers. Conveniences include desks and blackout drapes/curtains, as well as direct-dial phones with free local calls.&lt;br /&gt;   Rec, Spa, Premium Amenities   Take advantage of recreation opportunities such as a seasonal outdoor pool, or other amenities including complimentary wireless Internet access and a television in the lobby.&lt;br /&gt;   Business, Other Amenities   Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and a safe deposit box at the front desk. Free parking is available onsite.&lt;br /&gt;   Room Info:    Know Before You Go       Children 17 years old and younger stay free when occupying the parent or guardian's room, using existing bedding.       Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      Pet fee: USD 10. per pet, per day (maximum USD 50. per stay)       The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Minimum Spring Break check-in age is 18 years old.      Checkin Time:  3:00 PM  Checkout Time:  12:00 PM&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="350.47" OriginalAmount="347" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|143089-28562797/7531038412089416981/1884" HotelName="RADISSON BLU MILAN" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1650000/1649100/1649038/50c622b2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="350.47" OriginalAmount="347" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|67594-18123120/7531038412089416981/14219" HotelName="HOLIDAY INN MILAN - GARIBALDI STATION" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/930000/922300/922236/2e26c7ae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="350.69" OriginalAmount="347.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478267368029" Longitude="9.2016962170601" StarRating="3" HotelCode="31170|CAI984100" HotelName="Albergo ibis Milano Centro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Finocchiaro Aprile 2, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/22/2b22aad6369f325dfb54d633992b5d143e48d6cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel enjoys an excellent location in the centre of Milan. The main train station, Piaz...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="351.24" OriginalAmount="347.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479220880264" Longitude="9.1457507014275" StarRating="5" HotelCode="31174|5775" HotelName="Meliá Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Masaccio 19, 20149 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/15/f1153d0d4866c544a9f26d2d95a869f1e835381f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxury hotel and convention centre lies close to the Fiera Campionaria in the northeast of Milan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="354.51" OriginalAmount="351" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|651628-28502985/7531038412089416981/1265" HotelName="BOUTIQUE HOTEL BORGO NUOVO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120710000/120704500/120704402/64281d15_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="354.51" OriginalAmount="351" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|338552-18159605/7531038412089416981/17213" HotelName="GLAM MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2521200/2521132/9b014c26_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="355.52" OriginalAmount="352" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.486737452125" Longitude="9.1575363278389" StarRating="4" HotelCode="29801|17822" HotelName="Enterprise" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Sempione 91, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/6c/716cd320a881f6d3d476f77809f3b09b04c28270.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is centrally located on Corso Sempione only 500 m from Fiera Milano City and a sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="356.53" OriginalAmount="353" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1173426-28452870/7531038412089416981/2584" HotelName="BABILA HOSTEL AND BISTROT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18710000/18708400/18708365/b6c095f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="359.44" OriginalAmount="355.88" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.460761420329" Longitude="9.1811674093615" StarRating="3" HotelCode="378963|686273" HotelName="Ostello Bello" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Medici 4, 20123 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/60/806086733c3b4747645838af0d35a5fb7b4b9553.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="360.57" OriginalAmount="357" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1347790-28478173/7531038412089416981/1373" HotelName="NUMA I ADORE ROOMS AND APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1347790/202210614245483.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="361.58" OriginalAmount="358" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5088-18116249/7531038412089416981/8212" HotelName="IBIS MILANO CENTRO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/905600/905544/1a3e522d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="361.58" OriginalAmount="358" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12769-27378318/7531038412089416981/17268" HotelName="JR HOTELS BOCCONI MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/912300/912286/12a97553_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="362.59" OriginalAmount="359" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|630318-18231921/7531038412089416981/16761" HotelName="HD8 HOTEL MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/39000000/38970000/38962900/38962899/e53e8d80_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="363.60" OriginalAmount="360.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.440930422255" Longitude="9.1728356480598" StarRating="4" HotelCode="35289|hotel_la_spezia" HotelName="La Spezia" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via La Spezia 25, 20142 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bf/55/bf55f3c02f70c03d23cc61b8578dfacc73d960dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous up-market hotel is conveniently situated for transport connections. Romolo is the clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="363.74" OriginalAmount="360.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48384" Longitude="9.20317" StarRating="4" HotelCode="321370|408608" HotelName="GLAM Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 4/6, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/e7/4ce731cb6dc1cf7f0e3bcc23d5e0af87792dd712.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="374.71" OriginalAmount="371" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|9903-28561687/7531038412089416981/508" HotelName="UNA CENTURY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7500/7409/349d61f2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="379.76" OriginalAmount="376" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|676507-28458811/7531038412089416981/3854" HotelName="MONDIAL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/35000000/34480000/34476600/34476546/8392cda5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="379.99" OriginalAmount="376.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463176" Longitude="9.2102649999999" StarRating="4" HotelCode="89634|211661" HotelName="Vittoria" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST,ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 31/03/2027" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietro Calvi 32, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/93/f1939fb4cd79b9d9f976f80146aab899239f9ce1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="380.77" OriginalAmount="377" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1464890-32920077/7531038412089416981/13133" HotelName="CASA DA SUITE FRASCHINI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/104000000/103980000/103973000/103972965/08ce4224_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="381.78" OriginalAmount="378" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|5098-18116253/7531038412089416981/17000" HotelName="MELIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/670000/662500/662486/862a482e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="382.82" OriginalAmount="379.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483537813137" Longitude="9.1666625440121" StarRating="4" HotelCode="335627|201369" HotelName="Hotel Mozart" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/04/2027">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Gerusalemme 6, 20154 Milan, Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/21/532117f0c4dcd2ae7cba3f852d8c5a196c871e43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan, only a few steps away from the Corso Sempione and close...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="385.82" OriginalAmount="382.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464470445301" Longitude="9.1952928730163" StarRating="4" HotelCode="32810|hotel_ambasciatori_6" HotelName="iH Exclusive Milano Ambasciatori" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Galleria del Corso 3, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/c9/38c901c96555f9a3c08ac286004dc02ac27c15e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan, approximately 3 km from links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="387.21" OriginalAmount="383.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46409379" Longitude="9.20332475" StarRating="2" HotelCode="572598|681802" HotelName="Babila Hostel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/03/2027" HotelFacility="Air Conditioning,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Conservatorio 2a, 20122 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/d2/afd24967588a4f5d4b04360e00e80b495dc98ba9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="388.85" OriginalAmount="385" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|32499-28579029/7531038412089416981/2380" HotelName="B AND B HOTEL MILANO LA SPEZIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1190000/1181200/1181146/c6bf7cf6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="389.68" OriginalAmount="385.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.450840283193" Longitude="9.1947540795248" StarRating="4" HotelCode="57756|204968" HotelName="Hotel Bocconi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Bligny 56, 20136 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/7d/057d1a506024ed73f64ef85ae7bddc5111e14649.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="389.86" OriginalAmount="386" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|75706-32610203/7531038412089416981/16331" HotelName="NHOW MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1530000/1528500/1528495/dad57692_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="394.91" OriginalAmount="391" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1464886-32920073/7531038412089416981/14106" HotelName="7BA HOTEL MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/117000000/116540000/116534500/116534479/f02db90d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="394.91" OriginalAmount="391.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.489307938453" Longitude="9.2028361558914" StarRating="3" HotelCode="35288|hotel_club" HotelName="Club" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/03/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Copernico 18, 20125 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/a2/40a224228ec7f0d5a3a774ae6893ab874b53a35a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally situated within a short distance of the airport and the main trai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="396.35" OriginalAmount="392.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.487829" Longitude="9.2028800000001" StarRating="3" HotelCode="80744|4464282" HotelName="Monopole" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabio Filzi 43, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/299495/20151583235934.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="397.94" OriginalAmount="394" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1235257-28454531/7531038412089416981/2052" HotelName="MIO HOSTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/16000000/15995500/15995440/46a9a714_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="399.96" OriginalAmount="396" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="29.9506361" Longitude="-90.0702428" StarRating="4" HotelCode="0|18223-18156998/7531038412089416981/18863" HotelName="MOZART" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine> 333 St. Charles Avenue,  NEW ORLEANS, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22600/22560/38e76f23_b.jpg</HotelPictures>
        <HotelDescription>The following services and amenities are available, but with reduced service: Business Center, Fitness Center, Breakfast, On-site Restaurant(s), Room Service, Valet Parking.The following services and amenities are currently not available: Concierge, Executive Lounge.The Hilton New Orleans/St. Charles Avenue hotel in Louisiana is located in the heart of the New Orleans Central Business District, three blocks off Canal Street and blocks from the world-famous French Quarter and Bourbon Street. This landmark building was built in 1926 as the Masonic Temple and was the second high-rise to be built in the Central Business District. 

The Hilton New Orleans/St. Charles Avenue hotel has undergone an $11 million renovation and has re-emerged as the newest upscale, premier hotel experience in the Crescent City. The architecture, exquisite woodwork and other design detail from the artisans of the 1920s is evident throughout the hotel and highlighted by the original chandeliers at the main entrance, original marble floors and walls, and the elaborate, hand-crafted inlay tile ceiling in the Grand Entry Hall. 

Walk into the Hilton New Orleans hotel and take a step back in time to luxury hotels of the past - hotels that made New Orleans, Louisiana famous. Uniquely sophisticated and elegantly designed, our hotel boasts 250 superior guest rooms including 25 dignitary suites and the five-bedroom Grand Suite. Our world-class restaurant and lounge offer breakfast, lunch and dinner selections as well as in-room dining options that include a 24-hour, in-room dining menu. 

Our French Quarter area hotel on St. Charles Avenue in Louisiana has 12,000 sq. ft. of flexible function space including multiple break-out rooms with the same attention to detail and preserved or restored to reflect their most opulent past glory. From weddings to corporate board meetings and anything in between, our hotel is one of the favorite gathering places in New Orleans, Louisiana.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="400.79" OriginalAmount="396.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482649" Longitude="9.203375" StarRating="4" HotelCode="10859|17719" HotelName="Hotel Berna" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 18, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/70/6c708d72b88eb10feb3177cb3111ddda6a3f678f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located directly in the city centre near the main tourist attractions and the m...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="404.00" OriginalAmount="400" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|311111-28441300/7531038412089416981/2325" HotelName="BED &amp;amp; BED MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2530700/2530661/9c6ce438_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="408.04" OriginalAmount="404.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48357316" Longitude="9.10485273" StarRating="0" HotelCode="672113|cascina_bellaria" HotelName="Bellaria Restoro In Cascina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Cascina Bellaria 90, 20151 Milan, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/65/da/65dad614cb256f37335cb1241258867eec5e40f7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="410.06" OriginalAmount="406" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|628102-18231420/7531038412089416981/14620" HotelName="INNSIDE MILANO TORRE GALFA BY MELIA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/41000000/40850000/40847900/40847894/3270e0d9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="411.07" OriginalAmount="407" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1401683-27443126/7531038412089416981/4109" HotelName="IH HOTELS MILANO CENTRALE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/96000000/95030000/95027500/95027463/99b7591d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="414.10" OriginalAmount="410" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478481768636" Longitude="9.1031277179718" StarRating="4" HotelCode="31169|424931" HotelName="Sheraton Milan San Siro" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Caldera 21, 20153 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/98/899868b5dc78aec84fafdd0f8af2e81e65373fd3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies on the outskirts of the centre of Milan. Public transport connections may be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="420.16" OriginalAmount="416" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5065-33120382/7531038412089416981/6950" HotelName="IH MILANO AMBASCIATORI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460445/65aeb119_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="423.19" OriginalAmount="419" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="58.9548268" Longitude="5.6998479" StarRating="4" HotelCode="0|30462-18131016/7531038412089416981/8943" HotelName="NH COLLECTION MILANO PORTA NUOVA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>17 Gunnar Warebergsgate, STAVANGER, NO</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/210000/200400/200310/a5a2bc62_b.jpg</HotelPictures>
        <HotelDescription>This 4 star hotel is located in the suburbs of Stavanger and was established in 2001. It is a short drive away from the Hafrsfjord and the nearest station is Stavanger. The Hotel has 2 restaurants, a bar and a conference room. All 182 rooms are equipped with minibar, hairdryer, trouser press and ironing set.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="430.61" OriginalAmount="426.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484867" Longitude="9.207346" StarRating="4" HotelCode="17918|9402" HotelName="E.c.ho." Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Andrea Doria 4, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/21/64211e39f4b2650a5f9a5aead2ea856cfc97e0e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of the north Italian city, directly opposite the central train ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="433.29" OriginalAmount="429" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12764-18117316/7531038412089416981/7236" HotelName="CASUAL ECLETTICO MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/910600/910521/9c510838_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="446.42" OriginalAmount="442" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|28111-28524946/7531038412089416981/2058" HotelName="GARDA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/521300/521298/b4e10da4_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="447.25" OriginalAmount="442.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.459487" Longitude="9.176949" StarRating="5" HotelCode="81168|197396" HotelName="Pierre Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/03/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via De Amicis 32, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/b5/3bb51106fb437e57f1e8fbd2ef6c8998166bc23b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="447.43" OriginalAmount="443" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1310754-19237923/7531038412089416981/7664" HotelName="NH COLLECTION CITY LIFE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/73000000/72280000/72271400/72271394/4aff2ceb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="447.43" OriginalAmount="443" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|25295-18128988/7531038412089416981/8315" HotelName="HOTEL CRISTOFORO COLOMBO - PREFERRED HOTELS AND RESORTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/890300/890242/405ede60_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="454.50" OriginalAmount="450" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5101-28579144/7531038412089416981/2027" HotelName="MILANO PORTELLO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/670000/664600/664571/30028bb6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="460.56" OriginalAmount="456.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480266527992" Longitude="9.1495004296303" StarRating="4" HotelCode="31405|hotel_portello_gruppo_mini_hotel" HotelName="Mini Hotel Portello" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via G. Silva 12 (zona fiera MilanoCity), 20149 Milano, Lombardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d7/b6/d7b620ecfebeb08c70f9934b1daf68f46ec5dc8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located only a stone's throw from the trade fair. The nearest underground station is t...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="466.48" OriginalAmount="461.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479798245708" Longitude="9.2114192247391" StarRating="3" HotelCode="11837|1355546" HotelName="Hotel Demidoff Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Plinio 2, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/70/7a70734e51b0522ac279fed8c10fde649b546264.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the city centre, around 500 m away from Piazza della Republica as well as the Sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="466.62" OriginalAmount="462.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481322" Longitude="9.191761" StarRating="4" HotelCode="365236|nh_grand_hotel_verdi" HotelName="Hotel NH Collection Milano Porta Nuova" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Melchiorre Gioia 6, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/ca/62ca8187ef154e078ebebe2396311a9717c37a77.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in the heart of the trade and business district, and is in the immedi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="472.92" OriginalAmount="468.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.473998" Longitude="9.195996" StarRating="4" HotelCode="82894|147723" HotelName="Manin" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Manin 7, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/75/4275f694b1b95d3a6981a6f7e5b85ba1136a1cb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Milan, close to La Scala Theatre, the cathedral and the 'Quadri...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="473.69" OriginalAmount="469" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1348550-32717772/7531038412089416981/16561" HotelName="SANT'AMBROGIO APARTMENTS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91790000/91789200/91789171/11536076_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="477.03" OriginalAmount="472.31" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48277" Longitude="9.18637" StarRating="4" HotelCode="31404|7330" HotelName="Tocq Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via A. di Tocqueville 7/D, 20154 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cb/e6/cbe6d334bc28897616a9e3fca3f326659d5a39e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the centre of the city of Milan only a few minutes walk from num...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="485.81" OriginalAmount="481" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12773-28562690/7531038412089416981/3744" HotelName="STARHOTELS ECHO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/3900/3825/30358cae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="486.62" OriginalAmount="481.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48529" Longitude="9.183122" StarRating="4" HotelCode="64005|1213161" HotelName="AC Hotel Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Tazzoli 2, 20154 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/90/1190079c88a0e62f2a5d098d93d16dcd89b2b7c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in front of Garibaldi station and is very close to Milan's main business and sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="495.91" OriginalAmount="491" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|185743-28562601/7531038412089416981/1648" HotelName="NUMA MILAN CAMPERIO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3610000/3605900/3605837/005c4224_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="496.20" OriginalAmount="491.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.451788266071" Longitude="9.2058697342873" StarRating="4" HotelCode="26713|5773" HotelName="UNAHOTELS Mediterraneo Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lodovico Muratori 14, Porta Romana, 20135 Milano, Lombardei</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/5d/cd5d4afbc64d12dc50a28e3a71a25a2b9e854fbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable hotel is located in the historical Porta Romana quarter of the city just a few minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="496.92" OriginalAmount="492" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.460246" Longitude="9.165836" StarRating="3" HotelCode="27233|9667" HotelName="Sant'Ambroeus" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Papiniano, 14, 20123 Mailand, Italien</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/90/58/90587f942de593827a8ef5329d4ebc09c0deedd9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Milan’s city centre, 250 metres from Sant'Agostino metro stop on the green l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="509.04" OriginalAmount="504" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5075-18116242/7531038412089416981/11676" HotelName="TOCQ HOTEL MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527430/6372b522_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="510.05" OriginalAmount="505" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5110-28454831/7531038412089416981/3840" HotelName="MOKINBA HOTELS SANT AMBROEUS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/870000/864400/864349/77fa2f13_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="515.10" OriginalAmount="510" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|592663-28457775/7531038412089416981/2338" HotelName="MILA APARTMENTS MAGENTA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/20000000/19020000/19013500/19013416/eeb78660_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="518.96" OriginalAmount="513.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481518" Longitude="9.188625" StarRating="4" HotelCode="76670|1413769" HotelName="Atahotel The Big" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via De Cristoforis, 6/8, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/15/157599a5e952ce32/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is only 100 m from Garibaldi train station and a short distance from the MM green line st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="533.28" OriginalAmount="528.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478839101168" Longitude="9.1445758938789" StarRating="4" HotelCode="36890|mokinba_hotels_montebianco" HotelName="Hotel Montebianco" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Monte Rosa 90, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/44/2b/442b948729ac2f7452be2ca70439cacf4dda67b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located in Italy's fashion capital Milan, where visitors may admire the towering ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="536.31" OriginalAmount="531" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1347474-28478182/7531038412089416981/3078" HotelName="NUMA MILAN LORETO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1347474/202292916730817.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="538.33" OriginalAmount="533.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48425126" Longitude="9.21567092" StarRating="3" HotelCode="849411|stradivari_flat_milan" HotelName="Hotel Stradivari" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Stradivari 4, Piazza Argentina, 20131 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/f4/b4f4144c640a3d85363c2d6f208ae76fe278b614.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="539.53" OriginalAmount="534.19" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483112810684" Longitude="9.2032787203789" StarRating="4" HotelCode="35052|CAY321600" HotelName="Hotel Atlantic" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/03/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 24, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/4e/184e234e6d68443c6361e58c638279a25a9010ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located just a few minutes' walk from Milan's designer shops, the Scala...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="540.35" OriginalAmount="535" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5102-28454857/7531038412089416981/2207" HotelName="B&amp;amp;B HOTEL MILANO AOSTA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1140000/1133800/1133774/7b9efab6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="541.36" OriginalAmount="536.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48312757" Longitude="9.20517513" StarRating="3" HotelCode="548800|vitruvio_43_apartments" HotelName="Vitruvio 43 Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitruvio 43, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/c0/30/c030b1d08b0f13b3377a0094976088cb0051fc8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This accommodation warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="542.37" OriginalAmount="537.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48437" Longitude="9.20509" StarRating="3" HotelCode="31176|mini_hotel_aosta_2" HotelName="Hotel Aosta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 16, Stazione Centrale, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/42/7042a534a806f458414ee6a385bfd7623041f547.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated opposite the main train station, which offers good connections to Linate and M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="549.34" OriginalAmount="543.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.488098865493" Longitude="9.2111510038376" StarRating="4" HotelCode="102004|169151" HotelName="Residenza delle Città" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Kitchen,Laundry,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Mauro Macchi 79, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/c3/77c3b885d4002d5232a93783e97d867f0448e2f0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is just a short walk from Milan's Corso Buenos Aires shopping district and the area offers...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="554.49" OriginalAmount="549.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4529598" Longitude="9.2098829" StarRating="3" HotelCode="192192|sigieri_residence_milano_2" HotelName="Sigieri Residence Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Sigieri 3, 20135 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/b4/33b487ec5c2842a452ecd938daa24ff37c560e67.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="556.51" OriginalAmount="551" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18220-28579018/7531038412089416981/3838" HotelName="MOKINBA HOTELS KING" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1080000/1070800/1070775/bf80c9ce_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="559.50" OriginalAmount="553.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.475986960214" Longitude="9.1663031280041" StarRating="3" HotelCode="57789|789785" HotelName="Lancaster" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 29/03/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Abbondio Sangiorgio 16, 20145 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/e4/79e460a3d2196cfeba57cb8740c900786e1c8cf0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a beautiful, calm, and elegant zone of Sempione, a residential district in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="562.57" OriginalAmount="557" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|880193-28436315/7531038412089416981/2159" HotelName="AURORA HOTEL MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1170000/1162100/1162026/7a52cb2a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="562.97" OriginalAmount="557.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46611023803" Longitude="9.1932575310385" StarRating="4" HotelCode="428761|565379" HotelName="Duomo-apartments by Nomad Aparthotels" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Bar,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via San Paolo 13, 20121 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/9a/7c9afadad058fe766db6efbadf237ba6a2d5aeea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the fashion district in Milan, Duomo Apartments offers a comfortable stay for guests visi...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="563.63" OriginalAmount="558.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482368" Longitude="9.175693" StarRating="4" HotelCode="13286|124848" HotelName="Leonardo Hotel Milan City Center" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Messina 10, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/f0/11f0063147456c9b9089fb4283c1a8b5debc3f8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the heart of Milan, in the vicinity of the Porta Garibaldi, the fashionable Brera di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="565.60" OriginalAmount="560.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465757373039" Longitude="9.1778218746185" StarRating="4" HotelCode="34969|mokinba_hotels_king" HotelName="King Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Magenta 19, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/30/ee/30eeec660e4cf57dbffea130c40c547bff61a626.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This town hotel is located just a few paces from the cathedral at the centre of Milan where numerous...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="566.61" OriginalAmount="561" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|18222-28579015/7531038412089416981/2585" HotelName="MOKINBA MONTEBIANCO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/521300/521293/c325f090_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="571.66" OriginalAmount="566" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.9203419" Longitude="-13.6513332" StarRating="4" HotelCode="0|53389-24167265/7531038412089416981/6988" HotelName="AXYHOTELS INNSTYLE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>3 Calle Pedro Barba, PTO.CARMEN, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63400/63400/491d85a9_b.jpg</HotelPictures>
        <HotelDescription>A stone¿s throw from the best in leisure and entertainment in PUERTO DEL CARMEN, the LABRANDA PLAYA CLUB are the perfect place to enjoy some free time. Of particular note are the panoramic views of the garden and of the swimming pool. The establishment has apartments of 2 bedrooms. We have Cot for children. We also have Outdoor Summer Terrace and Billiards.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="574.69" OriginalAmount="569" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|891818-22372790/7531038412089416981/358" HotelName="MILANO VERTICALE  UNA ESPERIENZE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/58000000/57990000/57988200/57988184/df9cf7d3_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="576.71" OriginalAmount="571" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|593205-28445481/7531038412089416981/3975" HotelName="MONTENAPOLEONE SUITES" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8770000/8762500/8762457/d213d7cb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="580.75" OriginalAmount="575" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|143086-18132739/7531038412089416981/8519" HotelName="LEONARDO CITY CENTER (EX. HERMITAGE)" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20100/20068/cbf11d8d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.75" OriginalAmount="575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.462741" Longitude="9.204545" StarRating="3" HotelCode="117412|hotel_pavone" HotelName="Pavone" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Dandolo 2, Traversa di Corso di Porta Vittoria, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1f/61/1f618bad8aaa221d75f2425f0fb651abe5a35d2f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="581.76" OriginalAmount="576" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5067-28579026/7531038412089416981/2571" HotelName="BAVIERA MOKINBA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/48600/48582/95b3a753_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="584.79" OriginalAmount="579.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46407" Longitude="9.154792" StarRating="1" HotelCode="909320|hotel_calais" HotelName="Hotel Calais" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel,hotel" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>viale Washington 26, 20146 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/mec/hotels/3000000/2150000/2143800/2143702/2143702_8_b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This lovely hotel is in Milan. Hotel Calais guarantees a quiet stay as it counts with just 1 guests ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="590.85" OriginalAmount="585" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.472686" Longitude="9.194347" StarRating="4" HotelCode="47283|31817" HotelName="Cavour" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fatebenefratelli, 21, Milano 20121</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/e3/55e33525a115b1214b0404e1bc67d65c8a8e222e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Milan's historic centre, a few steps from the Teatro alla Scala theatre and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="590.95" OriginalAmount="585.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477265" Longitude="9.20541" StarRating="4" HotelCode="95060|115597" HotelName="Best Western Hotel St. George" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Tunisia 9, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/e6/e6b342baa0d45ac8/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This functional city hotel is located just 2 km from Milan’s city centre and only metres away from t...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="594.89" OriginalAmount="589" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|592151-28473962/7531038412089416981/364" HotelName="HOUSEHOLD - SETTEMBRINI 17" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/13000000/12670000/12667900/12667869/20307024_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="599.54" OriginalAmount="593.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.466798" Longitude="9.1830199999999" StarRating="4" HotelCode="145449|A2F474" HotelName="Camperio House Suites &amp; Apartments" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Camperio 9, 20123 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/01/ab/01ab92819d550a46579c8ae60728f55c4994caa1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This residence is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="604.99" OriginalAmount="599" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|237086-28499592/7531038412089416981/1612" HotelName="RESIDENCE CENISIO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4260000/4254000/4253971/c21a1394_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="618.12" OriginalAmount="612" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480244" Longitude="9.213263" StarRating="4" HotelCode="80801|14789" HotelName="Hotel Napoleon Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ozanam 12, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/e8/a8e8e02ce4f9e5d622ed2ec1140439b6afa9ce09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a strategic location in the heart of Buenos Aires, the most famous shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="631.25" OriginalAmount="625" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="-8.5844324" Longitude="116.1152883" StarRating="4" HotelCode="0|435497-18212785/7531038412089416981/11239" HotelName="DUOMO APARTMENTS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Jl Pejanggik No 8 cakranegara mataram ntb ,Lombok,  83231</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13190000/13188100/13188061/103de2cf_b.jpg</HotelPictures>
        <HotelDescription>Lombok Plaza Hotel is a popular choice amongst travelers in Lombok, whether exploring or just passing through. The property features a wide range of facilities to make your stay a pleasant experience. All the necessary facilities, including free Wi-Fi in all rooms, 24-hour security, convenience store, daily housekeeping, fax machine, are at hand. Guestrooms are fitted with all the amenities you need for a good night`s sleep. In some of the rooms, guests can find television LCD/plasma screen, internet access – wireless (complimentary), non smoking rooms, air conditioning, wake-up service. The hotel`s peaceful atmosphere extends to its recreational facilities which include outdoor pool, massage, pool (kids), billiards, table tennis. Lombok Plaza Hotel is an excellent choice from which to explore Lombok or to simply relax and rejuvenate. &lt;br /&gt;Guests over 3 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="631.25" OriginalAmount="625.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478225992379" Longitude="9.1997945308685" StarRating="4" HotelCode="35436|mokinba_hotels_baviera" HotelName="Hotel Baviera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Panfilo Castaldi 7, Zona Staz. Centrale/Repubblica, 20124 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ef/a1/efa174d1471709319e27df10c6d1051af73f7cca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan. Bars, pubs and nightclubs are all to be found a mere 5...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="633.27" OriginalAmount="627" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|393425-28563834/7531038412089416981/983" HotelName="BIANCA MARIA PALACE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12950000/12943900/12943824/f4f4d0c0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="637.31" OriginalAmount="631" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46729286" Longitude="9.18701574" StarRating="4" HotelCode="507488|178845" HotelName="Hotel Clerici" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Clerici 11, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/cc/f0cc20047dde827d90120c35396ac02729e363f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="637.31" OriginalAmount="631" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|651621-28502984/7531038412089416981/1405" HotelName="KEB HOTEL VITRUVIO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/16000000/15260000/15258000/15257961/627332e8_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="637.31" OriginalAmount="631" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157967-28569572/7531038412089416981/3670" HotelName="H2C MILANOFIORI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3060000/3050200/3050153/92a0ab35_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="638.32" OriginalAmount="632" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|870391-28460132/7531038412089416981/360" HotelName="CHARMING MILAN APARTMENTS BRERA-MADONNINA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/36000000/35750000/35741200/35741193/87f65850_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="642.36" OriginalAmount="636.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.499755090398" Longitude="9.1994471848011" StarRating="2" HotelCode="192171|bb_music" HotelName="Music Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Jacuzzi">
        <Address>
          <AddressLines>
            <AddressLine>Via Alfredo Comandini 16?, 20125 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d7/8d/d78d0b83356da39114dc69742b62056bcdccf0bf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="643.37" OriginalAmount="637" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|9904-28562238/7531038412089416981/811" HotelName="HILTON MILAN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/5200/5160/7e6a1b45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="644.40" OriginalAmount="638.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.474720838754" Longitude="9.2060164179844" StarRating="4" HotelCode="401861|86522" HotelName="Mercure Milano Centro" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Oberdan 12, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/4b/4b4fc8b2ae204307/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in close proximity to the cathedral, the Teatro alla Scala and the great fashio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="658.52" OriginalAmount="652" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|611179-28565693/7531038412089416981/2908" HotelName="MAGVILLE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33230000/33223000/33222931/9ac8b38a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="672.66" OriginalAmount="666.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477128" Longitude="9.184504" StarRating="4" HotelCode="60957|carlyle_brera_hotel" HotelName="Carlyle Brera" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Garibaldi 84, 20121 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/65/fd/65fd18511957cc1ed63e04445b1966e3cdd2d488.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="686.80" OriginalAmount="680" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1454598-32420326/7531038412089416981/2512" HotelName="CX MILAN BICOCCA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108270000/108261700/108261642/0d8c2425_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="704.98" OriginalAmount="698" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.466026" Longitude="9.192203" StarRating="4" HotelCode="11617|30463" HotelName="Sina de la Ville" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Hoepli 6, 20121 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/fa/c4fac39154c7c7bfb6500812dd1981aff7d5f023.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="707.00" OriginalAmount="700" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1348631-32656738/7531038412089416981/18626" HotelName="ROSA GRAND MILANO - STARHOTELS COLLEZIONE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2900/2875/90d01a93_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="714.07" OriginalAmount="707" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|5091-18116251/7531038412089416981/7436" HotelName="TIVOLI PRESIDENT MILANO HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2100/2095/e0aa975b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="723.16" OriginalAmount="716" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|543005-28563910/7531038412089416981/738" HotelName="CLERICI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14870000/14866500/14866472/6a97ea2b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="730.06" OriginalAmount="722.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.490449" Longitude="9.172698" StarRating="3" HotelCode="192205|907907" HotelName="Residenza Cenisio" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Kitchen,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Calvino 21, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/5f/c95f0c995fce18affa57440e9f2763787dd12ecb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="732.10" OriginalAmount="724.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.460942" Longitude="9.189131" StarRating="4" HotelCode="302460|377501" HotelName="The Square Milano Duomo" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Alberico Albricci 2-4, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/12/83/12834d0595ef37ce49d039d006f71a9ea53ce6d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="764.01" OriginalAmount="756.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463525791888" Longitude="9.2068085906405" StarRating="4" HotelCode="476218|169933" HotelName="Bianca Maria Palace Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Bianca Maria 4, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/602121/602121a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="767.60" OriginalAmount="760" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|611347-28458293/7531038412089416981/413" HotelName="VELVET GREY BOUTIQUE HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/36000000/35180000/35172700/35172669/a9c1bc6d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="782.81" OriginalAmount="775.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.468244" Longitude="9.207223" StarRating="5" HotelCode="177816|162413" HotelName="Château Monfort" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Concordia 1, 20129 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/2a/fe2af287752ecca678e718d60dd36e4e9bb99cdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the heart of Milan, about 800 m from Piazza San Babila, around 1 km ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="788.81" OriginalAmount="781" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|628412-32595876/7531038412089416981/3212" HotelName="STRADIVARI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/28000000/27100000/27094200/27094167/a01605bd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="798.18" OriginalAmount="790.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463892154526" Longitude="9.1940212365367" StarRating="4" HotelCode="17917|7326" HotelName="Rosa Grand Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Fontana 3, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/29/fc29decb21442da72b025e1dedf4ff5964ac98d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated at the heart of Milan directly opposite the city's impressive Got...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="827.19" OriginalAmount="819" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|26284-28568557/7531038412089416981/1687" HotelName="UNA CUSANI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/21200/21141/992aea59_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="831.23" OriginalAmount="823" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|170806-28599259/7531038412089416981/1298" HotelName="CHATEAU MONFORT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4590000/4588700/4588641/3845a1da_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="833.25" OriginalAmount="825" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1456764-32463173/7531038412089416981/15221" HotelName="CALIMALA MILANO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107490000/107486100/107486055/e96fd9cb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="847.39" OriginalAmount="839" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|152990-28497893/7531038412089416981/2666" HotelName="LHP NAPOLEON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1370000/1364300/1364270/76c5c3dd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="856.30" OriginalAmount="847.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.452565" Longitude="9.167148" StarRating="5" HotelCode="263948|394378" HotelName="Magna Pars Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Forcella 6/8, 20144 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/c3/2ec3ceb62fb770dcca5753faf7cf6a38e2301605.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="857.49" OriginalAmount="849" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1277730-28475446/7531038412089416981/2705" HotelName="DUOMO HOTEL AND APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1277730/20211125104527730.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="865.57" OriginalAmount="857.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482138" Longitude="9.198663" StarRating="4" HotelCode="14436|hotel_marconi_4" HotelName="Marconi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabio Filzi 3, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b9/79/b9799b8f558ffe7bd7dc10546871cac97d102097.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just 1 km from the centre of Milan, this hotel is appreciated by business customers for its ideal lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="871.41" OriginalAmount="862.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463083504114" Longitude="9.1979157227192" StarRating="4" HotelCode="258936|5753" HotelName="NH Collection Milano President" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Largo Augusto 10, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/71/a1711795aed1cbd71158d78f1da41bcba0e2a25f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in the heart of Milan just a few minutes' walk from the cathedral...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="872.64" OriginalAmount="864" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1347366-28480770/7531038412089416981/1890" HotelName="FIORENTINI RESIDENCE MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1347366/202292811262041.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="903.05" OriginalAmount="894.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.468543255004" Longitude="9.1831782460213" StarRating="4" HotelCode="16410|182229" HotelName="UNAHOTELS Cusani Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 23/03/2027" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cusani 13, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/83/5283c5a20bb91b453af09c9e75c691dc5db390c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="907.03" OriginalAmount="898.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478752589289" Longitude="9.1990354657173" StarRating="5" HotelCode="18681|1380098" HotelName="The Westin Palace, Milan" Meals="ROOM ONLY NON-REFUNDABLE,BED &amp; BREAKFAST,BED AND BREAKFAST NON-REFUNDABLE" BedType="ROOM ONLY NON-REFUNDABLE" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Repubblica 20, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/ec/68ec2049893afe3050e39e3bd88c8f791afc77e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is located in the centre of Milan, directly on the Piazza della Repubblica and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="931.35" OriginalAmount="922.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48138" Longitude="9.203411" StarRating="3" HotelCode="173020|19022" HotelName="B&amp;B Hotel Milano Central Station" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 9, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/51/9d5109823f29627d374536ad3b472410a8b10cd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, hotel is centrally located just 100 m from the main train station. Links to the public...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="933.24" OriginalAmount="924" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485789708476" Longitude="9.2018491029739" StarRating="5" HotelCode="12364|53789" HotelName="Excelsior Hotel Gallia, a Luxury Collection Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 9, Mailand 20124</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/06/3206460338b5316af2c047c9ef7fcbd7908eaa03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located on Piazza Duca d'Aosta directly beside the main train station and just ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="940.31" OriginalAmount="931.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.502437" Longitude="9.221851" StarRating="4" HotelCode="20863|best_western_antares_hotel_concorde" HotelName="Best Western Antares Hotel Concorde" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Monza 132, 20127 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/c3/89c30fa375cf3cf50b5b010ada6c242118ec2892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located just a short walk from Milan's most famous shopping streets. Countless sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="954.45" OriginalAmount="945.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483208480708" Longitude="9.1775810210885" StarRating="4" HotelCode="527391|hotel_viu_milan" HotelName="Hotel Viu Milan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Aristotile Fioravanti 6, 20154 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/a8/5aa83414e1d4f50e09b567485a2532eb67612c78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1001.92" OriginalAmount="992" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5064-18212783/7531038412089416981/10583" HotelName="B&amp;amp;B HOTEL MILANO CENTRAL STATION" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/80000/75200/75172/f8567cc0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1005.96" OriginalAmount="996.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4396831" Longitude="9.22530063" StarRating="1" HotelCode="631480|hotel_corvetto" HotelName="Hotel Corvetto" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Piazzale Luigi Emanuele Corvetto 5, Ripamonti Corvetto, 20139 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/8d/338d9b6bd847684d7c58b049d6adb188e0b06808.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1007.98" OriginalAmount="998" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|237093-28434050/7531038412089416981/2313" HotelName="YARD SUITE &amp;amp; DEPENDANCE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4570000/4562800/4562738/f517b386_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1007.98" OriginalAmount="998.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4893567" Longitude="9.21116022" StarRating="0" HotelCode="558105|bedart_milano_centrale" HotelName="Bed+Art Milano Centrale" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Soperga 36, 20127 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/83/2a83239b11ada7f6e6b43b120b8c0bfa9427559e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1013.37" OriginalAmount="1003.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.467185" Longitude="9.142714" StarRating="4" HotelCode="17018|17715" HotelName="Antares Rubens" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/03/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietro Paolo Rubens 21, 20148 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/86/8186cbc05fe8f5b235bef63afc209d2060382eb7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally located just a few metres from the Corso Vercelli and its score...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1019.87" OriginalAmount="1009.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47938999" Longitude="9.19628772" StarRating="5" HotelCode="317060|76135718" HotelName="ME Milan Il Duca" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Republica 13, Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/f4/85f4a9ba4912d621f4ba0ae3c8a8f9708a897768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1034.73" OriginalAmount="1024.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46718225" Longitude="9.20191466" StarRating="4" HotelCode="571833|628337" HotelName="Hotel Monforte 27" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Corso Monforte 27, 20122 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/60/ba60f55f598f525e9e831b67bb1e25e1465f6d4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1079.69" OriginalAmount="1069" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|324746-18211474/7531038412089416981/17623" HotelName="ME MILAN - IL DUCA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9700000/9690200/9690122/fb313b37_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1111.00" OriginalAmount="1100.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465172016861" Longitude="9.1892640352166" StarRating="4" HotelCode="424248|room_mate_giulia" HotelName="Room Mate Giulia Milán" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 4, 20121 Milán, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/a7/80a7f0b6d612c0d3e0a4b234a756035a4581ceca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1114.03" OriginalAmount="1103" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5074-28568499/7531038412089416981/1718" HotelName="C-HOTELS CONCORDE" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/590000/583600/583511/7d9b663b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1123.12" OriginalAmount="1112" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|611166-18322715/7531038412089416981/14117" HotelName="INDIGO MILAN - CORSO MONFORTE" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19370000/19367100/19367023/e1fbbf98_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1147.36" OriginalAmount="1136" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|233971-28599909/7531038412089416981/3035" HotelName="MAGNA PARS L'HOTEL A PARFUM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5480000/5478600/5478506/f673d841_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1160.72" OriginalAmount="1149.23" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.453429" Longitude="9.17924" StarRating="4" HotelCode="192160|1672858" HotelName="The Yard Suite &amp; Dependance" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Bar,Bicycle Rental,Conference Hall,Fax,Internet,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza XXIV Maggio 8, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/be/93bea3ad26d1f68693097712c829bbb8bd29a9ae.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1178.67" OriginalAmount="1167" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5092-32418571/7531038412089416981/18393" HotelName="NH MACHIAVELLI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/600000/599600/599508/5eabbd2a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1179.68" OriginalAmount="1168.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.488887" Longitude="9.202976" StarRating="3" HotelCode="146804|hotel_demo" HotelName="Demo'" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tonale 14, 20125 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/80/f4801368d9794f51435a0db6b48a3ef329dc9e4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1205.94" OriginalAmount="1194" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|394238-28581807/7531038412089416981/1677" HotelName="ROOM MATE GIULIA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13320000/13318100/13318091/c0635d68_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1226.14" OriginalAmount="1214" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46403933101" Longitude="9.2088905328435" StarRating="5" HotelCode="448421|179942" HotelName="Fifty House Luxury Hotel Milan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Benvenuto Cellini 14, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/43/7b/437b4044fc4e14095d42c40ef30480c36dd28c97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1227.15" OriginalAmount="1215.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465877" Longitude="9.189256" StarRating="5" HotelCode="117700|125428" HotelName="Galleria Vik Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 8, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/49/8c49707418bd9762b344757aa132a8a406dbc9b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an idyllic location in the celebrated Galleria Vittorio Emanuele II shopping ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1233.60" OriginalAmount="1221.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470900142825" Longitude="9.1841357946396" StarRating="5" HotelCode="192152|191213" HotelName="Style Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/03/2027" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Erbe, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/191213/191213a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1282.70" OriginalAmount="1270" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477652372288" Longitude="9.2017418146133" StarRating="4" HotelCode="31175|17820" HotelName="NH Milano Machiavelli" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Lazzaretto 5, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1b/5d/1b5d50d492ebeed9d68378f53d33c9fcf1fdc566.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable hotel is located at the heart of Milan in the Porta Venezia and Corso Buenos Aires d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1291.79" OriginalAmount="1279" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.495027" Longitude="9.141701" StarRating="4" HotelCode="335608|20532" HotelName="Raffaello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Certosa 108, 20156 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a3/4c/a34c73b0972474d8abf2b0d1a2a9d62434af4455.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1335.22" OriginalAmount="1322" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|234099-28454909/7531038412089416981/2269" HotelName="DEMO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/2000000/1210000/1206900/1206887/e04f601b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1357.44" OriginalAmount="1344.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49940651" Longitude="9.22306664" StarRating="3" HotelCode="770134|hotel_h21_2" HotelName="Hotel H21" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Valtorta 21, 20127 Milan, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/15/c9154ace7643a11ac3bb23cf1dc41d40553a2410.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1393.80" OriginalAmount="1380" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|887619-18865370/7531038412089416981/9091" HotelName="BANDB MILANO CITY CENTER DUOMO" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/48000000/47090000/47081700/47081607/3b922bd1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1418.04" OriginalAmount="1404" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|874978-28460153/7531038412089416981/3203" HotelName="HEMI SUITES" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/874978/20201014144415784.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1468.54" OriginalAmount="1454.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482512" Longitude="9.224143" StarRating="3" HotelCode="268052|oasi_village_hotel__resort" HotelName="Oasi Village Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Village" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Lombardia 20, 20131 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/60/c160b99df726c84d536cfcfc87f3f631545eab4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1563.82" OriginalAmount="1548.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464992392729" Longitude="9.1893938230164" StarRating="5" HotelCode="361362|1608958" HotelName="Townhouse Duomo" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 06/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 2, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1e/96/1e9647e7796fe8863e850386ad2a92bde1b22df4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1565.50" OriginalAmount="1550" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|591994-28501685/7531038412089416981/2576" HotelName="H21" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/29000000/28830000/28822000/28821957/c43ca393_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1586.71" OriginalAmount="1571" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|30392-32597296/7531038412089416981/3360" HotelName="STRAF MILAN A MEMBER OF DESIGNS" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/1000000/995700/995633/656c572a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1648.32" OriginalAmount="1632" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="19.52515983581543" Longitude="-96.90384674072266" StarRating="3" HotelCode="0|234107-28454836/7531038412089416981/2625" HotelName="LUGANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Av. 20 de Noviembre Oriente 522, XALAPA, MEXICO,91060</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1160000/1152200/1152105/da291bcd_z.jpg</HotelPictures>
        <HotelDescription>Discover the beautiful city of Xalapa when you stay at Hotel Central. With an unbeatable location, it provides comfortable lodging and friendly and attentive service. Whether you're in town for business or on vacation, Hotel Central offers spacious and convenient accommodations for a pleasant and productive stay.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1690.91" OriginalAmount="1674.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465298078173" Longitude="9.1910452693929" StarRating="4" HotelCode="82248|3363506" HotelName="STRAFhotel&amp;bar A Member of Design Hotels" Meals="ROOM ONLY NON-REFUNDABLE,BED &amp; BREAKFAST,BED AND BREAKFAST NON-REFUNDABLE" BedType="ROOM ONLY NON-REFUNDABLE" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Raffaele 3, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/82/df8217e5363fdfc24e0445c2ec7755a11f39102d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1897.79" OriginalAmount="1879" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|1461743-32697652/7531038412089416981/4349" HotelName="RESIDENCE FRASCHINI" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1461743/20264231575296.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1900.82" OriginalAmount="1882" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.461108913711" Longitude="9.154132604599" StarRating="4" HotelCode="31172|17366" HotelName="Marriott Milan" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Washington 66, 20146 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/22/77223da6e65717a0ab526c705107125de89840ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a residential area at the heart of Milan only a few minutes walk from the e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1928.09" OriginalAmount="1909" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1411854-27411359/7531038412089416981/8298" HotelName="THE PLEIN HOTEL" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/102000000/101740000/101733200/101733172/a1f492f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1965.70" OriginalAmount="1946.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48491716848" Longitude="9.1981154680252" StarRating="4" HotelCode="29246|1129309" HotelName="Four Points By Sheraton Milan Centre" Meals="ROOM ONLY NON-REFUNDABLE,BED AND BREAKFAST NON-REFUNDABLE,BED &amp; BREAKFAST" BedType="ROOM ONLY NON-REFUNDABLE" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gerolamo Cardano 1, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/a2/51a2a00fd48e6b25fea53b675db99050bc6facef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies right at the heart of the shopping quarter. Links to the public transport network ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2020.00" OriginalAmount="2000" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12770-28577610/7531038412089416981/2604" HotelName="MILAN MARRIOTT" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22900/22860/55b09346_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2110.90" OriginalAmount="2090" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|67610-28579032/7531038412089416981/2870" HotelName="DUO MILAN PORTA NUOVA, A TRIBUTE PORTFOLIO HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/790000/789100/789026/668c883d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2178.57" OriginalAmount="2157" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1352556-23863957/7531038412089416981/231" HotelName="CASA BAGLIONI MILAN - THE LEADING HOTELS OF THE WORLD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88650000/88640500/88640484/750449c7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2729.02" OriginalAmount="2702.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.486109469503" Longitude="9.2078924502532" StarRating="3" HotelCode="935446|milan_apartment_rental" HotelName="Milan Appartment Rental" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pergolesi 31, 20124 Milan, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/1a/141a4d20b32a003ed237656dd8b9ce86e1a8d03e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This apartment hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2755.10" OriginalAmount="2727.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465496" Longitude="9.188925" StarRating="5" HotelCode="26216|7332" HotelName="Park Hyatt Milan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tommaso Grossi 1, 20121 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/dc/52dc4cdd4f72d90d85acfea56aae18fefe7b2daf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top-notch luxury hotel is located in hip Italian fashion capital of Milan. The hotel enjoys an ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3074.44" OriginalAmount="3044" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|24828-18118417/7531038412089416981/17828" HotelName="PARK HYATT MILANO" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/980000/977300/977287/709ca3fb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3551.16" OriginalAmount="3516" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1397872-28599468/7531038412089416981/4291" HotelName="PALAZZO CORDUSIO, A GRAN MELIÁ HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/95000000/95000000/94999000/94998930/f736c14e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="3567.32" OriginalAmount="3532" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47336" Longitude="9.1911250000001" StarRating="5" HotelCode="263951|57724" HotelName="Palazzo Parigi Hotel Grand Spa" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 06/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso di Porta Nuova 1, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a6/74/a6745739fe3a7ae01515944fc0ce51e6cb771f22.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3657.02" OriginalAmount="3620.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.469473584945" Longitude="9.1909645693115" StarRating="5" HotelCode="311425|557629" HotelName="Mandarin Oriental Milan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Andegari 9, 20121 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/1e/f41e6ab1f781435270bacf03a8da832579815aea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3667.73" OriginalAmount="3631.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.469230769174" Longitude="9.1986264288425" StarRating="5" HotelCode="26032|5754" HotelName="Baglioni Hotel Carlton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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">
        <Address>
          <AddressLines>
            <AddressLine>Via Senato 5, 20121 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/b0/e9b0dd7c7f3d563c969516d0abc6129d3ffe58d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Affording a view of the Via Della Spiga, this luxury hotel is situated directly in the exclusive fas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3773.36" OriginalAmount="3736" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|18206-32392769/7531038412089416981/201" HotelName="THE CARLTON, A ROCCO FORTE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/1000000/450000/449200/449149/c2f8cee0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3783.46" OriginalAmount="3746" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|143091-18137267/7531038412089416981/14197" HotelName="SINA THE GRAY" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/909500/909470/0104f24b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3964.32" OriginalAmount="3925.07" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.469972823623" Longitude="9.1923916339874" StarRating="5" HotelCode="28577|5756" HotelName="Grand et de Milan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Manzoni 29, 20121 Milan, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bd/ec/bdec8e33554b2ac2444bea92b8df900e7bf5304c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The exclusive city hotel lies at the heart of Milan. Many shopping venues and countless entertainmen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3973.34" OriginalAmount="3934" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|244400-18194238/7531038412089416981/14853" HotelName="PALAZZO PARIGI GRAND SPA" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6160000/6152800/6152726/45d10d33_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="4136.96" OriginalAmount="4096" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|12765-18117317/7531038412089416981/15396" HotelName="FOUR SEASONS" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/12700/12681/bce506d5_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4188.47" OriginalAmount="4147" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.469435" Longitude="9.195159" StarRating="5" HotelCode="12955|54166" HotelName="Four Seasons Hotel Milano" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" 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>Via Gesù 6/8, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/12/1d/121d8735667b5ed2d04283805d231e60c7e27ea6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This highly traditional luxury hotel affords a Renaissance style and is situated close to La Scala O...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4657.11" OriginalAmount="4611" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470112016524" Longitude="9.1897416114807" StarRating="5" HotelCode="30030|55360" HotelName="Bulgari Hotel Milano" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Fratelli Gabba 7/b, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/c1/acc1277984372feb7af8287dd5e42b071ef4f6dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access,Currency Exchange,Lounge,Spa,Jacuzzi,Massage Centre,Sauna,Swimming Pool,Nightclub,Bicycle Rental,Heated Pool,Diet Meals,Garden,Golf,Kitchen,Pets allowed,Elevator,Airport Transfer (on Demand)</BasicAmenities>
    <HotelRating>4,3,5,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,HOTEL,ECO HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,CONFERENCE HOTEL,SPA HOTEL,VILLAGE,HISTORIC HOTEL,AIRPORT HOTEL,APARTMENT,INNS,APARTMENT HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|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="e522d68d-282e-42b7-aa8c-0e41f791dfd3">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="54074" DestinationId="0" CityId="0" />
    <StayDateRange Start="2027-04-11T00:00:00" End="2027-04-12T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@aitravel-kh.com" Password="Snanum@$" RequestedCurrency="GBP" ClientNationality="KH" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|InfiniteSearch|Root element is missing.|System.Xml.XmlException: Root element is missing.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at SerializeDeserialize`1.DeserializeData(String dataXML) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 2755
   at HotelSources.Infinite.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 314|Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:d3dd9bb5-1b15-4f9d-8beb-7d078926a59f
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|DOTWSearch|Collection was modified; enumeration operation may not execute.|System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at HotelSources.DOTW.GetSearchRS(List`1 LstSearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\DOTW\DOTW.cs:line 626|DOTW|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:12:50.9633427+01:00" Version="0" EchoToken="Search" TransactionIdentifier="e522d68d-282e-42b7-aa8c-0e41f791dfd3" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="83" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|164564-2592263/7531038412089416981/4088" HotelName="IH HOTELS MILANO EUR TREZZANO SUL NAVIGLIO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1150000/1145800/1145734/ff933ab2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="148.47" OriginalAmount="147" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5072-28524950/7531038412089416981/3936" HotelName="ORNATO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1070000/1065100/1065040/9a9afd7e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="157.07" OriginalAmount="155.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.52002434874" Longitude="9.1923728585243" StarRating="3" HotelCode="371240|394458|Bed &amp; Breakfast" HotelName="Hotel Ornato" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/04/2027" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Ornato 64, 20162 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/39/395335/MIQhHF2H_1131b3a54d74684426c5e97ed640ce6a.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located about 1.6 km from the centre of Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="157.64" OriginalAmount="156.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.490422408744" Longitude="9.1528405267557" StarRating="3" HotelCode="36233|3541258|Bed &amp; Breakfast" HotelName="Hotel Berlino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Antonio Plana 33, 20155 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/b6/e6b6377881c6b386d58ed6d0cfd8b020300ff242.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated only 10 minutes from the Campionaria and 15 minutes from the Rho exhibition ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="168.05" OriginalAmount="166.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.471731758313" Longitude="9.0772547619018" StarRating="4" HotelCode="99147|124849|Bed &amp; Breakfast" HotelName="Idea Hotel Milano San Siro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaetano Airaghi 125, 20153 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/82/d9823417dfaefed13d55f32f8542004982e1a870.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically situated near the San Siro-Fiera exit on the Tangenziale Ovest (western r...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.68" OriginalAmount="168.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.444162046236" Longitude="9.116071" StarRating="4" HotelCode="38498|idea_hotel_milano_lorenteggio" HotelName="iH Hotels Milano Lorenteggio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lorenteggio 278, 20152 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/0b/970bd9b3841e46e793b2671db66cbf144d30ac49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located close to Westring Street, near the Lorenteggio exit. The Pero/Rho exhi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.81" OriginalAmount="181.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.418834" Longitude="9.157206" StarRating="3" HotelCode="73521|hotel_alga_2" HotelName="Alga" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Mare, 93, 20142 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/92/83921332d3517366d7afb9b5bb3274aa2217f690.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the southern area of Milan in a strategic position near both the highways ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.82" OriginalAmount="182.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4439" Longitude="9.153" StarRating="4" HotelCode="400868|idea_hotel_milano_watttredici" HotelName="iH Hotels Milano Watt 13" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giacomo Watt 13, 20143 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/75/b675f445ba0dea0fce5c2e5c7ae7aa11bfe2ea18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="187.86" OriginalAmount="186" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|101026-252369/7531038412089416981/4091" HotelName="IDEA SAN SIRO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2040000/2032200/2032147/e179d5c7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="192.91" OriginalAmount="191" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157386-28579193/7531038412089416981/3590" HotelName="IH LORENTEGGIO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1100/1031/26aa63e9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.00" OriginalAmount="200.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48475" Longitude="9.162364" StarRating="3" HotelCode="117237|hotel_losanna" HotelName="Losanna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Piero della Francesca 39, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/a5/dfa5853bbf56aaf4c897b198814854098ecbeb3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can feel at home in one of the 23 rooms. Services and facilities at the hotel include a r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="203.74" OriginalAmount="201.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.512404803314" Longitude="9.178661652262" StarRating="3" HotelCode="55491|51138|Bed &amp; Breakfast" HotelName="Eco Hotel La Residenza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Scialoia 3, 20161 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/3f/023f9d33717a07fdff8e7af6b8cc5fd6a9c47860.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in a peaceful area, just a short distance from all major sightseeing attractions in M...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="204.50" OriginalAmount="202.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4692352" Longitude="9.22194034" StarRating="3" HotelCode="824639|360956|Bed &amp; Breakfast" HotelName="Golden Milano Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Goldoni 84, 20129 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/ab/ffabcffaacbef12a53d4d4af586bf3754b31a08e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Carlo Goldoni is a 2-star hotel located in eastern Milan and is well connected with the Centra...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1247320-19868114/7531038412089416981/13124" HotelName="AMEDIA MILANO - TRADEMARK COLLECTION BY WYNDHAM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/60000000/59900000/59898100/59898052/b7a4ea7e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="212.35" OriginalAmount="210.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.401222286586" Longitude="9.120630415295" StarRating="4" HotelCode="335612|43316|Bed &amp; Breakfast" HotelName="Holiday Inn Assago" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tangenziale Ovest Km 19, 20094 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a5/e6/a5e61117fa31d33ad653cdcdc511c607cc322ff0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Autostrada dei Fiori highway and quickly linked by shuttle bus to the ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="216.53" OriginalAmount="214.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46922371" Longitude="9.22181866" StarRating="2" HotelCode="619592|362569|Bed &amp; Breakfast" HotelName="Hotel Carlo Goldoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Goldoni 84, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/c3/4bc3819330368935ca29844db94432250d318ec8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="217.15" OriginalAmount="215" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|13630-28562691/7531038412089416981/3123" HotelName="STARHOTEL TOURIST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/10500/10498/8c768659_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="220.18" OriginalAmount="218" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46601" Longitude="9.217087" StarRating="2" HotelCode="116866|55850" HotelName="Dateo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Piceno 33, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/83/e5834a8f83b513ffaf0c641f7c4ecbef036d7bb0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="221.08" OriginalAmount="218.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49626" Longitude="9.179432" StarRating="3" HotelCode="116638|213685|Bed &amp; Breakfast" HotelName="Ares Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Edoardo Porro 8, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/2b/ed2bfdd8b14d30b72cff8227a898424dab2f6ed6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="221.19" OriginalAmount="219" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|862550-28586191/7531038412089416981/4312" HotelName="STARHOTELS BUSINESS PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/54200/54133/9047288f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="222.20" OriginalAmount="220" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157965-14575108/7531038412089416981/6863" HotelName="DEVERO &amp;amp; SPA, BW SIGNATURE COLLECTION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2170000/2167600/2167570/w3840h2558x0y0-7278e34d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.20" OriginalAmount="220.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484697" Longitude="9.162794" StarRating="2" HotelCode="360043|hotel_parma_4" HotelName="Hotel Parma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel,Inns" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Piero della Francesca 48, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/06/220639fc72405fa9dd6cc769f9facd25a670b988.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Hotel Parma in Milan (San Siro), you'll be close to Fiera Mil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.25" OriginalAmount="222.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.514785" Longitude="9.116386" StarRating="4" HotelCode="221719|186837|Bed &amp; Breakfast" HotelName="Klima Hotel Milano Fiere" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Venezia Giulia 8, 20157 Milano, Lombardei</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/50/fe508f0f8b2b208c3da667557c633af892f00d9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="225.23" OriginalAmount="223" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|543722-28457913/7531038412089416981/1389" HotelName="CARLO GOLDONI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21960000/21956300/21956298/c0cd03fb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="225.23" OriginalAmount="223" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|591992-28501691/7531038412089416981/2137" HotelName="GOLDEN MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31570000/31565800/31565751/1d1c7d23_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="229.27" OriginalAmount="227" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|31015-18118912/7531038412089416981/8278" HotelName="ECO HOTEL MILANO &amp;amp; BIORISO RESTAURANT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/909800/909796/a170b911_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="230.28" OriginalAmount="228" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.8628672" Longitude="-13.8279348" StarRating="3" HotelCode="0|53241-18202867/7531038412089416981/9294" HotelName="VECCHIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>58 Bienvenida Martín  Practicanta, PLAYA BLANCA YAIZA, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2740000/2737200/2737189/266744e3_b.jpg</HotelPictures>
        <HotelDescription>This beach hotel revels in its hillside setting, lying just 20 metres away from the sea. The hotel commands spectacular views over the coastline. Guests will find themselves just 200 metres away from the beach and 500 metres from links to the public transport network. Guests can enjoy an array of exciting activities nearby. This charming hotel enjoys an attractive architectural design, greeting guests with the promise of a memorable stay. The guest rooms are beautifully designed, featuring refreshing tones and a relaxing ambience. The rooms feature modern amenities for added comfort and convenience. Guests will appreciate the choice of facilities and services that the hotel has to offer.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="231.21" OriginalAmount="228.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464235" Longitude="9.181967" StarRating="3" HotelCode="95048|321511|Bed &amp; Breakfast" HotelName="Vecchia Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Borromei 4, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/d2/79d2a8dd8a8bca616f8e7cc4489913af42e7212e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="231.77" OriginalAmount="229.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.437086" Longitude="9.16439" StarRating="3" HotelCode="79350|617758|Bed &amp; Breakfast" HotelName="Plus Welcome Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Famagosta 50, 20142 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/a3/7da3dece5ca4276e41288bb8a72dd188aa8e2991.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.32" OriginalAmount="232" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.526576" Longitude="9.212825" StarRating="4" HotelCode="17919|2057" HotelName="Tourist" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fulvio Testi 300, 20126 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/7e/8b7e58e2fcf5fe51ef1073b504f06d56cd92cc25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the business district in the north of the city of Milan within a few paces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="237.35" OriginalAmount="235" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|196700-18146505/7531038412089416981/13306" HotelName="KLIMA MILANO FIERE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5430000/5426900/5426838/c3d0404a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.35" OriginalAmount="235.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484744163255" Longitude="9.1596740484238" StarRating="4" HotelCode="34832|hotel_nasco" HotelName="Hotel Nasco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Corso Sempione 69, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/52/99/5299400b02b48f40acb3c61acb111696c9838e4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in an ideal location in the heart of trendy Milan with quick access to excell...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="239.45" OriginalAmount="237.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.437584204443" Longitude="9.2314392328262" StarRating="4" HotelCode="18190|9403|Bed &amp; Breakfast" HotelName="Business Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Pietro Gaggia 3, 20139 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/e9/05e95ff88737567bc6a920bde4b2ae4d4d9f4b18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies in the lively city of Milan just 500 m from the nearest links to the public...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="242.40" OriginalAmount="240" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|185716-28436457/7531038412089416981/1745" HotelName="ARCOBALENO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2522900/2522840/8f9b28e4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="244.42" OriginalAmount="242" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|26748-18324562/7531038412089416981/15461" HotelName="NASCO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1100000/1095000/1094943/149ec67e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="245.09" OriginalAmount="242.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.451176" Longitude="9.2077400000001" StarRating="3" HotelCode="117438|4056089|Bed &amp; Breakfast" HotelName="Di Porta Romana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lazzaro Papi 18, 20135 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/7c/4c7c47c2abc873cca551bf806f6bf996bfd03852.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="251.49" OriginalAmount="249" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|146336-28560429/7531038412089416981/481" HotelName="UNAHOTELS EXPO FIERA MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2230000/2224900/2224808/848b9465_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="269.46" OriginalAmount="266.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.433565" Longitude="9.189671" StarRating="4" HotelCode="79237|128884|Bed &amp; Breakfast" HotelName="Atahotel Quark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lampedusa, 11/A, 20141 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/107278/a_107278_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a strategic location, just a few minutes from the famous Navigli of Milan. Guests ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="274.72" OriginalAmount="272" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|51535-27046799/7531038412089416981/16781" HotelName="SPORTING" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/51535/2011228152421997.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.73" OriginalAmount="273.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.499679140502" Longitude="9.2061159824251" StarRating="4" HotelCode="387392|idea_hotel_milano_bicocca" HotelName="iH Hotels Milano Gioia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Giustizia 10/D, Zona Greco, 20125 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/4c/204cd104e528e90bf44bf430d6236b9cb8374b57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers easy access from Milan central railway station (2 km), the underground network (Son...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="276.31" OriginalAmount="273.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.533093476303" Longitude="9.1711002588272" StarRating="4" HotelCode="335618|57339|Bed &amp; Breakfast" HotelName="Hotel Da Vinci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Senigallia 6, 20161 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/58/9f58f9d3e83dc88b520a257cc5a18bf29e1aa9cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the northern area of Milan, 8 km away from the exhibition area of Fiera Mila...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="285.37" OriginalAmount="282.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484178" Longitude="9.205471" StarRating="3" HotelCode="95049|687095|Bed &amp; Breakfast" HotelName="Ostello Bello Grande" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/03/2027" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lepetit 33, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/4b/a94bab279626725e74d2d5bd9cd02f6c6af391d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="285.94" OriginalAmount="283.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484489220633" Longitude="9.2064771644343" StarRating="4" HotelCode="95056|173575|Bed &amp; Breakfast" HotelName="Hotel Bristol Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/03/2027">
        <Address>
          <AddressLines>
            <AddressLine>Via Scarlatti 32, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/2d/422df335d82d27ec76c59a0f41fcb4383440b29a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="287.85" OriginalAmount="285" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.395782" Longitude="9.211301" StarRating="4" HotelCode="17864|25502" HotelName="Hotel Sporting" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sporting Mirasole 56, 20090 Mailand, Italy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/30/b7/30b7554f3c0605872e49ca765f2fded079a0da2e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a residential area, around 8 km from the city's tourist centre. The bus sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="291.21" OriginalAmount="288.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.370532" Longitude="9.212315" StarRating="4" HotelCode="63271|83690|Bed &amp; Breakfast" HotelName="Golf Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 07/04/2027">
        <Address>
          <AddressLines>
            <AddressLine>Via Abruzzo, 20090 Opera Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3d/a3/3da3c55832b2e083bca2d4746b06dc5c493707d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in strategic position by the Tangenziale Ovest, the hotel is 10 km from the centre of Milan ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="292.90" OriginalAmount="290" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1322658-28476825/7531038412089416981/1832" HotelName="FIORALBA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75810000/75807000/75806984/f7740dfe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="295.93" OriginalAmount="293" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1464891-32920078/7531038412089416981/14142" HotelName="PALAZZO BUENOS AIRES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1070000/1069000/1068913/c6ff4dd7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="302.99" OriginalAmount="299.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484528" Longitude="9.216144" StarRating="4" HotelCode="78738|205787|Bed &amp; Breakfast" HotelName="Del Corso" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pecchio 2, 20131 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/ef/63efa6e26195c465c48c922b97f5b5c3f6795b82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="323.20" OriginalAmount="320" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|54854-18117466/7531038412089416981/9114" HotelName="NH MILANO 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/17800/17788/9f7345fe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="327.24" OriginalAmount="324" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|877800-28586648/7531038412089416981/3850" HotelName="PHI MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/877800/2020103011126125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="327.24" OriginalAmount="324.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.511502301365" Longitude="9.1240265178604" StarRating="4" HotelCode="907002|b4_milano" HotelName="Barceló Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giorgio Stephenson 55, 20157 Milán</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/04/41049cd4a8a900b66ad7c3283c4111fada231d4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="333.30" OriginalAmount="330" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|104888-18131797/7531038412089416981/11626" HotelName="NH FIERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2580000/2571800/2571703/a463571b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="334.14" OriginalAmount="330.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.525931775735" Longitude="9.2149834024467" StarRating="4" HotelCode="302459|360780|Bed &amp; Breakfast" HotelName="Degli Arcimboldi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Sarca 336, 20126 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/2d/272d6450973ff5efd824e1b99d0d4e5b627f0fcd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="343.40" OriginalAmount="340" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|67584-18140789/7531038412089416981/11503" HotelName="BRISTOL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2529600/2529557/c298a71d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="344.21" OriginalAmount="340.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480448009839" Longitude="9.2116163671017" StarRating="4" HotelCode="12715|17861|Bed &amp; Breakfast" HotelName="Best Western Plus Hotel Galles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Lima 2, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/89/9b/899bd9366d4863687e120a5c9e19e5e0bc802a6a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located directly on the Corso Buenos Aires. It takes just a few minutes by foo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="347.44" OriginalAmount="344.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47525406" Longitude="9.20650888" StarRating="3" HotelCode="631734|ai_suma_hotel" HotelName="Ai Suma Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Spallanzani 6, 20129 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/49/8749af412f9a4a930086ab75d8f99a94f3b00bba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="350.29" OriginalAmount="346.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485564052876" Longitude="9.1640809178352" StarRating="4" HotelCode="44708|5771|Bed &amp; Breakfast" HotelName="UNAHOTELS Scandinavia Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Battista Fauchè 15, Sempione, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/7e/a97e2516d4011a4c57d36db4425d6fd87db62eb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located only a few steps from the Fiera Milano trade centre. Located about...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="350.47" OriginalAmount="347" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|75712-18124634/7531038412089416981/16800" HotelName="NOVOTEL MILANO LINATE AEROPORTO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/11700/11661/4cc89602_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.78" OriginalAmount="350.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478562638829" Longitude="9.2041879892349" StarRating="4" HotelCode="30258|112824|Bed &amp; Breakfast" HotelName="Best Western Plus Hotel Felice Casati" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/03/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Felice Casati 18, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/26/f226e62553aab2c64a151e4d8b2166836d2b97da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Milan, next to the famous Corso Buenos Aires, in the middle of the most impo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="356.53" OriginalAmount="353" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1173426-28452870/7531038412089416981/2584" HotelName="BABILA HOSTEL AND BISTROT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18710000/18708400/18708365/b6c095f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="359.03" OriginalAmount="355.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48687528" Longitude="9.20185869" StarRating="4" HotelCode="495492|550221|Bed &amp; Breakfast" HotelName="NYX Milan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Piazza IV Novembre 3, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/9f/f39f5a008e55d0f15cfd48a8ddd5653e501d0df9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="361.58" OriginalAmount="358" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12769-27378318/7531038412089416981/17268" HotelName="JR HOTELS BOCCONI MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/912300/912286/12a97553_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="362.38" OriginalAmount="358.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49736441" Longitude="9.18081511" StarRating="4" HotelCode="874968|652346|Bed &amp; Breakfast" HotelName="J24 Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Edoardo Jenner 24, 20158 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/06/60/0660a737eaccc57427ef807c14cf089549cdd123.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated 300mts far from the underground station MM3 Maciachini, 2.1 km of Ospedale Niguarda and 3.2...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="363.60" OriginalAmount="360" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48783688" Longitude="9.20276939" StarRating="3" HotelCode="577990|227211" HotelName="43 Station Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabio Filzi 43, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/e7/2ae76f9f94a66119e4ca4331c892a7da573d0865.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="372.69" OriginalAmount="369" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|872145-28460041/7531038412089416981/727" HotelName="CASCINA BELLARIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/872145/2020929165252637.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="374.71" OriginalAmount="371" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.852587" Longitude="28.260655" StarRating="2" HotelCode="0|256998-28434067/7531038412089416981/2202" HotelName="AV BOUTIQUE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Cildir Mah. 142 sok 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7780000/7776100/7776030/56d6dd20_b.jpg</HotelPictures>
        <HotelDescription>Located 15 minutes to the city center and 10 minutes to the beach.

The complex consists of 50 apartments divided on 4 floors with elevator, reception with safety deposit boxes for rent, restaurant, bar, TV saloon and swimming pool with children section.

All apartments have living room with kitchen, bedroom, bath/shower, balcony, air conditioning (payable) and telephone.

Address: Cildir Mah. 142 sok 7, 48700 Marmaris, Turkey In Marmaris 500 m from the beach and 700 m from the resort centre.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="381.78" OriginalAmount="378" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|15254-32369788/7531038412089416981/15109" HotelName="STARHOTEL RITZ" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22000/21978/d0debbf0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="385.82" OriginalAmount="382.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464470445301" Longitude="9.1952928730163" StarRating="4" HotelCode="32810|hotel_ambasciatori_6" HotelName="iH Exclusive Milano Ambasciatori" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Galleria del Corso 3, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/c9/38c901c96555f9a3c08ac286004dc02ac27c15e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan, approximately 3 km from links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="386.83" OriginalAmount="383" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.475698" Longitude="9.205928" StarRating="4" HotelCode="49103|21295" HotelName="Worldhotel Cristoforo Colombo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Buenos Aires 3, 20124 Milano, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f7/6ef7e289499da6bee286f4fe84f0ba786b4f4bdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the beginning of Corso Buenos Aires, in front of Porta Venezia subway stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="389.68" OriginalAmount="385.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.450840283193" Longitude="9.1947540795248" StarRating="4" HotelCode="57756|204968|Bed &amp; Breakfast" HotelName="Hotel Bocconi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Bligny 56, 20136 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/7d/057d1a506024ed73f64ef85ae7bddc5111e14649.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="391.88" OriginalAmount="388" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.5107" Longitude="-82.039" StarRating="3" HotelCode="0|473747-28501537/7531038412089416981/579" HotelName="43 STATION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>201 BOY SCOUT RD, I-20, AUGUSTA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17720000/17710700/17710658/7c847358_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   Located in Augusta, Motel 6 Augusta is close to Augusta National Golf Club and Augusta State University.&lt;br /&gt; This eco-friendly hotel is within the vicinity of Ezekiel Harris House and The Augusta Canal Interpretive Center at Enterprise Mill.&lt;br /&gt;   Rooms   Make yourself at home in one of the 118 air-conditioned guestrooms. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with shower/tub combinations feature complimentary toiletries and hair dryers. Conveniences include desks and blackout drapes/curtains, as well as direct-dial phones with free local calls.&lt;br /&gt;   Rec, Spa, Premium Amenities   Take advantage of recreation opportunities such as a seasonal outdoor pool, or other amenities including complimentary wireless Internet access and a television in the lobby.&lt;br /&gt;   Business, Other Amenities   Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and a safe deposit box at the front desk. Free parking is available onsite.&lt;br /&gt;   Room Info:    Know Before You Go       Children 17 years old and younger stay free when occupying the parent or guardian's room, using existing bedding.       Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      Pet fee: USD 10. per pet, per day (maximum USD 50. per stay)       The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Minimum Spring Break check-in age is 18 years old.      Checkin Time:  3:00 PM  Checkout Time:  12:00 PM&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="392.89" OriginalAmount="389" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.440930422255" Longitude="9.1728356480598" StarRating="4" HotelCode="35289|31038" HotelName="La Spezia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via La Spezia 25, 20142 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bf/55/bf55f3c02f70c03d23cc61b8578dfacc73d960dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous up-market hotel is conveniently situated for transport connections. Romolo is the clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="392.89" OriginalAmount="389" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|21832-28562688/7531038412089416981/3471" HotelName="STARHOTELS ANDERSON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/48600/48572/e4ded283_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="394.91" OriginalAmount="391.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.489307938453" Longitude="9.2028361558914" StarRating="3" HotelCode="35288|hotel_club" HotelName="Club" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/03/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Copernico 18, 20125 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/a2/40a224228ec7f0d5a3a774ae6893ab874b53a35a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally situated within a short distance of the airport and the main trai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="395.64" OriginalAmount="391.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478267368029" Longitude="9.2016962170601" StarRating="3" HotelCode="31170|CAI984100|Bed &amp; Breakfast" HotelName="Albergo ibis Milano Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Finocchiaro Aprile 2, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/22/2b22aad6369f325dfb54d633992b5d143e48d6cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel enjoys an excellent location in the centre of Milan. The main train station, Piaz...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="397.94" OriginalAmount="394" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.647886532502" Longitude="8.7234659828033" StarRating="3" HotelCode="933712|86477" HotelName="MOXY Milan Malpensa Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Flughafen Milan, Malpensa, Terminal 2, 21010 Milan, Varese</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/8c/698c7d1c9d266be1eb4255faca6a8ff9fe0f024d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="398.35" OriginalAmount="394.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483537813137" Longitude="9.1666625440121" StarRating="4" HotelCode="335627|201369|Bed &amp; Breakfast" HotelName="Hotel Mozart" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/04/2027">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Gerusalemme 6, 20154 Milan, Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/21/532117f0c4dcd2ae7cba3f852d8c5a196c871e43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan, only a few steps away from the Corso Sempione and close...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="400.14" OriginalAmount="396.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479404" Longitude="9.208993" StarRating="3" HotelCode="317254|17608|Bed &amp; Breakfast" HotelName="Hotel Ibis Styles Milano Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Boscovich Ruggero 57-59, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/45/8a452561aabe5dfdf71bc52be0af1d6f4b5dcd84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel lies close to Milan's shopping centre (on the corner of ""Corso Buenos Aire...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="400.77" OriginalAmount="396.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463176" Longitude="9.2102649999999" StarRating="4" HotelCode="89634|2221929|Bed &amp; Breakfast" HotelName="Vittoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietro Calvi 32, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/93/f1939fb4cd79b9d9f976f80146aab899239f9ce1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="401.32" OriginalAmount="397.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.488746" Longitude="9.183004" StarRating="4" HotelCode="335603|2201418|Bed &amp; Breakfast" HotelName="Holiday Inn Mailand - Garibaldi Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Ugo Bassi, 1A, 20159 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/f5/a3f5445b52406632b35fd3bf1ef077bafef41076.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the heart of the city's shopping area, only a short way from the fashion and shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="402.28" OriginalAmount="398.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477985" Longitude="9.209421" StarRating="4" HotelCode="17916|CAF387600|Bed &amp; Breakfast" HotelName="Ritz Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Spallanzani 40, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/40/8a4074efff266b99ca987cc9c61b5c37515446d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="404.76" OriginalAmount="400.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483431562824" Longitude="9.2084687948227" StarRating="3" HotelCode="337184|17482|Bed &amp; Breakfast" HotelName="Hotel Cristallo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Scarlatti 22, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8b/f1/8bf1112c426506de3cb8a15c61b854ac7dfaca62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on the Via Scarlatti at the heart of Milan. Various attractions are to be found in t...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="407.03" OriginalAmount="403" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|48033-18120729/7531038412089416981/17012" HotelName="IBIS STYLES MILANO CENTRO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/897600/897527/7662405f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="408.04" OriginalAmount="404" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.510497287327" Longitude="9.1745281219482" StarRating="4" HotelCode="168451|28544" HotelName="Acca Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Nicotera 9, 20161 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/2d/582d2dc7e19499e1ef6204c5de0ba5282ba9fd60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 100 m from the nearest links to the public transport network, 200 m from shops...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="408.54" OriginalAmount="404.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46409379" Longitude="9.20332475" StarRating="4" HotelCode="572598|AB9947" HotelName="Babila Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Conservatorio 2a, 20122 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/d2/afd24967588a4f5d4b04360e00e80b495dc98ba9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="410.68" OriginalAmount="406.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485216497883" Longitude="9.2068988913597" StarRating="4" HotelCode="17911|CAF901700|Bed &amp; Breakfast" HotelName="Anderson" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Luigi di Savoia 20, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/e2/25e246e3a92e6f3ac51d5f219ce868ae956877b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located around 500 m from the central train station. A wide range of restaurants, shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="411.07" OriginalAmount="407" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1401683-27443126/7531038412089416981/4109" HotelName="IH HOTELS MILANO CENTRALE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/96000000/95030000/95027500/95027463/99b7591d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="413.09" OriginalAmount="409" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.486737452125" Longitude="9.1575363278389" StarRating="4" HotelCode="29801|17822" HotelName="Enterprise" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Sempione 91, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/6c/716cd320a881f6d3d476f77809f3b09b04c28270.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is centrally located on Corso Sempione only 500 m from Fiera Milano City and a sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="416.12" OriginalAmount="412" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|9903-28561687/7531038412089416981/508" HotelName="UNA CENTURY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7500/7409/349d61f2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="417.13" OriginalAmount="413" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="29.9506361" Longitude="-90.0702428" StarRating="4" HotelCode="0|18223-18156998/7531038412089416981/18863" HotelName="MOZART" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> 333 St. Charles Avenue,  NEW ORLEANS, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22600/22560/38e76f23_b.jpg</HotelPictures>
        <HotelDescription>The following services and amenities are available, but with reduced service: Business Center, Fitness Center, Breakfast, On-site Restaurant(s), Room Service, Valet Parking.The following services and amenities are currently not available: Concierge, Executive Lounge.The Hilton New Orleans/St. Charles Avenue hotel in Louisiana is located in the heart of the New Orleans Central Business District, three blocks off Canal Street and blocks from the world-famous French Quarter and Bourbon Street. This landmark building was built in 1926 as the Masonic Temple and was the second high-rise to be built in the Central Business District. 

The Hilton New Orleans/St. Charles Avenue hotel has undergone an $11 million renovation and has re-emerged as the newest upscale, premier hotel experience in the Crescent City. The architecture, exquisite woodwork and other design detail from the artisans of the 1920s is evident throughout the hotel and highlighted by the original chandeliers at the main entrance, original marble floors and walls, and the elaborate, hand-crafted inlay tile ceiling in the Grand Entry Hall. 

Walk into the Hilton New Orleans hotel and take a step back in time to luxury hotels of the past - hotels that made New Orleans, Louisiana famous. Uniquely sophisticated and elegantly designed, our hotel boasts 250 superior guest rooms including 25 dignitary suites and the five-bedroom Grand Suite. Our world-class restaurant and lounge offer breakfast, lunch and dinner selections as well as in-room dining options that include a 24-hour, in-room dining menu. 

Our French Quarter area hotel on St. Charles Avenue in Louisiana has 12,000 sq. ft. of flexible function space including multiple break-out rooms with the same attention to detail and preserved or restored to reflect their most opulent past glory. From weddings to corporate board meetings and anything in between, our hotel is one of the favorite gathering places in New Orleans, Louisiana.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="417.34" OriginalAmount="413.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.460761420329" Longitude="9.1811674093615" StarRating="3" HotelCode="378963|686273|Bed &amp; Breakfast" HotelName="Ostello Bello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Medici 4, 20123 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/60/806086733c3b4747645838af0d35a5fb7b4b9553.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="418.14" OriginalAmount="414" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5088-18116249/7531038412089416981/8212" HotelName="IBIS MILANO CENTRO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/905600/905544/1a3e522d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="418.88" OriginalAmount="414.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480235" Longitude="9.193231" StarRating="3" HotelCode="47343|5770|Bed &amp; Breakfast" HotelName="Cervo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Principessa Clotilde 10, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/36/0a36da2e69d319b29a811b70ed33bd7918b28f19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is centrally situated approximately 400 m from the historical old town and about ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="418.88" OriginalAmount="414.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483369505027" Longitude="9.2033243179321" StarRating="3" HotelCode="17123|211238|Bed &amp; Breakfast" HotelName="Smart Hotel Central Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 28, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/5f/605fefe44eb95e60a650c5860f8c1d6ce2b448ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of Milan on the Via Napo Torriani directly beside the main train statio...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="419.15" OriginalAmount="415" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|651628-28502985/7531038412089416981/1265" HotelName="BOUTIQUE HOTEL BORGO NUOVO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120710000/120704500/120704402/64281d15_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="420.16" OriginalAmount="416" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5065-33120382/7531038412089416981/6950" HotelName="IH MILANO AMBASCIATORI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460445/65aeb119_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="421.17" OriginalAmount="417" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1347790-28478173/7531038412089416981/1373" HotelName="NUMA I ADORE ROOMS AND APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1347790/202210614245483.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="431.47" OriginalAmount="427.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.500617060739" Longitude="9.144591987133" StarRating="4" HotelCode="161648|135440|Bed &amp; Breakfast" HotelName="Radisson Blu Hotel Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Villapizzone 24, 20156 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2e4af1241435644c/3d/3d69a7322ac432799006465402b7ed9e/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a tranquil oasis in the heart of Milan's residential Bovisa District, just over 6 km no...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="433.29" OriginalAmount="429" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12764-18117316/7531038412089416981/7236" HotelName="CASUAL ECLETTICO MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/910600/910521/9c510838_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="447.25" OriginalAmount="442.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.459487" Longitude="9.176949" StarRating="5" HotelCode="81168|197396|Bed &amp; Breakfast" HotelName="Pierre Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/03/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via De Amicis 32, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/b5/3bb51106fb437e57f1e8fbd2ef6c8998166bc23b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="447.79" OriginalAmount="443.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48384" Longitude="9.20317" StarRating="4" HotelCode="321370|408608|Bed &amp; Breakfast" HotelName="GLAM Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 4/6, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/e7/4ce731cb6dc1cf7f0e3bcc23d5e0af87792dd712.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="454.16" OriginalAmount="449.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483619867433" Longitude="9.2045749759329" StarRating="3" HotelCode="58456|62662|Bed &amp; Breakfast" HotelName="Spice Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/03/2027" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitruvio 48, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/57/03/570333bc353ca95a1a34a309a65bb368a9549cff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies within metres of the main train station (Stazione Centrale) and the underground stat...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="456.55" OriginalAmount="452.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4756" Longitude="9.1915" StarRating="4" HotelCode="980929|668218|Bed &amp; Breakfast" HotelName="HD8 Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/04/2027">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca Daosta 8, 20124 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/e1/31e1189654645c380d2ffb09bfc5ed594d5c5342.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="456.92" OriginalAmount="452.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482649" Longitude="9.203375" StarRating="4" HotelCode="10859|17719|Bed &amp; Breakfast" HotelName="Hotel Berna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 18, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/70/6c708d72b88eb10feb3177cb3111ddda6a3f678f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located directly in the city centre near the main tourist attractions and the m...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="460.56" OriginalAmount="456" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478481768636" Longitude="9.1031277179718" StarRating="4" HotelCode="31169|424931" HotelName="Sheraton Milan San Siro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Caldera 21, 20153 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/98/899868b5dc78aec84fafdd0f8af2e81e65373fd3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies on the outskirts of the centre of Milan. Public transport connections may be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="463.33" OriginalAmount="458.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479220880264" Longitude="9.1457507014275" StarRating="5" HotelCode="31174|5775|Bed &amp; Breakfast" HotelName="Meliá Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Masaccio 19, 20149 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/15/f1153d0d4866c544a9f26d2d95a869f1e835381f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxury hotel and convention centre lies close to the Fiera Campionaria in the northeast of Milan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="466.48" OriginalAmount="461.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479798245708" Longitude="9.2114192247391" StarRating="3" HotelCode="11837|1355546|Bed &amp; Breakfast" HotelName="Hotel Demidoff Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Plinio 2, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/70/7a70734e51b0522ac279fed8c10fde649b546264.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the city centre, around 500 m away from Piazza della Republica as well as the Sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="469.36" OriginalAmount="464.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483407" Longitude="9.20291" StarRating="3" HotelCode="76695|321756|Bed &amp; Breakfast" HotelName="Just Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 29, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/d6/33d698409cf273d4bf5d6a1f33b209c41bcccfe3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="482.78" OriginalAmount="478" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48277" Longitude="9.18637" StarRating="4" HotelCode="31404|55211" HotelName="Tocq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via A. di Tocqueville 7/D, 20154 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cb/e6/cbe6d334bc28897616a9e3fca3f326659d5a39e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the centre of the city of Milan only a few minutes walk from num...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="490.90" OriginalAmount="486.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.473998" Longitude="9.195996" StarRating="4" HotelCode="82894|147723|Bed &amp; Breakfast" HotelName="Manin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Manin 7, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/75/4275f694b1b95d3a6981a6f7e5b85ba1136a1cb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Milan, close to La Scala Theatre, the cathedral and the 'Quadri...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="495.73" OriginalAmount="490.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480266527992" Longitude="9.1495004296303" StarRating="4" HotelCode="31405|7331|Bed &amp; Breakfast" HotelName="Mini Hotel Portello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/04/2027">
        <Address>
          <AddressLines>
            <AddressLine>Via G. Silva 12 (zona fiera MilanoCity), 20149 Milano, Lombardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d7/b6/d7b620ecfebeb08c70f9934b1daf68f46ec5dc8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located only a stone's throw from the trade fair. The nearest underground station is t...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="497.69" OriginalAmount="492.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484867" Longitude="9.207346" StarRating="4" HotelCode="17918|9402|Bed &amp; Breakfast" HotelName="E.c.ho." Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Andrea Doria 4, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/21/64211e39f4b2650a5f9a5aead2ea856cfc97e0e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of the north Italian city, directly opposite the central train ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="509.04" OriginalAmount="504" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5075-18116242/7531038412089416981/11676" HotelName="TOCQ HOTEL MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527430/6372b522_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="522.17" OriginalAmount="517" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|25295-18128988/7531038412089416981/8315" HotelName="HOTEL CRISTOFORO COLOMBO - PREFERRED HOTELS AND RESORTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/890300/890242/405ede60_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="525.12" OriginalAmount="519.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.451788266071" Longitude="9.2058697342873" StarRating="4" HotelCode="26713|5773|Bed &amp; Breakfast" HotelName="UNAHOTELS Mediterraneo Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lodovico Muratori 14, Porta Romana, 20135 Milano, Lombardei</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/5d/cd5d4afbc64d12dc50a28e3a71a25a2b9e854fbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable hotel is located in the historical Porta Romana quarter of the city just a few minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="540.35" OriginalAmount="535" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5102-28454857/7531038412089416981/2207" HotelName="B&amp;amp;B HOTEL MILANO AOSTA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1140000/1133800/1133774/7b9efab6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="542.37" OriginalAmount="537.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48437" Longitude="9.20509" StarRating="3" HotelCode="31176|mini_hotel_aosta_2" HotelName="Hotel Aosta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 16, Stazione Centrale, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/42/7042a534a806f458414ee6a385bfd7623041f547.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated opposite the main train station, which offers good connections to Linate and M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="553.48" OriginalAmount="548" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1348550-32717772/7531038412089416981/16561" HotelName="SANT'AMBROGIO APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91790000/91789200/91789171/11536076_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="559.54" OriginalAmount="554.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.475986960214" Longitude="9.1663031280041" StarRating="3" HotelCode="57789|hotel_lancaster_3" HotelName="Lancaster" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/03/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Abbondio Sangiorgio 16, 20145 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/e4/79e460a3d2196cfeba57cb8740c900786e1c8cf0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a beautiful, calm, and elegant zone of Sempione, a residential district in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="561.56" OriginalAmount="556" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12773-28562690/7531038412089416981/3744" HotelName="STARHOTELS ECHO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/3900/3825/30358cae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="583.78" OriginalAmount="578.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.487829" Longitude="9.2028800000001" StarRating="3" HotelCode="80744|4464282|Bed &amp; Breakfast" HotelName="Monopole" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabio Filzi 43, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/299495/20151583235934.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="587.21" OriginalAmount="581.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48529" Longitude="9.183122" StarRating="4" HotelCode="64005|75003|Bed &amp; Breakfast" HotelName="AC Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Tazzoli 2, 20154 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/90/1190079c88a0e62f2a5d098d93d16dcd89b2b7c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in front of Garibaldi station and is very close to Milan's main business and sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="594.89" OriginalAmount="589" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|592151-28473962/7531038412089416981/364" HotelName="HOUSEHOLD - SETTEMBRINI 17" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/13000000/12670000/12667900/12667869/20307024_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="603.74" OriginalAmount="597.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482368" Longitude="9.175693" StarRating="4" HotelCode="13286|124848|Bed &amp; Breakfast" HotelName="Leonardo Hotel Milan City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Messina 10, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/f0/11f0063147456c9b9089fb4283c1a8b5debc3f8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the heart of Milan, in the vicinity of the Porta Garibaldi, the fashionable Brera di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="614.08" OriginalAmount="608" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.9203419" Longitude="-13.6513332" StarRating="4" HotelCode="0|53389-24167265/7531038412089416981/6988" HotelName="AXYHOTELS INNSTYLE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3 Calle Pedro Barba, PTO.CARMEN, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63400/63400/491d85a9_b.jpg</HotelPictures>
        <HotelDescription>A stone¿s throw from the best in leisure and entertainment in PUERTO DEL CARMEN, the LABRANDA PLAYA CLUB are the perfect place to enjoy some free time. Of particular note are the panoramic views of the garden and of the swimming pool. The establishment has apartments of 2 bedrooms. We have Cot for children. We also have Outdoor Summer Terrace and Billiards.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="618.12" OriginalAmount="612" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480244" Longitude="9.213263" StarRating="4" HotelCode="80801|14789" HotelName="Hotel Napoleon Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ozanam 12, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/e8/a8e8e02ce4f9e5d622ed2ec1140439b6afa9ce09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a strategic location in the heart of Buenos Aires, the most famous shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="622.16" OriginalAmount="616" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|143086-18132739/7531038412089416981/8519" HotelName="LEONARDO CITY CENTER (EX. HERMITAGE)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20100/20068/cbf11d8d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="624.22" OriginalAmount="618.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.450945305545" Longitude="9.1602802276611" StarRating="4" HotelCode="59713|1422813|Bed &amp; Breakfast" HotelName="nhow Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Tortona 35, 20144 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/77/a1/77a12a9d46eb28db3c7cfa4abe38b17b50c69175.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This designer hotel lies in the southern part of Milan, close to Porta Genova train station in the l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="624.40" OriginalAmount="618.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483112810684" Longitude="9.2032787203789" StarRating="4" HotelCode="35052|CAY321600|Bed &amp; Breakfast" HotelName="Hotel Atlantic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/03/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 24, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/4e/184e234e6d68443c6361e58c638279a25a9010ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located just a few minutes' walk from Milan's designer shops, the Scala...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="625.19" OriginalAmount="619" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46611023803" Longitude="9.1932575310385" StarRating="4" HotelCode="428761|183062" HotelName="Duomo-apartments by Nomad Aparthotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via San Paolo 13, 20121 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/9a/7c9afadad058fe766db6efbadf237ba6a2d5aeea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the fashion district in Milan, Duomo Apartments offers a comfortable stay for guests visi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="630.24" OriginalAmount="624" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481322" Longitude="9.191761" StarRating="4" HotelCode="365236|6336" HotelName="Hotel NH Collection Milano Porta Nuova" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Melchiorre Gioia 6, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/ca/62ca8187ef154e078ebebe2396311a9717c37a77.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in the heart of the trade and business district, and is in the immedi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="630.53" OriginalAmount="624.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477265" Longitude="9.20541" StarRating="4" HotelCode="95060|115597|Bed &amp; Breakfast" HotelName="Best Western Hotel St. George" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Tunisia 9, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/e6/e6b342baa0d45ac8/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This functional city hotel is located just 2 km from Milan’s city centre and only metres away from t...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="637.31" OriginalAmount="631" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157967-28569572/7531038412089416981/3670" HotelName="H2C MILANOFIORI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3060000/3050200/3050153/92a0ab35_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="648.72" OriginalAmount="642.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481518" Longitude="9.188625" StarRating="4" HotelCode="76670|1413769|Bed &amp; Breakfast" HotelName="Atahotel The Big" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via De Cristoforis, 6/8, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/15/157599a5e952ce32/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is only 100 m from Garibaldi train station and a short distance from the MM green line st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="654.48" OriginalAmount="648" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.472686" Longitude="9.194347" StarRating="4" HotelCode="47283|31817" HotelName="Cavour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fatebenefratelli, 21, Milano 20121</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/e3/55e33525a115b1214b0404e1bc67d65c8a8e222e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Milan's historic centre, a few steps from the Teatro alla Scala theatre and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="658.52" OriginalAmount="652" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|611179-28565693/7531038412089416981/2908" HotelName="MAGVILLE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33230000/33223000/33222931/9ac8b38a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="659.53" OriginalAmount="653" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46729286" Longitude="9.18701574" StarRating="4" HotelCode="507488|178845" HotelName="Hotel Clerici" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Clerici 11, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/cc/f0cc20047dde827d90120c35396ac02729e363f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="666.60" OriginalAmount="660" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|393425-28563834/7531038412089416981/983" HotelName="BIANCA MARIA PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12950000/12943900/12943824/f4f4d0c0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="685.79" OriginalAmount="679" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|9904-28562238/7531038412089416981/811" HotelName="HILTON MILAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/5200/5160/7e6a1b45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="704.98" OriginalAmount="698" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.466026" Longitude="9.192203" StarRating="4" HotelCode="11617|30463" HotelName="Sina de la Ville" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Hoepli 6, 20121 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/fa/c4fac39154c7c7bfb6500812dd1981aff7d5f023.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="713.67" OriginalAmount="706.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.474720838754" Longitude="9.2060164179844" StarRating="4" HotelCode="401861|86522|Bed &amp; Breakfast" HotelName="Mercure Milano Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Oberdan 12, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/4b/4b4fc8b2ae204307/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in close proximity to the cathedral, the Teatro alla Scala and the great fashio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="724.17" OriginalAmount="717" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1454598-32420326/7531038412089416981/2512" HotelName="CX MILAN BICOCCA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108270000/108261700/108261642/0d8c2425_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="742.35" OriginalAmount="735" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48425126" Longitude="9.21567092" StarRating="3" HotelCode="849411|387999" HotelName="Hotel Stradivari" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Stradivari 4, Piazza Argentina, 20131 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/f4/b4f4144c640a3d85363c2d6f208ae76fe278b614.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="748.41" OriginalAmount="741" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|543005-28563910/7531038412089416981/738" HotelName="CLERICI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14870000/14866500/14866472/6a97ea2b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="775.68" OriginalAmount="768" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|293714-21394969/7531038412089416981/7132" HotelName="THE SQUARE MILANO DUOMO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9390000/9385800/9385755/43a6a47f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="786.21" OriginalAmount="778.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463525791888" Longitude="9.2068085906405" StarRating="4" HotelCode="476218|602121|Bed &amp; Breakfast" HotelName="Bianca Maria Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Bianca Maria 4, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/602121/602121a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="791.84" OriginalAmount="784" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1348631-32656738/7531038412089416981/18626" HotelName="ROSA GRAND MILANO - STARHOTELS COLLEZIONE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2900/2875/90d01a93_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="845.37" OriginalAmount="837" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|26284-28568557/7531038412089416981/1687" HotelName="UNA CUSANI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/21200/21141/992aea59_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="847.39" OriginalAmount="839" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|152990-28497893/7531038412089416981/2666" HotelName="LHP NAPOLEON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1370000/1364300/1364270/76c5c3dd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="856.30" OriginalAmount="847.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.452565" Longitude="9.167148" StarRating="5" HotelCode="263948|394378|Bed &amp; Breakfast" HotelName="Magna Pars Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Forcella 6/8, 20144 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/c3/2ec3ceb62fb770dcca5753faf7cf6a38e2301605.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="857.49" OriginalAmount="849" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1277730-28475446/7531038412089416981/2705" HotelName="DUOMO HOTEL AND APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1277730/20211125104527730.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="865.57" OriginalAmount="857.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482138" Longitude="9.198663" StarRating="4" HotelCode="14436|hotel_marconi_4" HotelName="Marconi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabio Filzi 3, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b9/79/b9799b8f558ffe7bd7dc10546871cac97d102097.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just 1 km from the centre of Milan, this hotel is appreciated by business customers for its ideal lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="887.80" OriginalAmount="879.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.468244" Longitude="9.207223" StarRating="5" HotelCode="177816|162413|Bed &amp; Breakfast" HotelName="Château Monfort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Concordia 1, 20129 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/2a/fe2af287752ecca678e718d60dd36e4e9bb99cdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the heart of Milan, about 800 m from Piazza San Babila, around 1 km ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="898.80" OriginalAmount="889.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463892154526" Longitude="9.1940212365367" StarRating="4" HotelCode="17917|7326|Bed &amp; Breakfast" HotelName="Rosa Grand Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Fontana 3, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/29/fc29decb21442da72b025e1dedf4ff5964ac98d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated at the heart of Milan directly opposite the city's impressive Got...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="921.98" OriginalAmount="912.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.468543255004" Longitude="9.1831782460213" StarRating="4" HotelCode="16410|182229|Bed &amp; Breakfast" HotelName="UNAHOTELS Cusani Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cusani 13, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/83/5283c5a20bb91b453af09c9e75c691dc5db390c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="922.13" OriginalAmount="913" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1456764-32463173/7531038412089416981/15221" HotelName="CALIMALA MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107490000/107486100/107486055/e96fd9cb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="942.33" OriginalAmount="933" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|170806-28599259/7531038412089416981/1298" HotelName="CHATEAU MONFORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4590000/4588700/4588641/3845a1da_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="963.76" OriginalAmount="954.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48138" Longitude="9.203411" StarRating="3" HotelCode="173020|19022|Bed &amp; Breakfast" HotelName="B&amp;B Hotel Milano Central Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 9, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/51/9d5109823f29627d374536ad3b472410a8b10cd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, hotel is centrally located just 100 m from the main train station. Links to the public...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="992.16" OriginalAmount="982.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478752589289" Longitude="9.1990354657173" StarRating="5" HotelCode="18681|1380098|Bed &amp; Breakfast" HotelName="The Westin Palace, Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Repubblica 20, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/ec/68ec2049893afe3050e39e3bd88c8f791afc77e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is located in the centre of Milan, directly on the Piazza della Repubblica and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1009.93" OriginalAmount="999.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463083504114" Longitude="9.1979157227192" StarRating="4" HotelCode="258936|5753|Bed &amp; Breakfast" HotelName="NH Collection Milano President" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Largo Augusto 10, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/71/a1711795aed1cbd71158d78f1da41bcba0e2a25f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in the heart of Milan just a few minutes' walk from the cathedral...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1024.14" OriginalAmount="1014" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485789708476" Longitude="9.2018491029739" StarRating="5" HotelCode="12364|53789" HotelName="Excelsior Hotel Gallia, a Luxury Collection Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 9, Mailand 20124</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/06/3206460338b5316af2c047c9ef7fcbd7908eaa03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located on Piazza Duca d'Aosta directly beside the main train station and just ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1032.22" OriginalAmount="1022" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|237093-28434050/7531038412089416981/2313" HotelName="YARD SUITE &amp;amp; DEPENDANCE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4570000/4562800/4562738/f517b386_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1037.27" OriginalAmount="1027" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5064-18212783/7531038412089416981/10583" HotelName="B&amp;amp;B HOTEL MILANO CENTRAL STATION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/80000/75200/75172/f8567cc0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1061.15" OriginalAmount="1050.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.502437" Longitude="9.221851" StarRating="4" HotelCode="20863|17714|Bed &amp; Breakfast" HotelName="Best Western Antares Hotel Concorde" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 22/03/2027" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Monza 132, 20127 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/c3/89c30fa375cf3cf50b5b010ada6c242118ec2892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located just a short walk from Milan's most famous shopping streets. Countless sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1098.69" OriginalAmount="1087.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.467185" Longitude="9.142714" StarRating="4" HotelCode="17018|17715|Bed &amp; Breakfast" HotelName="Antares Rubens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/03/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietro Paolo Rubens 21, 20148 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/86/8186cbc05fe8f5b235bef63afc209d2060382eb7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally located just a few metres from the Corso Vercelli and its score...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1113.02" OriginalAmount="1102" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483208480708" Longitude="9.1775810210885" StarRating="4" HotelCode="527391|227300" HotelName="Hotel Viu Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Aristotile Fioravanti 6, 20154 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/a8/5aa83414e1d4f50e09b567485a2532eb67612c78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1130.19" OriginalAmount="1119" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|324746-18211474/7531038412089416981/17623" HotelName="ME MILAN - IL DUCA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9700000/9690200/9690122/fb313b37_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1147.36" OriginalAmount="1136" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|233971-28599909/7531038412089416981/3035" HotelName="MAGNA PARS L'HOTEL A PARFUM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5480000/5478600/5478506/f673d841_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1164.53" OriginalAmount="1153.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47938999" Longitude="9.19628772" StarRating="5" HotelCode="317060|me_milan__il_duca" HotelName="ME Milan Il Duca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Republica 13, Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/f4/85f4a9ba4912d621f4ba0ae3c8a8f9708a897768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1201.90" OriginalAmount="1190" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|611166-18322715/7531038412089416981/14117" HotelName="INDIGO MILAN - CORSO MONFORTE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19370000/19367100/19367023/e1fbbf98_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1228.16" OriginalAmount="1216" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465172016861" Longitude="9.1892640352166" StarRating="4" HotelCode="424248|177059" HotelName="Room Mate Giulia Milán" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 4, 20121 Milán, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/a7/80a7f0b6d612c0d3e0a4b234a756035a4581ceca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1233.60" OriginalAmount="1221.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470900142825" Longitude="9.1841357946396" StarRating="5" HotelCode="192152|191213|Bed &amp; Breakfast" HotelName="Style Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/03/2027" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Erbe, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/191213/191213a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1291.79" OriginalAmount="1279" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.495027" Longitude="9.141701" StarRating="4" HotelCode="335608|20532" HotelName="Raffaello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Certosa 108, 20156 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a3/4c/a34c73b0972474d8abf2b0d1a2a9d62434af4455.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1299.87" OriginalAmount="1287" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|394238-28581807/7531038412089416981/1677" HotelName="ROOM MATE GIULIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13320000/13318100/13318091/c0635d68_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1300.97" OriginalAmount="1288.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465877" Longitude="9.189256" StarRating="5" HotelCode="117700|125428|Bed &amp; Breakfast" HotelName="Galleria Vik Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 8, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/49/8c49707418bd9762b344757aa132a8a406dbc9b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an idyllic location in the celebrated Galleria Vittorio Emanuele II shopping ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1346.33" OriginalAmount="1333" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46403933101" Longitude="9.2088905328435" StarRating="5" HotelCode="448421|179942" HotelName="Fifty House Luxury Hotel Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Benvenuto Cellini 14, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/43/7b/437b4044fc4e14095d42c40ef30480c36dd28c97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1372.59" OriginalAmount="1359" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|234099-28454909/7531038412089416981/2269" HotelName="DEMO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/2000000/1210000/1206900/1206887/e04f601b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1404.91" OriginalAmount="1391" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477652372288" Longitude="9.2017418146133" StarRating="4" HotelCode="31175|17820" HotelName="NH Milano Machiavelli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Lazzaretto 5, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1b/5d/1b5d50d492ebeed9d68378f53d33c9fcf1fdc566.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable hotel is located at the heart of Milan in the Porta Venezia and Corso Buenos Aires d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1426.12" OriginalAmount="1412" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|887619-18865370/7531038412089416981/9091" HotelName="BANDB MILANO CITY CENTER DUOMO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/48000000/47090000/47081700/47081607/3b922bd1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1430.16" OriginalAmount="1416" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46718225" Longitude="9.20191466" StarRating="0" HotelCode="571833|238206" HotelName="Hotel Monforte 27" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Corso Monforte 27, 20122 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/60/ba60f55f598f525e9e831b67bb1e25e1465f6d4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1453.39" OriginalAmount="1439" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|874978-28460153/7531038412089416981/3203" HotelName="HEMI SUITES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/874978/20201014144415784.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1471.57" OriginalAmount="1457" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49940651" Longitude="9.22306664" StarRating="3" HotelCode="770134|344134" HotelName="Hotel H21" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Valtorta 21, 20127 Milan, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/15/c9154ace7643a11ac3bb23cf1dc41d40553a2410.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1651.20" OriginalAmount="1634.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464992392729" Longitude="9.1893938230164" StarRating="5" HotelCode="361362|1608958|Bed &amp; Breakfast" HotelName="Townhouse Duomo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 06/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 2, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1e/96/1e9647e7796fe8863e850386ad2a92bde1b22df4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1690.74" OriginalAmount="1674" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|591994-28501685/7531038412089416981/2576" HotelName="H21" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/29000000/28830000/28822000/28821957/c43ca393_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1896.78" OriginalAmount="1878" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|30392-32597296/7531038412089416981/3360" HotelName="STRAF MILAN A MEMBER OF DESIGNS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/1000000/995700/995633/656c572a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2063.43" OriginalAmount="2043" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12770-28577610/7531038412089416981/2604" HotelName="MILAN MARRIOTT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22900/22860/55b09346_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2074.89" OriginalAmount="2054.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465298078173" Longitude="9.1910452693929" StarRating="4" HotelCode="82248|3363506|Bed &amp; Breakfast" HotelName="STRAFhotel&amp;bar A Member of Design Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Raffaele 3, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/82/df8217e5363fdfc24e0445c2ec7755a11f39102d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2136.15" OriginalAmount="2115" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|67610-28579032/7531038412089416981/2870" HotelName="DUO MILAN PORTA NUOVA, A TRIBUTE PORTFOLIO HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/790000/789100/789026/668c883d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2146.25" OriginalAmount="2125" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.461108913711" Longitude="9.154132604599" StarRating="4" HotelCode="31172|17366" HotelName="Marriott Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Washington 66, 20146 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/22/77223da6e65717a0ab526c705107125de89840ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a residential area at the heart of Milan only a few minutes walk from the e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2178.57" OriginalAmount="2157" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1352556-23863957/7531038412089416981/231" HotelName="CASA BAGLIONI MILAN - THE LEADING HOTELS OF THE WORLD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88650000/88640500/88640484/750449c7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2318.29" OriginalAmount="2295.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48491716848" Longitude="9.1981154680252" StarRating="4" HotelCode="29246|1129309|Bed &amp; Breakfast" HotelName="Four Points By Sheraton Milan Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gerolamo Cardano 1, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/a2/51a2a00fd48e6b25fea53b675db99050bc6facef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies right at the heart of the shopping quarter. Links to the public transport network ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2418.34" OriginalAmount="2394.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482512" Longitude="9.224143" StarRating="3" HotelCode="268052|375342|Bed &amp; Breakfast" HotelName="Oasi Village Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Lombardia 20, 20131 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/60/c160b99df726c84d536cfcfc87f3f631545eab4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2984.70" OriginalAmount="2955.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465496" Longitude="9.188925" StarRating="5" HotelCode="26216|7332|Bed &amp; Breakfast" HotelName="Park Hyatt Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tommaso Grossi 1, 20121 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/dc/52dc4cdd4f72d90d85acfea56aae18fefe7b2daf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top-notch luxury hotel is located in hip Italian fashion capital of Milan. The hotel enjoys an ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3551.16" OriginalAmount="3516" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1397872-28599468/7531038412089416981/4291" HotelName="PALAZZO CORDUSIO, A GRAN MELIÁ HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/95000000/95000000/94999000/94998930/f736c14e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3667.73" OriginalAmount="3631.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.469230769174" Longitude="9.1986264288425" StarRating="5" HotelCode="26032|5754|Bed &amp; Breakfast" HotelName="Baglioni Hotel Carlton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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">
        <Address>
          <AddressLines>
            <AddressLine>Via Senato 5, 20121 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/b0/e9b0dd7c7f3d563c969516d0abc6129d3ffe58d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Affording a view of the Via Della Spiga, this luxury hotel is situated directly in the exclusive fas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3773.36" OriginalAmount="3736" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|18206-32392769/7531038412089416981/201" HotelName="THE CARLTON, A ROCCO FORTE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/1000000/450000/449200/449149/c2f8cee0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3834.45" OriginalAmount="3796.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.469473584945" Longitude="9.1909645693115" StarRating="5" HotelCode="311425|557629|Bed &amp; Breakfast" HotelName="Mandarin Oriental Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Andegari 9, 20121 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/1e/f41e6ab1f781435270bacf03a8da832579815aea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3874.36" OriginalAmount="3836" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|143091-18137267/7531038412089416981/14197" HotelName="SINA THE GRAY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/909500/909470/0104f24b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4012.78" OriginalAmount="3973.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.469972823623" Longitude="9.1923916339874" StarRating="5" HotelCode="28577|5756|Bed &amp; Breakfast" HotelName="Grand et de Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Manzoni 29, 20121 Milan, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bd/ec/bdec8e33554b2ac2444bea92b8df900e7bf5304c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The exclusive city hotel lies at the heart of Milan. Many shopping venues and countless entertainmen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4757.10" OriginalAmount="4710" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470112016524" Longitude="9.1897416114807" StarRating="5" HotelCode="30030|55360" HotelName="Bulgari Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Fratelli Gabba 7/b, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/c1/acc1277984372feb7af8287dd5e42b071ef4f6dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Bar,Designated Smoking Area,Bicycle Rental,Central Heating,Currency Exchange,Garden,Lounge,Shopping Arcade,Spa,Wheelchair Access,Diet Meals,Golf,Jacuzzi,Nightclub,Kitchen,Pets allowed,Heated Pool,Airport Transfer (on Demand)</BasicAmenities>
    <HotelRating>4,5,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,CONFERENCE HOTEL,SPA HOTEL,HOTEL,ECO HOTEL,HOTEL DE CHARME,FAMILY-FRIENDLY HOTEL,AIRPORT HOTEL,VILLAGE,APARTMENT,INNS,APARTMENT HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|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="e522d68d-282e-42b7-aa8c-0e41f791dfd3">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="54074" DestinationId="0" CityId="0" />
    <StayDateRange Start="2027-04-11T00:00:00" End="2027-04-12T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@aitravel-kh.com" Password="Snanum@$" RequestedCurrency="GBP" ClientNationality="KH" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|InfiniteSearch|Root element is missing.|System.Xml.XmlException: Root element is missing.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at SerializeDeserialize`1.DeserializeData(String dataXML) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 2755
   at HotelSources.Infinite.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Infinite\Infinite.cs:line 314|Infinite|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:d3dd9bb5-1b15-4f9d-8beb-7d078926a59f
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|DOTWSearch|Collection was modified; enumeration operation may not execute.|System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at HotelSources.DOTW.GetSearchRS(List`1 LstSearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\DOTW\DOTW.cs:line 626|DOTW|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:12:55.76748+01:00" Version="0" EchoToken="Search" TransactionIdentifier="e522d68d-282e-42b7-aa8c-0e41f791dfd3" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="83" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|164564-2592263/7531038412089416981/4088" HotelName="IH HOTELS MILANO EUR TREZZANO SUL NAVIGLIO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1150000/1145800/1145734/ff933ab2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="148.47" OriginalAmount="147" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5072-28524950/7531038412089416981/3936" HotelName="ORNATO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1070000/1065100/1065040/9a9afd7e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="157.07" OriginalAmount="155.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.52002434874" Longitude="9.1923728585243" StarRating="3" HotelCode="371240|394458|Bed &amp; Breakfast" HotelName="Hotel Ornato" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/04/2027" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Ornato 64, 20162 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/39/395335/MIQhHF2H_1131b3a54d74684426c5e97ed640ce6a.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located about 1.6 km from the centre of Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="157.64" OriginalAmount="156.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.490422408744" Longitude="9.1528405267557" StarRating="3" HotelCode="36233|3541258|Bed &amp; Breakfast" HotelName="Hotel Berlino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Antonio Plana 33, 20155 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/b6/e6b6377881c6b386d58ed6d0cfd8b020300ff242.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated only 10 minutes from the Campionaria and 15 minutes from the Rho exhibition ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="168.05" OriginalAmount="166.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.471731758313" Longitude="9.0772547619018" StarRating="4" HotelCode="99147|124849|Bed &amp; Breakfast" HotelName="Idea Hotel Milano San Siro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaetano Airaghi 125, 20153 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/82/d9823417dfaefed13d55f32f8542004982e1a870.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically situated near the San Siro-Fiera exit on the Tangenziale Ovest (western r...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.68" OriginalAmount="168.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.444162046236" Longitude="9.116071" StarRating="4" HotelCode="38498|idea_hotel_milano_lorenteggio" HotelName="iH Hotels Milano Lorenteggio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lorenteggio 278, 20152 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/0b/970bd9b3841e46e793b2671db66cbf144d30ac49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located close to Westring Street, near the Lorenteggio exit. The Pero/Rho exhi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.81" OriginalAmount="181.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.418834" Longitude="9.157206" StarRating="3" HotelCode="73521|hotel_alga_2" HotelName="Alga" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Mare, 93, 20142 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/92/83921332d3517366d7afb9b5bb3274aa2217f690.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the southern area of Milan in a strategic position near both the highways ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.82" OriginalAmount="182.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4439" Longitude="9.153" StarRating="4" HotelCode="400868|idea_hotel_milano_watttredici" HotelName="iH Hotels Milano Watt 13" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giacomo Watt 13, 20143 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/75/b675f445ba0dea0fce5c2e5c7ae7aa11bfe2ea18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="187.86" OriginalAmount="186" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|101026-252369/7531038412089416981/4091" HotelName="IDEA SAN SIRO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2040000/2032200/2032147/e179d5c7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="192.91" OriginalAmount="191" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157386-28579193/7531038412089416981/3590" HotelName="IH LORENTEGGIO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1100/1031/26aa63e9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.00" OriginalAmount="200.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48475" Longitude="9.162364" StarRating="3" HotelCode="117237|hotel_losanna" HotelName="Losanna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Piero della Francesca 39, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/a5/dfa5853bbf56aaf4c897b198814854098ecbeb3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can feel at home in one of the 23 rooms. Services and facilities at the hotel include a r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="203.74" OriginalAmount="201.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.512404803314" Longitude="9.178661652262" StarRating="3" HotelCode="55491|51138|Bed &amp; Breakfast" HotelName="Eco Hotel La Residenza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Scialoia 3, 20161 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/3f/023f9d33717a07fdff8e7af6b8cc5fd6a9c47860.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in a peaceful area, just a short distance from all major sightseeing attractions in M...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="204.50" OriginalAmount="202.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4692352" Longitude="9.22194034" StarRating="3" HotelCode="824639|360956|Bed &amp; Breakfast" HotelName="Golden Milano Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Goldoni 84, 20129 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/ab/ffabcffaacbef12a53d4d4af586bf3754b31a08e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Carlo Goldoni is a 2-star hotel located in eastern Milan and is well connected with the Centra...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1247320-19868114/7531038412089416981/13124" HotelName="AMEDIA MILANO - TRADEMARK COLLECTION BY WYNDHAM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/60000000/59900000/59898100/59898052/b7a4ea7e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="212.35" OriginalAmount="210.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.401222286586" Longitude="9.120630415295" StarRating="4" HotelCode="335612|43316|Bed &amp; Breakfast" HotelName="Holiday Inn Assago" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tangenziale Ovest Km 19, 20094 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a5/e6/a5e61117fa31d33ad653cdcdc511c607cc322ff0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Autostrada dei Fiori highway and quickly linked by shuttle bus to the ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="216.53" OriginalAmount="214.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46922371" Longitude="9.22181866" StarRating="2" HotelCode="619592|362569|Bed &amp; Breakfast" HotelName="Hotel Carlo Goldoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Goldoni 84, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/c3/4bc3819330368935ca29844db94432250d318ec8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="217.15" OriginalAmount="215" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|13630-28562691/7531038412089416981/3123" HotelName="STARHOTEL TOURIST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/10500/10498/8c768659_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="220.18" OriginalAmount="218" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46601" Longitude="9.217087" StarRating="2" HotelCode="116866|55850" HotelName="Dateo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Piceno 33, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/83/e5834a8f83b513ffaf0c641f7c4ecbef036d7bb0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="221.08" OriginalAmount="218.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49626" Longitude="9.179432" StarRating="3" HotelCode="116638|213685|Bed &amp; Breakfast" HotelName="Ares Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Edoardo Porro 8, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/2b/ed2bfdd8b14d30b72cff8227a898424dab2f6ed6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="221.19" OriginalAmount="219" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|862550-28586191/7531038412089416981/4312" HotelName="STARHOTELS BUSINESS PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/54200/54133/9047288f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="222.20" OriginalAmount="220" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157965-14575108/7531038412089416981/6863" HotelName="DEVERO &amp;amp; SPA, BW SIGNATURE COLLECTION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2170000/2167600/2167570/w3840h2558x0y0-7278e34d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.20" OriginalAmount="220.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484697" Longitude="9.162794" StarRating="2" HotelCode="360043|hotel_parma_4" HotelName="Hotel Parma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel,Inns" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Piero della Francesca 48, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/06/220639fc72405fa9dd6cc769f9facd25a670b988.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Hotel Parma in Milan (San Siro), you'll be close to Fiera Mil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.25" OriginalAmount="222.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.514785" Longitude="9.116386" StarRating="4" HotelCode="221719|186837|Bed &amp; Breakfast" HotelName="Klima Hotel Milano Fiere" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Venezia Giulia 8, 20157 Milano, Lombardei</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/50/fe508f0f8b2b208c3da667557c633af892f00d9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="225.23" OriginalAmount="223" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|543722-28457913/7531038412089416981/1389" HotelName="CARLO GOLDONI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21960000/21956300/21956298/c0cd03fb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="225.23" OriginalAmount="223" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|591992-28501691/7531038412089416981/2137" HotelName="GOLDEN MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31570000/31565800/31565751/1d1c7d23_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="229.27" OriginalAmount="227" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|31015-18118912/7531038412089416981/8278" HotelName="ECO HOTEL MILANO &amp;amp; BIORISO RESTAURANT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/909800/909796/a170b911_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="230.28" OriginalAmount="228" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.8628672" Longitude="-13.8279348" StarRating="3" HotelCode="0|53241-18202867/7531038412089416981/9294" HotelName="VECCHIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>58 Bienvenida Martín  Practicanta, PLAYA BLANCA YAIZA, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2740000/2737200/2737189/266744e3_b.jpg</HotelPictures>
        <HotelDescription>This beach hotel revels in its hillside setting, lying just 20 metres away from the sea. The hotel commands spectacular views over the coastline. Guests will find themselves just 200 metres away from the beach and 500 metres from links to the public transport network. Guests can enjoy an array of exciting activities nearby. This charming hotel enjoys an attractive architectural design, greeting guests with the promise of a memorable stay. The guest rooms are beautifully designed, featuring refreshing tones and a relaxing ambience. The rooms feature modern amenities for added comfort and convenience. Guests will appreciate the choice of facilities and services that the hotel has to offer.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="231.21" OriginalAmount="228.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464235" Longitude="9.181967" StarRating="3" HotelCode="95048|321511|Bed &amp; Breakfast" HotelName="Vecchia Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Borromei 4, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/d2/79d2a8dd8a8bca616f8e7cc4489913af42e7212e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="231.77" OriginalAmount="229.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.437086" Longitude="9.16439" StarRating="3" HotelCode="79350|617758|Bed &amp; Breakfast" HotelName="Plus Welcome Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Famagosta 50, 20142 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/a3/7da3dece5ca4276e41288bb8a72dd188aa8e2991.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.32" OriginalAmount="232" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.526576" Longitude="9.212825" StarRating="4" HotelCode="17919|2057" HotelName="Tourist" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fulvio Testi 300, 20126 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/7e/8b7e58e2fcf5fe51ef1073b504f06d56cd92cc25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the business district in the north of the city of Milan within a few paces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="237.35" OriginalAmount="235" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|196700-18146505/7531038412089416981/13306" HotelName="KLIMA MILANO FIERE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5430000/5426900/5426838/c3d0404a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.35" OriginalAmount="235.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484744163255" Longitude="9.1596740484238" StarRating="4" HotelCode="34832|hotel_nasco" HotelName="Hotel Nasco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Corso Sempione 69, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/52/99/5299400b02b48f40acb3c61acb111696c9838e4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in an ideal location in the heart of trendy Milan with quick access to excell...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="239.45" OriginalAmount="237.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.437584204443" Longitude="9.2314392328262" StarRating="4" HotelCode="18190|9403|Bed &amp; Breakfast" HotelName="Business Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Pietro Gaggia 3, 20139 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/e9/05e95ff88737567bc6a920bde4b2ae4d4d9f4b18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies in the lively city of Milan just 500 m from the nearest links to the public...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="242.40" OriginalAmount="240" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|185716-28436457/7531038412089416981/1745" HotelName="ARCOBALENO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2522900/2522840/8f9b28e4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="244.42" OriginalAmount="242" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|26748-18324562/7531038412089416981/15461" HotelName="NASCO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1100000/1095000/1094943/149ec67e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="245.09" OriginalAmount="242.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.451176" Longitude="9.2077400000001" StarRating="3" HotelCode="117438|4056089|Bed &amp; Breakfast" HotelName="Di Porta Romana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lazzaro Papi 18, 20135 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/7c/4c7c47c2abc873cca551bf806f6bf996bfd03852.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="251.49" OriginalAmount="249" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|146336-28560429/7531038412089416981/481" HotelName="UNAHOTELS EXPO FIERA MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2230000/2224900/2224808/848b9465_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="269.46" OriginalAmount="266.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.433565" Longitude="9.189671" StarRating="4" HotelCode="79237|128884|Bed &amp; Breakfast" HotelName="Atahotel Quark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lampedusa, 11/A, 20141 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/107278/a_107278_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a strategic location, just a few minutes from the famous Navigli of Milan. Guests ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="274.72" OriginalAmount="272" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|51535-27046799/7531038412089416981/16781" HotelName="SPORTING" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/51535/2011228152421997.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.73" OriginalAmount="273.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.499679140502" Longitude="9.2061159824251" StarRating="4" HotelCode="387392|idea_hotel_milano_bicocca" HotelName="iH Hotels Milano Gioia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Giustizia 10/D, Zona Greco, 20125 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/4c/204cd104e528e90bf44bf430d6236b9cb8374b57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers easy access from Milan central railway station (2 km), the underground network (Son...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="276.31" OriginalAmount="273.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.533093476303" Longitude="9.1711002588272" StarRating="4" HotelCode="335618|57339|Bed &amp; Breakfast" HotelName="Hotel Da Vinci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Senigallia 6, 20161 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/58/9f58f9d3e83dc88b520a257cc5a18bf29e1aa9cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the northern area of Milan, 8 km away from the exhibition area of Fiera Mila...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="285.37" OriginalAmount="282.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484178" Longitude="9.205471" StarRating="3" HotelCode="95049|687095|Bed &amp; Breakfast" HotelName="Ostello Bello Grande" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/03/2027" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lepetit 33, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/4b/a94bab279626725e74d2d5bd9cd02f6c6af391d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="285.94" OriginalAmount="283.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484489220633" Longitude="9.2064771644343" StarRating="4" HotelCode="95056|173575|Bed &amp; Breakfast" HotelName="Hotel Bristol Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/03/2027">
        <Address>
          <AddressLines>
            <AddressLine>Via Scarlatti 32, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/2d/422df335d82d27ec76c59a0f41fcb4383440b29a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="287.85" OriginalAmount="285" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.395782" Longitude="9.211301" StarRating="4" HotelCode="17864|25502" HotelName="Hotel Sporting" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sporting Mirasole 56, 20090 Mailand, Italy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/30/b7/30b7554f3c0605872e49ca765f2fded079a0da2e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a residential area, around 8 km from the city's tourist centre. The bus sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="292.90" OriginalAmount="290" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1322658-28476825/7531038412089416981/1832" HotelName="FIORALBA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75810000/75807000/75806984/f7740dfe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="295.93" OriginalAmount="293" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1464891-32920078/7531038412089416981/14142" HotelName="PALAZZO BUENOS AIRES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1070000/1069000/1068913/c6ff4dd7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="302.99" OriginalAmount="299.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484528" Longitude="9.216144" StarRating="4" HotelCode="78738|205787|Bed &amp; Breakfast" HotelName="Del Corso" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pecchio 2, 20131 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/ef/63efa6e26195c465c48c922b97f5b5c3f6795b82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="323.20" OriginalAmount="320" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|54854-18117466/7531038412089416981/9114" HotelName="NH MILANO 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/17800/17788/9f7345fe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="327.24" OriginalAmount="324" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|877800-28586648/7531038412089416981/3850" HotelName="PHI MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/877800/2020103011126125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="327.24" OriginalAmount="324.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.511502301365" Longitude="9.1240265178604" StarRating="4" HotelCode="907002|b4_milano" HotelName="Barceló Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giorgio Stephenson 55, 20157 Milán</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/04/41049cd4a8a900b66ad7c3283c4111fada231d4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="333.30" OriginalAmount="330" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|104888-18131797/7531038412089416981/11626" HotelName="NH FIERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2580000/2571800/2571703/a463571b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="334.14" OriginalAmount="330.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.525931775735" Longitude="9.2149834024467" StarRating="4" HotelCode="302459|360780|Bed &amp; Breakfast" HotelName="Degli Arcimboldi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Sarca 336, 20126 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/2d/272d6450973ff5efd824e1b99d0d4e5b627f0fcd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="343.40" OriginalAmount="340" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|67584-18140789/7531038412089416981/11503" HotelName="BRISTOL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2529600/2529557/c298a71d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="344.21" OriginalAmount="340.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480448009839" Longitude="9.2116163671017" StarRating="4" HotelCode="12715|17861|Bed &amp; Breakfast" HotelName="Best Western Plus Hotel Galles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Lima 2, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/89/9b/899bd9366d4863687e120a5c9e19e5e0bc802a6a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located directly on the Corso Buenos Aires. It takes just a few minutes by foo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="347.44" OriginalAmount="344.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47525406" Longitude="9.20650888" StarRating="3" HotelCode="631734|ai_suma_hotel" HotelName="Ai Suma Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Spallanzani 6, 20129 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/49/8749af412f9a4a930086ab75d8f99a94f3b00bba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="350.29" OriginalAmount="346.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485564052876" Longitude="9.1640809178352" StarRating="4" HotelCode="44708|5771|Bed &amp; Breakfast" HotelName="UNAHOTELS Scandinavia Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Battista Fauchè 15, Sempione, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/7e/a97e2516d4011a4c57d36db4425d6fd87db62eb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located only a few steps from the Fiera Milano trade centre. Located about...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="350.47" OriginalAmount="347" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|75712-18124634/7531038412089416981/16800" HotelName="NOVOTEL MILANO LINATE AEROPORTO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/11700/11661/4cc89602_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.78" OriginalAmount="350.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478562638829" Longitude="9.2041879892349" StarRating="4" HotelCode="30258|112824|Bed &amp; Breakfast" HotelName="Best Western Plus Hotel Felice Casati" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/03/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Felice Casati 18, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/26/f226e62553aab2c64a151e4d8b2166836d2b97da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Milan, next to the famous Corso Buenos Aires, in the middle of the most impo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="356.53" OriginalAmount="353" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1173426-28452870/7531038412089416981/2584" HotelName="BABILA HOSTEL AND BISTROT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18710000/18708400/18708365/b6c095f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="359.03" OriginalAmount="355.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48687528" Longitude="9.20185869" StarRating="4" HotelCode="495492|550221|Bed &amp; Breakfast" HotelName="NYX Milan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Piazza IV Novembre 3, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/9f/f39f5a008e55d0f15cfd48a8ddd5653e501d0df9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="361.58" OriginalAmount="358" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12769-27378318/7531038412089416981/17268" HotelName="JR HOTELS BOCCONI MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/912300/912286/12a97553_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="362.38" OriginalAmount="358.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49736441" Longitude="9.18081511" StarRating="4" HotelCode="874968|652346|Bed &amp; Breakfast" HotelName="J24 Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Edoardo Jenner 24, 20158 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/06/60/0660a737eaccc57427ef807c14cf089549cdd123.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated 300mts far from the underground station MM3 Maciachini, 2.1 km of Ospedale Niguarda and 3.2...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="363.60" OriginalAmount="360" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48783688" Longitude="9.20276939" StarRating="3" HotelCode="577990|227211" HotelName="43 Station Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabio Filzi 43, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/e7/2ae76f9f94a66119e4ca4331c892a7da573d0865.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="372.69" OriginalAmount="369" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|872145-28460041/7531038412089416981/727" HotelName="CASCINA BELLARIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/872145/2020929165252637.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="374.71" OriginalAmount="371" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.852587" Longitude="28.260655" StarRating="2" HotelCode="0|256998-28434067/7531038412089416981/2202" HotelName="AV BOUTIQUE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Cildir Mah. 142 sok 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7780000/7776100/7776030/56d6dd20_b.jpg</HotelPictures>
        <HotelDescription>Located 15 minutes to the city center and 10 minutes to the beach.

The complex consists of 50 apartments divided on 4 floors with elevator, reception with safety deposit boxes for rent, restaurant, bar, TV saloon and swimming pool with children section.

All apartments have living room with kitchen, bedroom, bath/shower, balcony, air conditioning (payable) and telephone.

Address: Cildir Mah. 142 sok 7, 48700 Marmaris, Turkey In Marmaris 500 m from the beach and 700 m from the resort centre.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="381.78" OriginalAmount="378" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|15254-32369788/7531038412089416981/15109" HotelName="STARHOTEL RITZ" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22000/21978/d0debbf0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="385.82" OriginalAmount="382.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464470445301" Longitude="9.1952928730163" StarRating="4" HotelCode="32810|hotel_ambasciatori_6" HotelName="iH Exclusive Milano Ambasciatori" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Galleria del Corso 3, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/c9/38c901c96555f9a3c08ac286004dc02ac27c15e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan, approximately 3 km from links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="386.83" OriginalAmount="383" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.475698" Longitude="9.205928" StarRating="4" HotelCode="49103|21295" HotelName="Worldhotel Cristoforo Colombo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Buenos Aires 3, 20124 Milano, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f7/6ef7e289499da6bee286f4fe84f0ba786b4f4bdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the beginning of Corso Buenos Aires, in front of Porta Venezia subway stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="389.68" OriginalAmount="385.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.450840283193" Longitude="9.1947540795248" StarRating="4" HotelCode="57756|204968|Bed &amp; Breakfast" HotelName="Hotel Bocconi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Bligny 56, 20136 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/7d/057d1a506024ed73f64ef85ae7bddc5111e14649.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="391.88" OriginalAmount="388" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.5107" Longitude="-82.039" StarRating="3" HotelCode="0|473747-28501537/7531038412089416981/579" HotelName="43 STATION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>201 BOY SCOUT RD, I-20, AUGUSTA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17720000/17710700/17710658/7c847358_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   Located in Augusta, Motel 6 Augusta is close to Augusta National Golf Club and Augusta State University.&lt;br /&gt; This eco-friendly hotel is within the vicinity of Ezekiel Harris House and The Augusta Canal Interpretive Center at Enterprise Mill.&lt;br /&gt;   Rooms   Make yourself at home in one of the 118 air-conditioned guestrooms. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with shower/tub combinations feature complimentary toiletries and hair dryers. Conveniences include desks and blackout drapes/curtains, as well as direct-dial phones with free local calls.&lt;br /&gt;   Rec, Spa, Premium Amenities   Take advantage of recreation opportunities such as a seasonal outdoor pool, or other amenities including complimentary wireless Internet access and a television in the lobby.&lt;br /&gt;   Business, Other Amenities   Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and a safe deposit box at the front desk. Free parking is available onsite.&lt;br /&gt;   Room Info:    Know Before You Go       Children 17 years old and younger stay free when occupying the parent or guardian's room, using existing bedding.       Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      Pet fee: USD 10. per pet, per day (maximum USD 50. per stay)       The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Minimum Spring Break check-in age is 18 years old.      Checkin Time:  3:00 PM  Checkout Time:  12:00 PM&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="392.89" OriginalAmount="389" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.440930422255" Longitude="9.1728356480598" StarRating="4" HotelCode="35289|31038" HotelName="La Spezia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via La Spezia 25, 20142 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bf/55/bf55f3c02f70c03d23cc61b8578dfacc73d960dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous up-market hotel is conveniently situated for transport connections. Romolo is the clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="392.89" OriginalAmount="389" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|21832-28562688/7531038412089416981/3471" HotelName="STARHOTELS ANDERSON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/48600/48572/e4ded283_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="394.91" OriginalAmount="391.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.489307938453" Longitude="9.2028361558914" StarRating="3" HotelCode="35288|hotel_club" HotelName="Club" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/03/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Copernico 18, 20125 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/a2/40a224228ec7f0d5a3a774ae6893ab874b53a35a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally situated within a short distance of the airport and the main trai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="395.64" OriginalAmount="391.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478267368029" Longitude="9.2016962170601" StarRating="3" HotelCode="31170|CAI984100|Bed &amp; Breakfast" HotelName="Albergo ibis Milano Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Finocchiaro Aprile 2, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/22/2b22aad6369f325dfb54d633992b5d143e48d6cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel enjoys an excellent location in the centre of Milan. The main train station, Piaz...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="397.94" OriginalAmount="394" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.647886532502" Longitude="8.7234659828033" StarRating="3" HotelCode="933712|86477" HotelName="MOXY Milan Malpensa Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Flughafen Milan, Malpensa, Terminal 2, 21010 Milan, Varese</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/8c/698c7d1c9d266be1eb4255faca6a8ff9fe0f024d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="398.35" OriginalAmount="394.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483537813137" Longitude="9.1666625440121" StarRating="4" HotelCode="335627|201369|Bed &amp; Breakfast" HotelName="Hotel Mozart" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/04/2027">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Gerusalemme 6, 20154 Milan, Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/21/532117f0c4dcd2ae7cba3f852d8c5a196c871e43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan, only a few steps away from the Corso Sempione and close...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="400.14" OriginalAmount="396.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479404" Longitude="9.208993" StarRating="3" HotelCode="317254|17608|Bed &amp; Breakfast" HotelName="Hotel Ibis Styles Milano Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Boscovich Ruggero 57-59, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/45/8a452561aabe5dfdf71bc52be0af1d6f4b5dcd84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel lies close to Milan's shopping centre (on the corner of ""Corso Buenos Aire...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="400.77" OriginalAmount="396.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463176" Longitude="9.2102649999999" StarRating="4" HotelCode="89634|2221929|Bed &amp; Breakfast" HotelName="Vittoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietro Calvi 32, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/93/f1939fb4cd79b9d9f976f80146aab899239f9ce1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="401.32" OriginalAmount="397.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.488746" Longitude="9.183004" StarRating="4" HotelCode="335603|2201418|Bed &amp; Breakfast" HotelName="Holiday Inn Mailand - Garibaldi Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Ugo Bassi, 1A, 20159 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/f5/a3f5445b52406632b35fd3bf1ef077bafef41076.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the heart of the city's shopping area, only a short way from the fashion and shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="402.28" OriginalAmount="398.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477985" Longitude="9.209421" StarRating="4" HotelCode="17916|CAF387600|Bed &amp; Breakfast" HotelName="Ritz Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Spallanzani 40, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/40/8a4074efff266b99ca987cc9c61b5c37515446d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="404.76" OriginalAmount="400.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483431562824" Longitude="9.2084687948227" StarRating="3" HotelCode="337184|17482|Bed &amp; Breakfast" HotelName="Hotel Cristallo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Scarlatti 22, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8b/f1/8bf1112c426506de3cb8a15c61b854ac7dfaca62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on the Via Scarlatti at the heart of Milan. Various attractions are to be found in t...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="407.03" OriginalAmount="403" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|48033-18120729/7531038412089416981/17012" HotelName="IBIS STYLES MILANO CENTRO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/897600/897527/7662405f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="408.04" OriginalAmount="404" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.510497287327" Longitude="9.1745281219482" StarRating="4" HotelCode="168451|28544" HotelName="Acca Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Nicotera 9, 20161 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/2d/582d2dc7e19499e1ef6204c5de0ba5282ba9fd60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 100 m from the nearest links to the public transport network, 200 m from shops...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="408.54" OriginalAmount="404.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46409379" Longitude="9.20332475" StarRating="4" HotelCode="572598|AB9947" HotelName="Babila Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Conservatorio 2a, 20122 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/d2/afd24967588a4f5d4b04360e00e80b495dc98ba9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="410.68" OriginalAmount="406.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485216497883" Longitude="9.2068988913597" StarRating="4" HotelCode="17911|CAF901700|Bed &amp; Breakfast" HotelName="Anderson" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Luigi di Savoia 20, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/e2/25e246e3a92e6f3ac51d5f219ce868ae956877b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located around 500 m from the central train station. A wide range of restaurants, shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="411.07" OriginalAmount="407" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1401683-27443126/7531038412089416981/4109" HotelName="IH HOTELS MILANO CENTRALE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/96000000/95030000/95027500/95027463/99b7591d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="413.09" OriginalAmount="409" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.486737452125" Longitude="9.1575363278389" StarRating="4" HotelCode="29801|17822" HotelName="Enterprise" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Sempione 91, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/6c/716cd320a881f6d3d476f77809f3b09b04c28270.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is centrally located on Corso Sempione only 500 m from Fiera Milano City and a sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="416.12" OriginalAmount="412" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|9903-28561687/7531038412089416981/508" HotelName="UNA CENTURY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7500/7409/349d61f2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="417.13" OriginalAmount="413" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="29.9506361" Longitude="-90.0702428" StarRating="4" HotelCode="0|18223-18156998/7531038412089416981/18863" HotelName="MOZART" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> 333 St. Charles Avenue,  NEW ORLEANS, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22600/22560/38e76f23_b.jpg</HotelPictures>
        <HotelDescription>The following services and amenities are available, but with reduced service: Business Center, Fitness Center, Breakfast, On-site Restaurant(s), Room Service, Valet Parking.The following services and amenities are currently not available: Concierge, Executive Lounge.The Hilton New Orleans/St. Charles Avenue hotel in Louisiana is located in the heart of the New Orleans Central Business District, three blocks off Canal Street and blocks from the world-famous French Quarter and Bourbon Street. This landmark building was built in 1926 as the Masonic Temple and was the second high-rise to be built in the Central Business District. 

The Hilton New Orleans/St. Charles Avenue hotel has undergone an $11 million renovation and has re-emerged as the newest upscale, premier hotel experience in the Crescent City. The architecture, exquisite woodwork and other design detail from the artisans of the 1920s is evident throughout the hotel and highlighted by the original chandeliers at the main entrance, original marble floors and walls, and the elaborate, hand-crafted inlay tile ceiling in the Grand Entry Hall. 

Walk into the Hilton New Orleans hotel and take a step back in time to luxury hotels of the past - hotels that made New Orleans, Louisiana famous. Uniquely sophisticated and elegantly designed, our hotel boasts 250 superior guest rooms including 25 dignitary suites and the five-bedroom Grand Suite. Our world-class restaurant and lounge offer breakfast, lunch and dinner selections as well as in-room dining options that include a 24-hour, in-room dining menu. 

Our French Quarter area hotel on St. Charles Avenue in Louisiana has 12,000 sq. ft. of flexible function space including multiple break-out rooms with the same attention to detail and preserved or restored to reflect their most opulent past glory. From weddings to corporate board meetings and anything in between, our hotel is one of the favorite gathering places in New Orleans, Louisiana.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="417.34" OriginalAmount="413.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.460761420329" Longitude="9.1811674093615" StarRating="3" HotelCode="378963|686273|Bed &amp; Breakfast" HotelName="Ostello Bello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Medici 4, 20123 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/60/806086733c3b4747645838af0d35a5fb7b4b9553.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="418.14" OriginalAmount="414" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5088-18116249/7531038412089416981/8212" HotelName="IBIS MILANO CENTRO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/905600/905544/1a3e522d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="418.88" OriginalAmount="414.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480235" Longitude="9.193231" StarRating="3" HotelCode="47343|5770|Bed &amp; Breakfast" HotelName="Cervo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Principessa Clotilde 10, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/36/0a36da2e69d319b29a811b70ed33bd7918b28f19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is centrally situated approximately 400 m from the historical old town and about ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="418.88" OriginalAmount="414.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483369505027" Longitude="9.2033243179321" StarRating="3" HotelCode="17123|211238|Bed &amp; Breakfast" HotelName="Smart Hotel Central Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 28, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/5f/605fefe44eb95e60a650c5860f8c1d6ce2b448ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of Milan on the Via Napo Torriani directly beside the main train statio...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="419.15" OriginalAmount="415" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|651628-28502985/7531038412089416981/1265" HotelName="BOUTIQUE HOTEL BORGO NUOVO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120710000/120704500/120704402/64281d15_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="420.16" OriginalAmount="416" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5065-33120382/7531038412089416981/6950" HotelName="IH MILANO AMBASCIATORI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460445/65aeb119_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="421.17" OriginalAmount="417" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1347790-28478173/7531038412089416981/1373" HotelName="NUMA I ADORE ROOMS AND APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1347790/202210614245483.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="431.47" OriginalAmount="427.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.500617060739" Longitude="9.144591987133" StarRating="4" HotelCode="161648|135440|Bed &amp; Breakfast" HotelName="Radisson Blu Hotel Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Villapizzone 24, 20156 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2e4af1241435644c/3d/3d69a7322ac432799006465402b7ed9e/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a tranquil oasis in the heart of Milan's residential Bovisa District, just over 6 km no...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="433.29" OriginalAmount="429" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12764-18117316/7531038412089416981/7236" HotelName="CASUAL ECLETTICO MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/910600/910521/9c510838_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="447.25" OriginalAmount="442.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.459487" Longitude="9.176949" StarRating="5" HotelCode="81168|197396|Bed &amp; Breakfast" HotelName="Pierre Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/03/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via De Amicis 32, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/b5/3bb51106fb437e57f1e8fbd2ef6c8998166bc23b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="447.79" OriginalAmount="443.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48384" Longitude="9.20317" StarRating="4" HotelCode="321370|408608|Bed &amp; Breakfast" HotelName="GLAM Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 4/6, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/e7/4ce731cb6dc1cf7f0e3bcc23d5e0af87792dd712.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="454.16" OriginalAmount="449.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483619867433" Longitude="9.2045749759329" StarRating="3" HotelCode="58456|62662|Bed &amp; Breakfast" HotelName="Spice Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/03/2027" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitruvio 48, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/57/03/570333bc353ca95a1a34a309a65bb368a9549cff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies within metres of the main train station (Stazione Centrale) and the underground stat...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="456.55" OriginalAmount="452.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4756" Longitude="9.1915" StarRating="4" HotelCode="980929|668218|Bed &amp; Breakfast" HotelName="HD8 Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/04/2027">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca Daosta 8, 20124 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/e1/31e1189654645c380d2ffb09bfc5ed594d5c5342.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="456.92" OriginalAmount="452.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482649" Longitude="9.203375" StarRating="4" HotelCode="10859|17719|Bed &amp; Breakfast" HotelName="Hotel Berna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 18, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/70/6c708d72b88eb10feb3177cb3111ddda6a3f678f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located directly in the city centre near the main tourist attractions and the m...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="460.56" OriginalAmount="456" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478481768636" Longitude="9.1031277179718" StarRating="4" HotelCode="31169|424931" HotelName="Sheraton Milan San Siro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Caldera 21, 20153 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/98/899868b5dc78aec84fafdd0f8af2e81e65373fd3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies on the outskirts of the centre of Milan. Public transport connections may be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="463.33" OriginalAmount="458.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479220880264" Longitude="9.1457507014275" StarRating="5" HotelCode="31174|5775|Bed &amp; Breakfast" HotelName="Meliá Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Masaccio 19, 20149 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/15/f1153d0d4866c544a9f26d2d95a869f1e835381f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxury hotel and convention centre lies close to the Fiera Campionaria in the northeast of Milan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="466.48" OriginalAmount="461.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479798245708" Longitude="9.2114192247391" StarRating="3" HotelCode="11837|1355546|Bed &amp; Breakfast" HotelName="Hotel Demidoff Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Plinio 2, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/70/7a70734e51b0522ac279fed8c10fde649b546264.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the city centre, around 500 m away from Piazza della Republica as well as the Sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="469.36" OriginalAmount="464.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483407" Longitude="9.20291" StarRating="3" HotelCode="76695|321756|Bed &amp; Breakfast" HotelName="Just Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 29, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/d6/33d698409cf273d4bf5d6a1f33b209c41bcccfe3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="482.78" OriginalAmount="478" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48277" Longitude="9.18637" StarRating="4" HotelCode="31404|55211" HotelName="Tocq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via A. di Tocqueville 7/D, 20154 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cb/e6/cbe6d334bc28897616a9e3fca3f326659d5a39e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the centre of the city of Milan only a few minutes walk from num...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="490.90" OriginalAmount="486.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.473998" Longitude="9.195996" StarRating="4" HotelCode="82894|147723|Bed &amp; Breakfast" HotelName="Manin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Manin 7, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/75/4275f694b1b95d3a6981a6f7e5b85ba1136a1cb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Milan, close to La Scala Theatre, the cathedral and the 'Quadri...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="495.73" OriginalAmount="490.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480266527992" Longitude="9.1495004296303" StarRating="4" HotelCode="31405|7331|Bed &amp; Breakfast" HotelName="Mini Hotel Portello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/04/2027">
        <Address>
          <AddressLines>
            <AddressLine>Via G. Silva 12 (zona fiera MilanoCity), 20149 Milano, Lombardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d7/b6/d7b620ecfebeb08c70f9934b1daf68f46ec5dc8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located only a stone's throw from the trade fair. The nearest underground station is t...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="497.69" OriginalAmount="492.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484867" Longitude="9.207346" StarRating="4" HotelCode="17918|9402|Bed &amp; Breakfast" HotelName="E.c.ho." Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Andrea Doria 4, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/21/64211e39f4b2650a5f9a5aead2ea856cfc97e0e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of the north Italian city, directly opposite the central train ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="509.04" OriginalAmount="504" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5075-18116242/7531038412089416981/11676" HotelName="TOCQ HOTEL MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527430/6372b522_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="522.17" OriginalAmount="517" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|25295-18128988/7531038412089416981/8315" HotelName="HOTEL CRISTOFORO COLOMBO - PREFERRED HOTELS AND RESORTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/890300/890242/405ede60_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="525.12" OriginalAmount="519.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.451788266071" Longitude="9.2058697342873" StarRating="4" HotelCode="26713|5773|Bed &amp; Breakfast" HotelName="UNAHOTELS Mediterraneo Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lodovico Muratori 14, Porta Romana, 20135 Milano, Lombardei</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/5d/cd5d4afbc64d12dc50a28e3a71a25a2b9e854fbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable hotel is located in the historical Porta Romana quarter of the city just a few minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="540.35" OriginalAmount="535" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5102-28454857/7531038412089416981/2207" HotelName="B&amp;amp;B HOTEL MILANO AOSTA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1140000/1133800/1133774/7b9efab6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="542.37" OriginalAmount="537.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48437" Longitude="9.20509" StarRating="3" HotelCode="31176|mini_hotel_aosta_2" HotelName="Hotel Aosta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 16, Stazione Centrale, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/42/7042a534a806f458414ee6a385bfd7623041f547.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated opposite the main train station, which offers good connections to Linate and M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="553.48" OriginalAmount="548" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1348550-32717772/7531038412089416981/16561" HotelName="SANT'AMBROGIO APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91790000/91789200/91789171/11536076_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="559.54" OriginalAmount="554.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.475986960214" Longitude="9.1663031280041" StarRating="3" HotelCode="57789|hotel_lancaster_3" HotelName="Lancaster" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/03/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Abbondio Sangiorgio 16, 20145 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/e4/79e460a3d2196cfeba57cb8740c900786e1c8cf0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a beautiful, calm, and elegant zone of Sempione, a residential district in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="561.56" OriginalAmount="556" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12773-28562690/7531038412089416981/3744" HotelName="STARHOTELS ECHO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/3900/3825/30358cae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="583.78" OriginalAmount="578.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.487829" Longitude="9.2028800000001" StarRating="3" HotelCode="80744|4464282|Bed &amp; Breakfast" HotelName="Monopole" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabio Filzi 43, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/299495/20151583235934.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="587.21" OriginalAmount="581.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48529" Longitude="9.183122" StarRating="4" HotelCode="64005|75003|Bed &amp; Breakfast" HotelName="AC Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Tazzoli 2, 20154 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/90/1190079c88a0e62f2a5d098d93d16dcd89b2b7c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in front of Garibaldi station and is very close to Milan's main business and sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="594.89" OriginalAmount="589" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|592151-28473962/7531038412089416981/364" HotelName="HOUSEHOLD - SETTEMBRINI 17" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/13000000/12670000/12667900/12667869/20307024_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="603.74" OriginalAmount="597.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482368" Longitude="9.175693" StarRating="4" HotelCode="13286|124848|Bed &amp; Breakfast" HotelName="Leonardo Hotel Milan City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Messina 10, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/f0/11f0063147456c9b9089fb4283c1a8b5debc3f8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the heart of Milan, in the vicinity of the Porta Garibaldi, the fashionable Brera di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="614.08" OriginalAmount="608" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.9203419" Longitude="-13.6513332" StarRating="4" HotelCode="0|53389-24167265/7531038412089416981/6988" HotelName="AXYHOTELS INNSTYLE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3 Calle Pedro Barba, PTO.CARMEN, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63400/63400/491d85a9_b.jpg</HotelPictures>
        <HotelDescription>A stone¿s throw from the best in leisure and entertainment in PUERTO DEL CARMEN, the LABRANDA PLAYA CLUB are the perfect place to enjoy some free time. Of particular note are the panoramic views of the garden and of the swimming pool. The establishment has apartments of 2 bedrooms. We have Cot for children. We also have Outdoor Summer Terrace and Billiards.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="618.12" OriginalAmount="612" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480244" Longitude="9.213263" StarRating="4" HotelCode="80801|14789" HotelName="Hotel Napoleon Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ozanam 12, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/e8/a8e8e02ce4f9e5d622ed2ec1140439b6afa9ce09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a strategic location in the heart of Buenos Aires, the most famous shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="622.16" OriginalAmount="616" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|143086-18132739/7531038412089416981/8519" HotelName="LEONARDO CITY CENTER (EX. HERMITAGE)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20100/20068/cbf11d8d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="624.22" OriginalAmount="618.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.450945305545" Longitude="9.1602802276611" StarRating="4" HotelCode="59713|1422813|Bed &amp; Breakfast" HotelName="nhow Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Tortona 35, 20144 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/77/a1/77a12a9d46eb28db3c7cfa4abe38b17b50c69175.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This designer hotel lies in the southern part of Milan, close to Porta Genova train station in the l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="624.40" OriginalAmount="618.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483112810684" Longitude="9.2032787203789" StarRating="4" HotelCode="35052|CAY321600|Bed &amp; Breakfast" HotelName="Hotel Atlantic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/03/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 24, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/4e/184e234e6d68443c6361e58c638279a25a9010ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located just a few minutes' walk from Milan's designer shops, the Scala...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="625.19" OriginalAmount="619" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46611023803" Longitude="9.1932575310385" StarRating="4" HotelCode="428761|183062" HotelName="Duomo-apartments by Nomad Aparthotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via San Paolo 13, 20121 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/9a/7c9afadad058fe766db6efbadf237ba6a2d5aeea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the fashion district in Milan, Duomo Apartments offers a comfortable stay for guests visi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="630.24" OriginalAmount="624" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481322" Longitude="9.191761" StarRating="4" HotelCode="365236|6336" HotelName="Hotel NH Collection Milano Porta Nuova" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Melchiorre Gioia 6, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/ca/62ca8187ef154e078ebebe2396311a9717c37a77.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in the heart of the trade and business district, and is in the immedi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="630.53" OriginalAmount="624.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477265" Longitude="9.20541" StarRating="4" HotelCode="95060|115597|Bed &amp; Breakfast" HotelName="Best Western Hotel St. George" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Tunisia 9, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/e6/e6b342baa0d45ac8/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This functional city hotel is located just 2 km from Milan’s city centre and only metres away from t...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="637.31" OriginalAmount="631" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157967-28569572/7531038412089416981/3670" HotelName="H2C MILANOFIORI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3060000/3050200/3050153/92a0ab35_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="648.72" OriginalAmount="642.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481518" Longitude="9.188625" StarRating="4" HotelCode="76670|1413769|Bed &amp; Breakfast" HotelName="Atahotel The Big" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via De Cristoforis, 6/8, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/15/157599a5e952ce32/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is only 100 m from Garibaldi train station and a short distance from the MM green line st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="654.48" OriginalAmount="648" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.472686" Longitude="9.194347" StarRating="4" HotelCode="47283|31817" HotelName="Cavour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fatebenefratelli, 21, Milano 20121</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/e3/55e33525a115b1214b0404e1bc67d65c8a8e222e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Milan's historic centre, a few steps from the Teatro alla Scala theatre and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="658.52" OriginalAmount="652" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|611179-28565693/7531038412089416981/2908" HotelName="MAGVILLE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33230000/33223000/33222931/9ac8b38a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="659.53" OriginalAmount="653" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46729286" Longitude="9.18701574" StarRating="4" HotelCode="507488|178845" HotelName="Hotel Clerici" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Clerici 11, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/cc/f0cc20047dde827d90120c35396ac02729e363f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="666.60" OriginalAmount="660" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|393425-28563834/7531038412089416981/983" HotelName="BIANCA MARIA PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12950000/12943900/12943824/f4f4d0c0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="685.79" OriginalAmount="679" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|9904-28562238/7531038412089416981/811" HotelName="HILTON MILAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/5200/5160/7e6a1b45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="704.98" OriginalAmount="698" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.466026" Longitude="9.192203" StarRating="4" HotelCode="11617|30463" HotelName="Sina de la Ville" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Hoepli 6, 20121 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/fa/c4fac39154c7c7bfb6500812dd1981aff7d5f023.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="713.67" OriginalAmount="706.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.474720838754" Longitude="9.2060164179844" StarRating="4" HotelCode="401861|86522|Bed &amp; Breakfast" HotelName="Mercure Milano Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Oberdan 12, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/4b/4b4fc8b2ae204307/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in close proximity to the cathedral, the Teatro alla Scala and the great fashio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="724.17" OriginalAmount="717" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1454598-32420326/7531038412089416981/2512" HotelName="CX MILAN BICOCCA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108270000/108261700/108261642/0d8c2425_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="742.35" OriginalAmount="735" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48425126" Longitude="9.21567092" StarRating="3" HotelCode="849411|387999" HotelName="Hotel Stradivari" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Stradivari 4, Piazza Argentina, 20131 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/f4/b4f4144c640a3d85363c2d6f208ae76fe278b614.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="748.41" OriginalAmount="741" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|543005-28563910/7531038412089416981/738" HotelName="CLERICI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14870000/14866500/14866472/6a97ea2b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="775.68" OriginalAmount="768" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|293714-21394969/7531038412089416981/7132" HotelName="THE SQUARE MILANO DUOMO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9390000/9385800/9385755/43a6a47f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="786.21" OriginalAmount="778.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463525791888" Longitude="9.2068085906405" StarRating="4" HotelCode="476218|602121|Bed &amp; Breakfast" HotelName="Bianca Maria Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Bianca Maria 4, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/602121/602121a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="791.84" OriginalAmount="784" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1348631-32656738/7531038412089416981/18626" HotelName="ROSA GRAND MILANO - STARHOTELS COLLEZIONE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2900/2875/90d01a93_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="845.37" OriginalAmount="837" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|26284-28568557/7531038412089416981/1687" HotelName="UNA CUSANI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/21200/21141/992aea59_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="847.39" OriginalAmount="839" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|152990-28497893/7531038412089416981/2666" HotelName="LHP NAPOLEON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1370000/1364300/1364270/76c5c3dd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="856.30" OriginalAmount="847.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.452565" Longitude="9.167148" StarRating="5" HotelCode="263948|394378|Bed &amp; Breakfast" HotelName="Magna Pars Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Forcella 6/8, 20144 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/c3/2ec3ceb62fb770dcca5753faf7cf6a38e2301605.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="857.49" OriginalAmount="849" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1277730-28475446/7531038412089416981/2705" HotelName="DUOMO HOTEL AND APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1277730/20211125104527730.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="865.57" OriginalAmount="857.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482138" Longitude="9.198663" StarRating="4" HotelCode="14436|hotel_marconi_4" HotelName="Marconi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabio Filzi 3, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b9/79/b9799b8f558ffe7bd7dc10546871cac97d102097.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just 1 km from the centre of Milan, this hotel is appreciated by business customers for its ideal lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="887.80" OriginalAmount="879.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.468244" Longitude="9.207223" StarRating="5" HotelCode="177816|162413|Bed &amp; Breakfast" HotelName="Château Monfort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Concordia 1, 20129 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/2a/fe2af287752ecca678e718d60dd36e4e9bb99cdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the heart of Milan, about 800 m from Piazza San Babila, around 1 km ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="898.80" OriginalAmount="889.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463892154526" Longitude="9.1940212365367" StarRating="4" HotelCode="17917|7326|Bed &amp; Breakfast" HotelName="Rosa Grand Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Fontana 3, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/29/fc29decb21442da72b025e1dedf4ff5964ac98d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated at the heart of Milan directly opposite the city's impressive Got...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="921.98" OriginalAmount="912.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.468543255004" Longitude="9.1831782460213" StarRating="4" HotelCode="16410|182229|Bed &amp; Breakfast" HotelName="UNAHOTELS Cusani Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cusani 13, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/83/5283c5a20bb91b453af09c9e75c691dc5db390c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="922.13" OriginalAmount="913" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1456764-32463173/7531038412089416981/15221" HotelName="CALIMALA MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107490000/107486100/107486055/e96fd9cb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="942.33" OriginalAmount="933" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|170806-28599259/7531038412089416981/1298" HotelName="CHATEAU MONFORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4590000/4588700/4588641/3845a1da_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="963.76" OriginalAmount="954.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48138" Longitude="9.203411" StarRating="3" HotelCode="173020|19022|Bed &amp; Breakfast" HotelName="B&amp;B Hotel Milano Central Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 9, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/51/9d5109823f29627d374536ad3b472410a8b10cd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, hotel is centrally located just 100 m from the main train station. Links to the public...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="992.16" OriginalAmount="982.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478752589289" Longitude="9.1990354657173" StarRating="5" HotelCode="18681|1380098|Bed &amp; Breakfast" HotelName="The Westin Palace, Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Repubblica 20, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/ec/68ec2049893afe3050e39e3bd88c8f791afc77e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is located in the centre of Milan, directly on the Piazza della Repubblica and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1009.93" OriginalAmount="999.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463083504114" Longitude="9.1979157227192" StarRating="4" HotelCode="258936|5753|Bed &amp; Breakfast" HotelName="NH Collection Milano President" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Largo Augusto 10, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/71/a1711795aed1cbd71158d78f1da41bcba0e2a25f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in the heart of Milan just a few minutes' walk from the cathedral...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1024.14" OriginalAmount="1014" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485789708476" Longitude="9.2018491029739" StarRating="5" HotelCode="12364|53789" HotelName="Excelsior Hotel Gallia, a Luxury Collection Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 9, Mailand 20124</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/06/3206460338b5316af2c047c9ef7fcbd7908eaa03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located on Piazza Duca d'Aosta directly beside the main train station and just ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1032.22" OriginalAmount="1022" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|237093-28434050/7531038412089416981/2313" HotelName="YARD SUITE &amp;amp; DEPENDANCE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4570000/4562800/4562738/f517b386_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1037.27" OriginalAmount="1027" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5064-18212783/7531038412089416981/10583" HotelName="B&amp;amp;B HOTEL MILANO CENTRAL STATION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/80000/75200/75172/f8567cc0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1061.15" OriginalAmount="1050.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.502437" Longitude="9.221851" StarRating="4" HotelCode="20863|17714|Bed &amp; Breakfast" HotelName="Best Western Antares Hotel Concorde" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 22/03/2027" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Monza 132, 20127 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/c3/89c30fa375cf3cf50b5b010ada6c242118ec2892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located just a short walk from Milan's most famous shopping streets. Countless sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1098.69" OriginalAmount="1087.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.467185" Longitude="9.142714" StarRating="4" HotelCode="17018|17715|Bed &amp; Breakfast" HotelName="Antares Rubens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/03/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietro Paolo Rubens 21, 20148 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/86/8186cbc05fe8f5b235bef63afc209d2060382eb7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally located just a few metres from the Corso Vercelli and its score...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1113.02" OriginalAmount="1102" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483208480708" Longitude="9.1775810210885" StarRating="4" HotelCode="527391|227300" HotelName="Hotel Viu Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Aristotile Fioravanti 6, 20154 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/a8/5aa83414e1d4f50e09b567485a2532eb67612c78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1130.19" OriginalAmount="1119" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|324746-18211474/7531038412089416981/17623" HotelName="ME MILAN - IL DUCA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9700000/9690200/9690122/fb313b37_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1147.36" OriginalAmount="1136" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|233971-28599909/7531038412089416981/3035" HotelName="MAGNA PARS L'HOTEL A PARFUM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5480000/5478600/5478506/f673d841_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1164.53" OriginalAmount="1153.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47938999" Longitude="9.19628772" StarRating="5" HotelCode="317060|me_milan__il_duca" HotelName="ME Milan Il Duca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Republica 13, Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/f4/85f4a9ba4912d621f4ba0ae3c8a8f9708a897768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1201.90" OriginalAmount="1190" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|611166-18322715/7531038412089416981/14117" HotelName="INDIGO MILAN - CORSO MONFORTE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19370000/19367100/19367023/e1fbbf98_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1228.16" OriginalAmount="1216" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465172016861" Longitude="9.1892640352166" StarRating="4" HotelCode="424248|177059" HotelName="Room Mate Giulia Milán" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 4, 20121 Milán, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/a7/80a7f0b6d612c0d3e0a4b234a756035a4581ceca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1233.60" OriginalAmount="1221.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470900142825" Longitude="9.1841357946396" StarRating="5" HotelCode="192152|191213|Bed &amp; Breakfast" HotelName="Style Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/03/2027" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Erbe, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/191213/191213a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1291.79" OriginalAmount="1279" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.495027" Longitude="9.141701" StarRating="4" HotelCode="335608|20532" HotelName="Raffaello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Certosa 108, 20156 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a3/4c/a34c73b0972474d8abf2b0d1a2a9d62434af4455.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1299.87" OriginalAmount="1287" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|394238-28581807/7531038412089416981/1677" HotelName="ROOM MATE GIULIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13320000/13318100/13318091/c0635d68_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1300.97" OriginalAmount="1288.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465877" Longitude="9.189256" StarRating="5" HotelCode="117700|125428|Bed &amp; Breakfast" HotelName="Galleria Vik Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 8, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/49/8c49707418bd9762b344757aa132a8a406dbc9b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an idyllic location in the celebrated Galleria Vittorio Emanuele II shopping ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1346.33" OriginalAmount="1333" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46403933101" Longitude="9.2088905328435" StarRating="5" HotelCode="448421|179942" HotelName="Fifty House Luxury Hotel Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Benvenuto Cellini 14, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/43/7b/437b4044fc4e14095d42c40ef30480c36dd28c97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1372.59" OriginalAmount="1359" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|234099-28454909/7531038412089416981/2269" HotelName="DEMO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/2000000/1210000/1206900/1206887/e04f601b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1404.91" OriginalAmount="1391" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477652372288" Longitude="9.2017418146133" StarRating="4" HotelCode="31175|17820" HotelName="NH Milano Machiavelli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Lazzaretto 5, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1b/5d/1b5d50d492ebeed9d68378f53d33c9fcf1fdc566.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable hotel is located at the heart of Milan in the Porta Venezia and Corso Buenos Aires d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1426.12" OriginalAmount="1412" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|887619-18865370/7531038412089416981/9091" HotelName="BANDB MILANO CITY CENTER DUOMO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/48000000/47090000/47081700/47081607/3b922bd1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1430.16" OriginalAmount="1416" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46718225" Longitude="9.20191466" StarRating="0" HotelCode="571833|238206" HotelName="Hotel Monforte 27" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Corso Monforte 27, 20122 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/60/ba60f55f598f525e9e831b67bb1e25e1465f6d4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1453.39" OriginalAmount="1439" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|874978-28460153/7531038412089416981/3203" HotelName="HEMI SUITES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/874978/20201014144415784.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1471.57" OriginalAmount="1457" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49940651" Longitude="9.22306664" StarRating="3" HotelCode="770134|344134" HotelName="Hotel H21" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Valtorta 21, 20127 Milan, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/15/c9154ace7643a11ac3bb23cf1dc41d40553a2410.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1690.74" OriginalAmount="1674" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|591994-28501685/7531038412089416981/2576" HotelName="H21" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/29000000/28830000/28822000/28821957/c43ca393_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1896.78" OriginalAmount="1878" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|30392-32597296/7531038412089416981/3360" HotelName="STRAF MILAN A MEMBER OF DESIGNS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/1000000/995700/995633/656c572a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2063.43" OriginalAmount="2043" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12770-28577610/7531038412089416981/2604" HotelName="MILAN MARRIOTT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22900/22860/55b09346_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2074.89" OriginalAmount="2054.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465298078173" Longitude="9.1910452693929" StarRating="4" HotelCode="82248|3363506|Bed &amp; Breakfast" HotelName="STRAFhotel&amp;bar A Member of Design Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Raffaele 3, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/82/df8217e5363fdfc24e0445c2ec7755a11f39102d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2136.15" OriginalAmount="2115" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|67610-28579032/7531038412089416981/2870" HotelName="DUO MILAN PORTA NUOVA, A TRIBUTE PORTFOLIO HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/790000/789100/789026/668c883d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2146.25" OriginalAmount="2125" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.461108913711" Longitude="9.154132604599" StarRating="4" HotelCode="31172|17366" HotelName="Marriott Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Washington 66, 20146 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/22/77223da6e65717a0ab526c705107125de89840ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a residential area at the heart of Milan only a few minutes walk from the e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2178.57" OriginalAmount="2157" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1352556-23863957/7531038412089416981/231" HotelName="CASA BAGLIONI MILAN - THE LEADING HOTELS OF THE WORLD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88650000/88640500/88640484/750449c7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2318.29" OriginalAmount="2295.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48491716848" Longitude="9.1981154680252" StarRating="4" HotelCode="29246|1129309|Bed &amp; Breakfast" HotelName="Four Points By Sheraton Milan Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gerolamo Cardano 1, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/a2/51a2a00fd48e6b25fea53b675db99050bc6facef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies right at the heart of the shopping quarter. Links to the public transport network ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2418.34" OriginalAmount="2394.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482512" Longitude="9.224143" StarRating="3" HotelCode="268052|375342|Bed &amp; Breakfast" HotelName="Oasi Village Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Lombardia 20, 20131 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/60/c160b99df726c84d536cfcfc87f3f631545eab4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2984.70" OriginalAmount="2955.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465496" Longitude="9.188925" StarRating="5" HotelCode="26216|7332|Bed &amp; Breakfast" HotelName="Park Hyatt Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tommaso Grossi 1, 20121 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/dc/52dc4cdd4f72d90d85acfea56aae18fefe7b2daf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top-notch luxury hotel is located in hip Italian fashion capital of Milan. The hotel enjoys an ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3551.16" OriginalAmount="3516" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1397872-28599468/7531038412089416981/4291" HotelName="PALAZZO CORDUSIO, A GRAN MELIÁ HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/95000000/95000000/94999000/94998930/f736c14e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3667.73" OriginalAmount="3631.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.469230769174" Longitude="9.1986264288425" StarRating="5" HotelCode="26032|5754|Bed &amp; Breakfast" HotelName="Baglioni Hotel Carlton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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">
        <Address>
          <AddressLines>
            <AddressLine>Via Senato 5, 20121 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/b0/e9b0dd7c7f3d563c969516d0abc6129d3ffe58d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Affording a view of the Via Della Spiga, this luxury hotel is situated directly in the exclusive fas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3773.36" OriginalAmount="3736" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|18206-32392769/7531038412089416981/201" HotelName="THE CARLTON, A ROCCO FORTE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/1000000/450000/449200/449149/c2f8cee0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3834.45" OriginalAmount="3796.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.469473584945" Longitude="9.1909645693115" StarRating="5" HotelCode="311425|557629|Bed &amp; Breakfast" HotelName="Mandarin Oriental Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Andegari 9, 20121 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/1e/f41e6ab1f781435270bacf03a8da832579815aea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3874.36" OriginalAmount="3836" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|143091-18137267/7531038412089416981/14197" HotelName="SINA THE GRAY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/909500/909470/0104f24b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4012.78" OriginalAmount="3973.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.469972823623" Longitude="9.1923916339874" StarRating="5" HotelCode="28577|5756|Bed &amp; Breakfast" HotelName="Grand et de Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Manzoni 29, 20121 Milan, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bd/ec/bdec8e33554b2ac2444bea92b8df900e7bf5304c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The exclusive city hotel lies at the heart of Milan. Many shopping venues and countless entertainmen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4757.10" OriginalAmount="4710" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470112016524" Longitude="9.1897416114807" StarRating="5" HotelCode="30030|55360" HotelName="Bulgari Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Fratelli Gabba 7/b, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/c1/acc1277984372feb7af8287dd5e42b071ef4f6dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Currency Exchange,Golf,Laundry,Central Heating,Lounge,Massage Centre,Bicycle Rental,Diet Meals,Garden,Jacuzzi,Nightclub,Shopping Arcade,Wheelchair Access,Spa,Kitchen,Pets allowed,Airport Transfer (on Demand),Heated Pool</BasicAmenities>
    <HotelRating>5,4,3,1,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,HOTEL,ECO HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,SPA HOTEL,HOTEL DE CHARME,AIRPORT HOTEL,VILLAGE,APARTMENT,INNS,APARTMENT HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|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="e522d68d-282e-42b7-aa8c-0e41f791dfd3">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="54074" DestinationId="0" CityId="0" />
    <StayDateRange Start="2027-04-11T00:00:00" End="2027-04-12T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@aitravel-kh.com" Password="Snanum@$" RequestedCurrency="GBP" ClientNationality="KH" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:d3dd9bb5-1b15-4f9d-8beb-7d078926a59f
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|DOTWSearch|Collection was modified; enumeration operation may not execute.|System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at HotelSources.DOTW.GetSearchRS(List`1 LstSearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\DOTW\DOTW.cs:line 626|DOTW|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:12:56.3320342+01:00" Version="0" EchoToken="Search" TransactionIdentifier="e522d68d-282e-42b7-aa8c-0e41f791dfd3" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="83" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|164564-2592263/7531038412089416981/4088" HotelName="IH HOTELS MILANO EUR TREZZANO SUL NAVIGLIO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1150000/1145800/1145734/ff933ab2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="148.47" OriginalAmount="147" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5072-28524950/7531038412089416981/3936" HotelName="ORNATO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1070000/1065100/1065040/9a9afd7e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="157.07" OriginalAmount="155.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.52002434874" Longitude="9.1923728585243" StarRating="3" HotelCode="371240|394458|Bed &amp; Breakfast" HotelName="Hotel Ornato" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/04/2027" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Ornato 64, 20162 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/39/395335/MIQhHF2H_1131b3a54d74684426c5e97ed640ce6a.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located about 1.6 km from the centre of Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="157.64" OriginalAmount="156.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.490422408744" Longitude="9.1528405267557" StarRating="3" HotelCode="36233|3541258|Bed &amp; Breakfast" HotelName="Hotel Berlino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Antonio Plana 33, 20155 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/b6/e6b6377881c6b386d58ed6d0cfd8b020300ff242.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated only 10 minutes from the Campionaria and 15 minutes from the Rho exhibition ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="168.05" OriginalAmount="166.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.471731758313" Longitude="9.0772547619018" StarRating="4" HotelCode="99147|124849|Bed &amp; Breakfast" HotelName="Idea Hotel Milano San Siro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaetano Airaghi 125, 20153 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/82/d9823417dfaefed13d55f32f8542004982e1a870.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically situated near the San Siro-Fiera exit on the Tangenziale Ovest (western r...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.68" OriginalAmount="168.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.444162046236" Longitude="9.116071" StarRating="4" HotelCode="38498|idea_hotel_milano_lorenteggio" HotelName="iH Hotels Milano Lorenteggio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lorenteggio 278, 20152 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/0b/970bd9b3841e46e793b2671db66cbf144d30ac49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located close to Westring Street, near the Lorenteggio exit. The Pero/Rho exhi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.81" OriginalAmount="181.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.418834" Longitude="9.157206" StarRating="3" HotelCode="73521|hotel_alga_2" HotelName="Alga" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Mare, 93, 20142 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/92/83921332d3517366d7afb9b5bb3274aa2217f690.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the southern area of Milan in a strategic position near both the highways ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.82" OriginalAmount="182.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4439" Longitude="9.153" StarRating="4" HotelCode="400868|idea_hotel_milano_watttredici" HotelName="iH Hotels Milano Watt 13" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giacomo Watt 13, 20143 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/75/b675f445ba0dea0fce5c2e5c7ae7aa11bfe2ea18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="187.86" OriginalAmount="186" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|101026-252369/7531038412089416981/4091" HotelName="IDEA SAN SIRO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2040000/2032200/2032147/e179d5c7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="192.91" OriginalAmount="191" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157386-28579193/7531038412089416981/3590" HotelName="IH LORENTEGGIO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1100/1031/26aa63e9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.00" OriginalAmount="200.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48475" Longitude="9.162364" StarRating="3" HotelCode="117237|hotel_losanna" HotelName="Losanna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Piero della Francesca 39, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/a5/dfa5853bbf56aaf4c897b198814854098ecbeb3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can feel at home in one of the 23 rooms. Services and facilities at the hotel include a r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="203.74" OriginalAmount="201.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.512404803314" Longitude="9.178661652262" StarRating="3" HotelCode="55491|51138|Bed &amp; Breakfast" HotelName="Eco Hotel La Residenza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Scialoia 3, 20161 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/3f/023f9d33717a07fdff8e7af6b8cc5fd6a9c47860.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in a peaceful area, just a short distance from all major sightseeing attractions in M...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="204.50" OriginalAmount="202.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4692352" Longitude="9.22194034" StarRating="3" HotelCode="824639|360956|Bed &amp; Breakfast" HotelName="Golden Milano Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Goldoni 84, 20129 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/ab/ffabcffaacbef12a53d4d4af586bf3754b31a08e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Carlo Goldoni is a 2-star hotel located in eastern Milan and is well connected with the Centra...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1247320-19868114/7531038412089416981/13124" HotelName="AMEDIA MILANO - TRADEMARK COLLECTION BY WYNDHAM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/60000000/59900000/59898100/59898052/b7a4ea7e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="212.35" OriginalAmount="210.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.401222286586" Longitude="9.120630415295" StarRating="4" HotelCode="335612|43316|Bed &amp; Breakfast" HotelName="Holiday Inn Assago" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tangenziale Ovest Km 19, 20094 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a5/e6/a5e61117fa31d33ad653cdcdc511c607cc322ff0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Autostrada dei Fiori highway and quickly linked by shuttle bus to the ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="216.53" OriginalAmount="214.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46922371" Longitude="9.22181866" StarRating="2" HotelCode="619592|362569|Bed &amp; Breakfast" HotelName="Hotel Carlo Goldoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Goldoni 84, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/c3/4bc3819330368935ca29844db94432250d318ec8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="217.15" OriginalAmount="215" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|13630-28562691/7531038412089416981/3123" HotelName="STARHOTEL TOURIST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/10500/10498/8c768659_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="220.18" OriginalAmount="218" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46601" Longitude="9.217087" StarRating="2" HotelCode="116866|55850" HotelName="Dateo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Piceno 33, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/83/e5834a8f83b513ffaf0c641f7c4ecbef036d7bb0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="221.08" OriginalAmount="218.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49626" Longitude="9.179432" StarRating="3" HotelCode="116638|213685|Bed &amp; Breakfast" HotelName="Ares Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Edoardo Porro 8, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/2b/ed2bfdd8b14d30b72cff8227a898424dab2f6ed6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="221.19" OriginalAmount="219" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|862550-28586191/7531038412089416981/4312" HotelName="STARHOTELS BUSINESS PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/54200/54133/9047288f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.20" OriginalAmount="220.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484697" Longitude="9.162794" StarRating="2" HotelCode="360043|hotel_parma_4" HotelName="Hotel Parma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel,Inns" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Piero della Francesca 48, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/06/220639fc72405fa9dd6cc769f9facd25a670b988.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Hotel Parma in Milan (San Siro), you'll be close to Fiera Mil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="222.20" OriginalAmount="220" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157965-14575108/7531038412089416981/6863" HotelName="DEVERO &amp;amp; SPA, BW SIGNATURE COLLECTION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2170000/2167600/2167570/w3840h2558x0y0-7278e34d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.25" OriginalAmount="222.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.514785" Longitude="9.116386" StarRating="4" HotelCode="221719|186837|Bed &amp; Breakfast" HotelName="Klima Hotel Milano Fiere" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Venezia Giulia 8, 20157 Milano, Lombardei</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/50/fe508f0f8b2b208c3da667557c633af892f00d9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="225.23" OriginalAmount="223" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|543722-28457913/7531038412089416981/1389" HotelName="CARLO GOLDONI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21960000/21956300/21956298/c0cd03fb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="225.23" OriginalAmount="223" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|591992-28501691/7531038412089416981/2137" HotelName="GOLDEN MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31570000/31565800/31565751/1d1c7d23_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="229.27" OriginalAmount="227" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|31015-18118912/7531038412089416981/8278" HotelName="ECO HOTEL MILANO &amp;amp; BIORISO RESTAURANT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/909800/909796/a170b911_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="230.28" OriginalAmount="228" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.8628672" Longitude="-13.8279348" StarRating="3" HotelCode="0|53241-18202867/7531038412089416981/9294" HotelName="VECCHIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>58 Bienvenida Martín  Practicanta, PLAYA BLANCA YAIZA, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2740000/2737200/2737189/266744e3_b.jpg</HotelPictures>
        <HotelDescription>This beach hotel revels in its hillside setting, lying just 20 metres away from the sea. The hotel commands spectacular views over the coastline. Guests will find themselves just 200 metres away from the beach and 500 metres from links to the public transport network. Guests can enjoy an array of exciting activities nearby. This charming hotel enjoys an attractive architectural design, greeting guests with the promise of a memorable stay. The guest rooms are beautifully designed, featuring refreshing tones and a relaxing ambience. The rooms feature modern amenities for added comfort and convenience. Guests will appreciate the choice of facilities and services that the hotel has to offer.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="231.21" OriginalAmount="228.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464235" Longitude="9.181967" StarRating="3" HotelCode="95048|321511|Bed &amp; Breakfast" HotelName="Vecchia Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Borromei 4, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/d2/79d2a8dd8a8bca616f8e7cc4489913af42e7212e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="231.77" OriginalAmount="229.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.437086" Longitude="9.16439" StarRating="3" HotelCode="79350|617758|Bed &amp; Breakfast" HotelName="Plus Welcome Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Famagosta 50, 20142 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/a3/7da3dece5ca4276e41288bb8a72dd188aa8e2991.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.32" OriginalAmount="232" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.526576" Longitude="9.212825" StarRating="4" HotelCode="17919|2057" HotelName="Tourist" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fulvio Testi 300, 20126 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/7e/8b7e58e2fcf5fe51ef1073b504f06d56cd92cc25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the business district in the north of the city of Milan within a few paces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.35" OriginalAmount="235.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484744163255" Longitude="9.1596740484238" StarRating="4" HotelCode="34832|hotel_nasco" HotelName="Hotel Nasco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Corso Sempione 69, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/52/99/5299400b02b48f40acb3c61acb111696c9838e4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in an ideal location in the heart of trendy Milan with quick access to excell...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="237.35" OriginalAmount="235" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|196700-18146505/7531038412089416981/13306" HotelName="KLIMA MILANO FIERE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5430000/5426900/5426838/c3d0404a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="239.45" OriginalAmount="237.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.437584204443" Longitude="9.2314392328262" StarRating="4" HotelCode="18190|9403|Bed &amp; Breakfast" HotelName="Business Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Pietro Gaggia 3, 20139 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/e9/05e95ff88737567bc6a920bde4b2ae4d4d9f4b18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies in the lively city of Milan just 500 m from the nearest links to the public...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="242.40" OriginalAmount="240" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|185716-28436457/7531038412089416981/1745" HotelName="ARCOBALENO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2522900/2522840/8f9b28e4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="244.42" OriginalAmount="242" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|26748-18324562/7531038412089416981/15461" HotelName="NASCO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1100000/1095000/1094943/149ec67e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="245.09" OriginalAmount="242.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.451176" Longitude="9.2077400000001" StarRating="3" HotelCode="117438|4056089|Bed &amp; Breakfast" HotelName="Di Porta Romana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lazzaro Papi 18, 20135 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/7c/4c7c47c2abc873cca551bf806f6bf996bfd03852.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="251.49" OriginalAmount="249" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|146336-28560429/7531038412089416981/481" HotelName="UNAHOTELS EXPO FIERA MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2230000/2224900/2224808/848b9465_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="269.46" OriginalAmount="266.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.433565" Longitude="9.189671" StarRating="4" HotelCode="79237|128884|Bed &amp; Breakfast" HotelName="Atahotel Quark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lampedusa, 11/A, 20141 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/107278/a_107278_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a strategic location, just a few minutes from the famous Navigli of Milan. Guests ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="274.72" OriginalAmount="272" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|51535-27046799/7531038412089416981/16781" HotelName="SPORTING" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/51535/2011228152421997.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.73" OriginalAmount="273.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.499679140502" Longitude="9.2061159824251" StarRating="4" HotelCode="387392|idea_hotel_milano_bicocca" HotelName="iH Hotels Milano Gioia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Giustizia 10/D, Zona Greco, 20125 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/4c/204cd104e528e90bf44bf430d6236b9cb8374b57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers easy access from Milan central railway station (2 km), the underground network (Son...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="276.31" OriginalAmount="273.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.533093476303" Longitude="9.1711002588272" StarRating="4" HotelCode="335618|57339|Bed &amp; Breakfast" HotelName="Hotel Da Vinci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Senigallia 6, 20161 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/58/9f58f9d3e83dc88b520a257cc5a18bf29e1aa9cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the northern area of Milan, 8 km away from the exhibition area of Fiera Mila...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="285.37" OriginalAmount="282.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484178" Longitude="9.205471" StarRating="3" HotelCode="95049|687095|Bed &amp; Breakfast" HotelName="Ostello Bello Grande" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/03/2027" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lepetit 33, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/4b/a94bab279626725e74d2d5bd9cd02f6c6af391d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="285.94" OriginalAmount="283.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484489220633" Longitude="9.2064771644343" StarRating="4" HotelCode="95056|173575|Bed &amp; Breakfast" HotelName="Hotel Bristol Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/03/2027">
        <Address>
          <AddressLines>
            <AddressLine>Via Scarlatti 32, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/2d/422df335d82d27ec76c59a0f41fcb4383440b29a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="287.85" OriginalAmount="285" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.395782" Longitude="9.211301" StarRating="4" HotelCode="17864|25502" HotelName="Hotel Sporting" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sporting Mirasole 56, 20090 Mailand, Italy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/30/b7/30b7554f3c0605872e49ca765f2fded079a0da2e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a residential area, around 8 km from the city's tourist centre. The bus sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="292.90" OriginalAmount="290" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1322658-28476825/7531038412089416981/1832" HotelName="FIORALBA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75810000/75807000/75806984/f7740dfe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="295.93" OriginalAmount="293" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1464891-32920078/7531038412089416981/14142" HotelName="PALAZZO BUENOS AIRES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1070000/1069000/1068913/c6ff4dd7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="302.99" OriginalAmount="299.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484528" Longitude="9.216144" StarRating="4" HotelCode="78738|205787|Bed &amp; Breakfast" HotelName="Del Corso" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pecchio 2, 20131 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/ef/63efa6e26195c465c48c922b97f5b5c3f6795b82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="323.20" OriginalAmount="320" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|54854-18117466/7531038412089416981/9114" HotelName="NH MILANO 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/17800/17788/9f7345fe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="327.24" OriginalAmount="324.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.511502301365" Longitude="9.1240265178604" StarRating="4" HotelCode="907002|b4_milano" HotelName="Barceló Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giorgio Stephenson 55, 20157 Milán</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/04/41049cd4a8a900b66ad7c3283c4111fada231d4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="327.24" OriginalAmount="324" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|877800-28586648/7531038412089416981/3850" HotelName="PHI MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/877800/2020103011126125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="333.30" OriginalAmount="330" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|104888-18131797/7531038412089416981/11626" HotelName="NH FIERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2580000/2571800/2571703/a463571b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="334.14" OriginalAmount="330.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.525931775735" Longitude="9.2149834024467" StarRating="4" HotelCode="302459|360780|Bed &amp; Breakfast" HotelName="Degli Arcimboldi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Sarca 336, 20126 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/2d/272d6450973ff5efd824e1b99d0d4e5b627f0fcd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="343.40" OriginalAmount="340" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|67584-18140789/7531038412089416981/11503" HotelName="BRISTOL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2529600/2529557/c298a71d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="344.21" OriginalAmount="340.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480448009839" Longitude="9.2116163671017" StarRating="4" HotelCode="12715|17861|Bed &amp; Breakfast" HotelName="Best Western Plus Hotel Galles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Lima 2, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/89/9b/899bd9366d4863687e120a5c9e19e5e0bc802a6a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located directly on the Corso Buenos Aires. It takes just a few minutes by foo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="347.44" OriginalAmount="344.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47525406" Longitude="9.20650888" StarRating="3" HotelCode="631734|ai_suma_hotel" HotelName="Ai Suma Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Spallanzani 6, 20129 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/49/8749af412f9a4a930086ab75d8f99a94f3b00bba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="350.29" OriginalAmount="346.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485564052876" Longitude="9.1640809178352" StarRating="4" HotelCode="44708|5771|Bed &amp; Breakfast" HotelName="UNAHOTELS Scandinavia Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Battista Fauchè 15, Sempione, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/7e/a97e2516d4011a4c57d36db4425d6fd87db62eb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located only a few steps from the Fiera Milano trade centre. Located about...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="350.47" OriginalAmount="347" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|75712-18124634/7531038412089416981/16800" HotelName="NOVOTEL MILANO LINATE AEROPORTO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/11700/11661/4cc89602_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.78" OriginalAmount="350.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478562638829" Longitude="9.2041879892349" StarRating="4" HotelCode="30258|112824|Bed &amp; Breakfast" HotelName="Best Western Plus Hotel Felice Casati" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/03/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Felice Casati 18, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/26/f226e62553aab2c64a151e4d8b2166836d2b97da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Milan, next to the famous Corso Buenos Aires, in the middle of the most impo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="356.53" OriginalAmount="353" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1173426-28452870/7531038412089416981/2584" HotelName="BABILA HOSTEL AND BISTROT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18710000/18708400/18708365/b6c095f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="359.03" OriginalAmount="355.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48687528" Longitude="9.20185869" StarRating="4" HotelCode="495492|550221|Bed &amp; Breakfast" HotelName="NYX Milan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Piazza IV Novembre 3, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/9f/f39f5a008e55d0f15cfd48a8ddd5653e501d0df9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="361.58" OriginalAmount="358" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12769-27378318/7531038412089416981/17268" HotelName="JR HOTELS BOCCONI MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/912300/912286/12a97553_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="362.38" OriginalAmount="358.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49736441" Longitude="9.18081511" StarRating="4" HotelCode="874968|652346|Bed &amp; Breakfast" HotelName="J24 Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Edoardo Jenner 24, 20158 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/06/60/0660a737eaccc57427ef807c14cf089549cdd123.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated 300mts far from the underground station MM3 Maciachini, 2.1 km of Ospedale Niguarda and 3.2...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="363.60" OriginalAmount="360" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48783688" Longitude="9.20276939" StarRating="3" HotelCode="577990|227211" HotelName="43 Station Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabio Filzi 43, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/e7/2ae76f9f94a66119e4ca4331c892a7da573d0865.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="372.69" OriginalAmount="369" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|872145-28460041/7531038412089416981/727" HotelName="CASCINA BELLARIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/872145/2020929165252637.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="374.71" OriginalAmount="371" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.852587" Longitude="28.260655" StarRating="2" HotelCode="0|256998-28434067/7531038412089416981/2202" HotelName="AV BOUTIQUE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Cildir Mah. 142 sok 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7780000/7776100/7776030/56d6dd20_b.jpg</HotelPictures>
        <HotelDescription>Located 15 minutes to the city center and 10 minutes to the beach.

The complex consists of 50 apartments divided on 4 floors with elevator, reception with safety deposit boxes for rent, restaurant, bar, TV saloon and swimming pool with children section.

All apartments have living room with kitchen, bedroom, bath/shower, balcony, air conditioning (payable) and telephone.

Address: Cildir Mah. 142 sok 7, 48700 Marmaris, Turkey In Marmaris 500 m from the beach and 700 m from the resort centre.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="381.78" OriginalAmount="378" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|15254-32369788/7531038412089416981/15109" HotelName="STARHOTEL RITZ" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22000/21978/d0debbf0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="385.82" OriginalAmount="382.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464470445301" Longitude="9.1952928730163" StarRating="4" HotelCode="32810|hotel_ambasciatori_6" HotelName="iH Exclusive Milano Ambasciatori" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Galleria del Corso 3, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/c9/38c901c96555f9a3c08ac286004dc02ac27c15e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan, approximately 3 km from links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="386.83" OriginalAmount="383" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.475698" Longitude="9.205928" StarRating="4" HotelCode="49103|21295" HotelName="Worldhotel Cristoforo Colombo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Buenos Aires 3, 20124 Milano, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f7/6ef7e289499da6bee286f4fe84f0ba786b4f4bdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the beginning of Corso Buenos Aires, in front of Porta Venezia subway stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="389.68" OriginalAmount="385.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.450840283193" Longitude="9.1947540795248" StarRating="4" HotelCode="57756|204968|Bed &amp; Breakfast" HotelName="Hotel Bocconi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Bligny 56, 20136 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/7d/057d1a506024ed73f64ef85ae7bddc5111e14649.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="391.88" OriginalAmount="388" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.5107" Longitude="-82.039" StarRating="3" HotelCode="0|473747-28501537/7531038412089416981/579" HotelName="43 STATION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>201 BOY SCOUT RD, I-20, AUGUSTA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17720000/17710700/17710658/7c847358_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   Located in Augusta, Motel 6 Augusta is close to Augusta National Golf Club and Augusta State University.&lt;br /&gt; This eco-friendly hotel is within the vicinity of Ezekiel Harris House and The Augusta Canal Interpretive Center at Enterprise Mill.&lt;br /&gt;   Rooms   Make yourself at home in one of the 118 air-conditioned guestrooms. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with shower/tub combinations feature complimentary toiletries and hair dryers. Conveniences include desks and blackout drapes/curtains, as well as direct-dial phones with free local calls.&lt;br /&gt;   Rec, Spa, Premium Amenities   Take advantage of recreation opportunities such as a seasonal outdoor pool, or other amenities including complimentary wireless Internet access and a television in the lobby.&lt;br /&gt;   Business, Other Amenities   Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and a safe deposit box at the front desk. Free parking is available onsite.&lt;br /&gt;   Room Info:    Know Before You Go       Children 17 years old and younger stay free when occupying the parent or guardian's room, using existing bedding.       Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      Pet fee: USD 10. per pet, per day (maximum USD 50. per stay)       The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Minimum Spring Break check-in age is 18 years old.      Checkin Time:  3:00 PM  Checkout Time:  12:00 PM&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="392.89" OriginalAmount="389" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.440930422255" Longitude="9.1728356480598" StarRating="4" HotelCode="35289|31038" HotelName="La Spezia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via La Spezia 25, 20142 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bf/55/bf55f3c02f70c03d23cc61b8578dfacc73d960dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous up-market hotel is conveniently situated for transport connections. Romolo is the clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="392.89" OriginalAmount="389" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|21832-28562688/7531038412089416981/3471" HotelName="STARHOTELS ANDERSON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/48600/48572/e4ded283_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="394.91" OriginalAmount="391.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.489307938453" Longitude="9.2028361558914" StarRating="3" HotelCode="35288|hotel_club" HotelName="Club" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/03/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Copernico 18, 20125 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/a2/40a224228ec7f0d5a3a774ae6893ab874b53a35a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally situated within a short distance of the airport and the main trai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="395.64" OriginalAmount="391.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478267368029" Longitude="9.2016962170601" StarRating="3" HotelCode="31170|CAI984100|Bed &amp; Breakfast" HotelName="Albergo ibis Milano Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Finocchiaro Aprile 2, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/22/2b22aad6369f325dfb54d633992b5d143e48d6cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel enjoys an excellent location in the centre of Milan. The main train station, Piaz...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="397.94" OriginalAmount="394" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.647886532502" Longitude="8.7234659828033" StarRating="3" HotelCode="933712|86477" HotelName="MOXY Milan Malpensa Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Flughafen Milan, Malpensa, Terminal 2, 21010 Milan, Varese</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/8c/698c7d1c9d266be1eb4255faca6a8ff9fe0f024d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="398.35" OriginalAmount="394.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483537813137" Longitude="9.1666625440121" StarRating="4" HotelCode="335627|201369|Bed &amp; Breakfast" HotelName="Hotel Mozart" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/04/2027">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Gerusalemme 6, 20154 Milan, Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/21/532117f0c4dcd2ae7cba3f852d8c5a196c871e43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan, only a few steps away from the Corso Sempione and close...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="400.14" OriginalAmount="396.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479404" Longitude="9.208993" StarRating="3" HotelCode="317254|17608|Bed &amp; Breakfast" HotelName="Hotel Ibis Styles Milano Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Boscovich Ruggero 57-59, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/45/8a452561aabe5dfdf71bc52be0af1d6f4b5dcd84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel lies close to Milan's shopping centre (on the corner of ""Corso Buenos Aire...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="400.77" OriginalAmount="396.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463176" Longitude="9.2102649999999" StarRating="4" HotelCode="89634|2221929|Bed &amp; Breakfast" HotelName="Vittoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietro Calvi 32, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/93/f1939fb4cd79b9d9f976f80146aab899239f9ce1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="401.32" OriginalAmount="397.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.488746" Longitude="9.183004" StarRating="4" HotelCode="335603|2201418|Bed &amp; Breakfast" HotelName="Holiday Inn Mailand - Garibaldi Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Ugo Bassi, 1A, 20159 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/f5/a3f5445b52406632b35fd3bf1ef077bafef41076.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the heart of the city's shopping area, only a short way from the fashion and shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="402.28" OriginalAmount="398.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477985" Longitude="9.209421" StarRating="4" HotelCode="17916|CAF387600|Bed &amp; Breakfast" HotelName="Ritz Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Spallanzani 40, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/40/8a4074efff266b99ca987cc9c61b5c37515446d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="404.76" OriginalAmount="400.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483431562824" Longitude="9.2084687948227" StarRating="3" HotelCode="337184|17482|Bed &amp; Breakfast" HotelName="Hotel Cristallo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Scarlatti 22, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8b/f1/8bf1112c426506de3cb8a15c61b854ac7dfaca62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on the Via Scarlatti at the heart of Milan. Various attractions are to be found in t...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="407.03" OriginalAmount="403" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|48033-18120729/7531038412089416981/17012" HotelName="IBIS STYLES MILANO CENTRO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/897600/897527/7662405f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="408.04" OriginalAmount="404" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.510497287327" Longitude="9.1745281219482" StarRating="4" HotelCode="168451|28544" HotelName="Acca Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Nicotera 9, 20161 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/2d/582d2dc7e19499e1ef6204c5de0ba5282ba9fd60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 100 m from the nearest links to the public transport network, 200 m from shops...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="408.54" OriginalAmount="404.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46409379" Longitude="9.20332475" StarRating="4" HotelCode="572598|AB9947" HotelName="Babila Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Conservatorio 2a, 20122 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/d2/afd24967588a4f5d4b04360e00e80b495dc98ba9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="410.68" OriginalAmount="406.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485216497883" Longitude="9.2068988913597" StarRating="4" HotelCode="17911|CAF901700|Bed &amp; Breakfast" HotelName="Anderson" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Luigi di Savoia 20, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/e2/25e246e3a92e6f3ac51d5f219ce868ae956877b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located around 500 m from the central train station. A wide range of restaurants, shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="411.07" OriginalAmount="407" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1401683-27443126/7531038412089416981/4109" HotelName="IH HOTELS MILANO CENTRALE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/96000000/95030000/95027500/95027463/99b7591d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="413.09" OriginalAmount="409" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.486737452125" Longitude="9.1575363278389" StarRating="4" HotelCode="29801|17822" HotelName="Enterprise" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Sempione 91, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/6c/716cd320a881f6d3d476f77809f3b09b04c28270.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is centrally located on Corso Sempione only 500 m from Fiera Milano City and a sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="416.12" OriginalAmount="412" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|9903-28561687/7531038412089416981/508" HotelName="UNA CENTURY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7500/7409/349d61f2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="417.13" OriginalAmount="413" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="29.9506361" Longitude="-90.0702428" StarRating="4" HotelCode="0|18223-18156998/7531038412089416981/18863" HotelName="MOZART" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> 333 St. Charles Avenue,  NEW ORLEANS, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22600/22560/38e76f23_b.jpg</HotelPictures>
        <HotelDescription>The following services and amenities are available, but with reduced service: Business Center, Fitness Center, Breakfast, On-site Restaurant(s), Room Service, Valet Parking.The following services and amenities are currently not available: Concierge, Executive Lounge.The Hilton New Orleans/St. Charles Avenue hotel in Louisiana is located in the heart of the New Orleans Central Business District, three blocks off Canal Street and blocks from the world-famous French Quarter and Bourbon Street. This landmark building was built in 1926 as the Masonic Temple and was the second high-rise to be built in the Central Business District. 

The Hilton New Orleans/St. Charles Avenue hotel has undergone an $11 million renovation and has re-emerged as the newest upscale, premier hotel experience in the Crescent City. The architecture, exquisite woodwork and other design detail from the artisans of the 1920s is evident throughout the hotel and highlighted by the original chandeliers at the main entrance, original marble floors and walls, and the elaborate, hand-crafted inlay tile ceiling in the Grand Entry Hall. 

Walk into the Hilton New Orleans hotel and take a step back in time to luxury hotels of the past - hotels that made New Orleans, Louisiana famous. Uniquely sophisticated and elegantly designed, our hotel boasts 250 superior guest rooms including 25 dignitary suites and the five-bedroom Grand Suite. Our world-class restaurant and lounge offer breakfast, lunch and dinner selections as well as in-room dining options that include a 24-hour, in-room dining menu. 

Our French Quarter area hotel on St. Charles Avenue in Louisiana has 12,000 sq. ft. of flexible function space including multiple break-out rooms with the same attention to detail and preserved or restored to reflect their most opulent past glory. From weddings to corporate board meetings and anything in between, our hotel is one of the favorite gathering places in New Orleans, Louisiana.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="417.34" OriginalAmount="413.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.460761420329" Longitude="9.1811674093615" StarRating="3" HotelCode="378963|686273|Bed &amp; Breakfast" HotelName="Ostello Bello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Medici 4, 20123 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/60/806086733c3b4747645838af0d35a5fb7b4b9553.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="418.14" OriginalAmount="414" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5088-18116249/7531038412089416981/8212" HotelName="IBIS MILANO CENTRO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/905600/905544/1a3e522d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="418.88" OriginalAmount="414.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480235" Longitude="9.193231" StarRating="3" HotelCode="47343|5770|Bed &amp; Breakfast" HotelName="Cervo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Principessa Clotilde 10, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/36/0a36da2e69d319b29a811b70ed33bd7918b28f19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is centrally situated approximately 400 m from the historical old town and about ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="418.88" OriginalAmount="414.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483369505027" Longitude="9.2033243179321" StarRating="3" HotelCode="17123|211238|Bed &amp; Breakfast" HotelName="Smart Hotel Central Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 28, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/5f/605fefe44eb95e60a650c5860f8c1d6ce2b448ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of Milan on the Via Napo Torriani directly beside the main train statio...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="419.15" OriginalAmount="415" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|651628-28502985/7531038412089416981/1265" HotelName="BOUTIQUE HOTEL BORGO NUOVO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120710000/120704500/120704402/64281d15_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="420.16" OriginalAmount="416" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5065-33120382/7531038412089416981/6950" HotelName="IH MILANO AMBASCIATORI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460445/65aeb119_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="421.17" OriginalAmount="417" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1347790-28478173/7531038412089416981/1373" HotelName="NUMA I ADORE ROOMS AND APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1347790/202210614245483.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="431.47" OriginalAmount="427.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.500617060739" Longitude="9.144591987133" StarRating="4" HotelCode="161648|135440|Bed &amp; Breakfast" HotelName="Radisson Blu Hotel Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Villapizzone 24, 20156 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2e4af1241435644c/3d/3d69a7322ac432799006465402b7ed9e/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a tranquil oasis in the heart of Milan's residential Bovisa District, just over 6 km no...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="433.29" OriginalAmount="429" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12764-18117316/7531038412089416981/7236" HotelName="CASUAL ECLETTICO MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/910600/910521/9c510838_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="447.25" OriginalAmount="442.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.459487" Longitude="9.176949" StarRating="5" HotelCode="81168|197396|Bed &amp; Breakfast" HotelName="Pierre Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/03/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via De Amicis 32, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/b5/3bb51106fb437e57f1e8fbd2ef6c8998166bc23b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="447.79" OriginalAmount="443.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48384" Longitude="9.20317" StarRating="4" HotelCode="321370|408608|Bed &amp; Breakfast" HotelName="GLAM Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 4/6, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/e7/4ce731cb6dc1cf7f0e3bcc23d5e0af87792dd712.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="454.16" OriginalAmount="449.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483619867433" Longitude="9.2045749759329" StarRating="3" HotelCode="58456|62662|Bed &amp; Breakfast" HotelName="Spice Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/03/2027" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitruvio 48, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/57/03/570333bc353ca95a1a34a309a65bb368a9549cff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies within metres of the main train station (Stazione Centrale) and the underground stat...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="456.55" OriginalAmount="452.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4756" Longitude="9.1915" StarRating="4" HotelCode="980929|668218|Bed &amp; Breakfast" HotelName="HD8 Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/04/2027">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca Daosta 8, 20124 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/e1/31e1189654645c380d2ffb09bfc5ed594d5c5342.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="456.92" OriginalAmount="452.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482649" Longitude="9.203375" StarRating="4" HotelCode="10859|17719|Bed &amp; Breakfast" HotelName="Hotel Berna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 18, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/70/6c708d72b88eb10feb3177cb3111ddda6a3f678f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located directly in the city centre near the main tourist attractions and the m...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="460.56" OriginalAmount="456" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478481768636" Longitude="9.1031277179718" StarRating="4" HotelCode="31169|424931" HotelName="Sheraton Milan San Siro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Caldera 21, 20153 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/98/899868b5dc78aec84fafdd0f8af2e81e65373fd3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies on the outskirts of the centre of Milan. Public transport connections may be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="463.33" OriginalAmount="458.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479220880264" Longitude="9.1457507014275" StarRating="5" HotelCode="31174|5775|Bed &amp; Breakfast" HotelName="Meliá Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Masaccio 19, 20149 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/15/f1153d0d4866c544a9f26d2d95a869f1e835381f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxury hotel and convention centre lies close to the Fiera Campionaria in the northeast of Milan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="466.48" OriginalAmount="461.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479798245708" Longitude="9.2114192247391" StarRating="3" HotelCode="11837|1355546|Bed &amp; Breakfast" HotelName="Hotel Demidoff Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Plinio 2, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/70/7a70734e51b0522ac279fed8c10fde649b546264.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the city centre, around 500 m away from Piazza della Republica as well as the Sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="469.36" OriginalAmount="464.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483407" Longitude="9.20291" StarRating="3" HotelCode="76695|321756|Bed &amp; Breakfast" HotelName="Just Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 29, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/d6/33d698409cf273d4bf5d6a1f33b209c41bcccfe3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="482.78" OriginalAmount="478" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48277" Longitude="9.18637" StarRating="4" HotelCode="31404|55211" HotelName="Tocq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via A. di Tocqueville 7/D, 20154 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cb/e6/cbe6d334bc28897616a9e3fca3f326659d5a39e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the centre of the city of Milan only a few minutes walk from num...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="490.90" OriginalAmount="486.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.473998" Longitude="9.195996" StarRating="4" HotelCode="82894|147723|Bed &amp; Breakfast" HotelName="Manin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Manin 7, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/75/4275f694b1b95d3a6981a6f7e5b85ba1136a1cb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Milan, close to La Scala Theatre, the cathedral and the 'Quadri...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="495.73" OriginalAmount="490.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480266527992" Longitude="9.1495004296303" StarRating="4" HotelCode="31405|7331|Bed &amp; Breakfast" HotelName="Mini Hotel Portello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/04/2027">
        <Address>
          <AddressLines>
            <AddressLine>Via G. Silva 12 (zona fiera MilanoCity), 20149 Milano, Lombardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d7/b6/d7b620ecfebeb08c70f9934b1daf68f46ec5dc8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located only a stone's throw from the trade fair. The nearest underground station is t...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="497.69" OriginalAmount="492.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484867" Longitude="9.207346" StarRating="4" HotelCode="17918|9402|Bed &amp; Breakfast" HotelName="E.c.ho." Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Andrea Doria 4, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/21/64211e39f4b2650a5f9a5aead2ea856cfc97e0e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of the north Italian city, directly opposite the central train ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="509.04" OriginalAmount="504" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5075-18116242/7531038412089416981/11676" HotelName="TOCQ HOTEL MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527430/6372b522_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="522.17" OriginalAmount="517" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|25295-18128988/7531038412089416981/8315" HotelName="HOTEL CRISTOFORO COLOMBO - PREFERRED HOTELS AND RESORTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/890300/890242/405ede60_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="525.12" OriginalAmount="519.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.451788266071" Longitude="9.2058697342873" StarRating="4" HotelCode="26713|5773|Bed &amp; Breakfast" HotelName="UNAHOTELS Mediterraneo Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lodovico Muratori 14, Porta Romana, 20135 Milano, Lombardei</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/5d/cd5d4afbc64d12dc50a28e3a71a25a2b9e854fbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable hotel is located in the historical Porta Romana quarter of the city just a few minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="540.35" OriginalAmount="535" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5102-28454857/7531038412089416981/2207" HotelName="B&amp;amp;B HOTEL MILANO AOSTA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1140000/1133800/1133774/7b9efab6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="542.37" OriginalAmount="537.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48437" Longitude="9.20509" StarRating="3" HotelCode="31176|mini_hotel_aosta_2" HotelName="Hotel Aosta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 16, Stazione Centrale, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/42/7042a534a806f458414ee6a385bfd7623041f547.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated opposite the main train station, which offers good connections to Linate and M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="553.48" OriginalAmount="548" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1348550-32717772/7531038412089416981/16561" HotelName="SANT'AMBROGIO APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91790000/91789200/91789171/11536076_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="559.54" OriginalAmount="554.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.475986960214" Longitude="9.1663031280041" StarRating="3" HotelCode="57789|hotel_lancaster_3" HotelName="Lancaster" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/03/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Abbondio Sangiorgio 16, 20145 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/e4/79e460a3d2196cfeba57cb8740c900786e1c8cf0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a beautiful, calm, and elegant zone of Sempione, a residential district in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="561.56" OriginalAmount="556" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12773-28562690/7531038412089416981/3744" HotelName="STARHOTELS ECHO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/3900/3825/30358cae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="583.78" OriginalAmount="578.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.487829" Longitude="9.2028800000001" StarRating="3" HotelCode="80744|4464282|Bed &amp; Breakfast" HotelName="Monopole" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabio Filzi 43, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/299495/20151583235934.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="587.21" OriginalAmount="581.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48529" Longitude="9.183122" StarRating="4" HotelCode="64005|75003|Bed &amp; Breakfast" HotelName="AC Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Tazzoli 2, 20154 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/90/1190079c88a0e62f2a5d098d93d16dcd89b2b7c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in front of Garibaldi station and is very close to Milan's main business and sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="594.89" OriginalAmount="589" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|592151-28473962/7531038412089416981/364" HotelName="HOUSEHOLD - SETTEMBRINI 17" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/13000000/12670000/12667900/12667869/20307024_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="603.74" OriginalAmount="597.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482368" Longitude="9.175693" StarRating="4" HotelCode="13286|124848|Bed &amp; Breakfast" HotelName="Leonardo Hotel Milan City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Messina 10, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/f0/11f0063147456c9b9089fb4283c1a8b5debc3f8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the heart of Milan, in the vicinity of the Porta Garibaldi, the fashionable Brera di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="614.08" OriginalAmount="608" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.9203419" Longitude="-13.6513332" StarRating="4" HotelCode="0|53389-24167265/7531038412089416981/6988" HotelName="AXYHOTELS INNSTYLE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3 Calle Pedro Barba, PTO.CARMEN, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63400/63400/491d85a9_b.jpg</HotelPictures>
        <HotelDescription>A stone¿s throw from the best in leisure and entertainment in PUERTO DEL CARMEN, the LABRANDA PLAYA CLUB are the perfect place to enjoy some free time. Of particular note are the panoramic views of the garden and of the swimming pool. The establishment has apartments of 2 bedrooms. We have Cot for children. We also have Outdoor Summer Terrace and Billiards.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="618.12" OriginalAmount="612" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480244" Longitude="9.213263" StarRating="4" HotelCode="80801|14789" HotelName="Hotel Napoleon Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ozanam 12, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/e8/a8e8e02ce4f9e5d622ed2ec1140439b6afa9ce09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a strategic location in the heart of Buenos Aires, the most famous shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="622.16" OriginalAmount="616" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|143086-18132739/7531038412089416981/8519" HotelName="LEONARDO CITY CENTER (EX. HERMITAGE)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20100/20068/cbf11d8d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="624.22" OriginalAmount="618.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.450945305545" Longitude="9.1602802276611" StarRating="4" HotelCode="59713|1422813|Bed &amp; Breakfast" HotelName="nhow Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Tortona 35, 20144 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/77/a1/77a12a9d46eb28db3c7cfa4abe38b17b50c69175.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This designer hotel lies in the southern part of Milan, close to Porta Genova train station in the l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="624.40" OriginalAmount="618.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483112810684" Longitude="9.2032787203789" StarRating="4" HotelCode="35052|CAY321600|Bed &amp; Breakfast" HotelName="Hotel Atlantic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/03/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 24, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/4e/184e234e6d68443c6361e58c638279a25a9010ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located just a few minutes' walk from Milan's designer shops, the Scala...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="625.19" OriginalAmount="619" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46611023803" Longitude="9.1932575310385" StarRating="4" HotelCode="428761|183062" HotelName="Duomo-apartments by Nomad Aparthotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via San Paolo 13, 20121 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/9a/7c9afadad058fe766db6efbadf237ba6a2d5aeea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the fashion district in Milan, Duomo Apartments offers a comfortable stay for guests visi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="630.24" OriginalAmount="624" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481322" Longitude="9.191761" StarRating="4" HotelCode="365236|6336" HotelName="Hotel NH Collection Milano Porta Nuova" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Melchiorre Gioia 6, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/ca/62ca8187ef154e078ebebe2396311a9717c37a77.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in the heart of the trade and business district, and is in the immedi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="630.53" OriginalAmount="624.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477265" Longitude="9.20541" StarRating="4" HotelCode="95060|115597|Bed &amp; Breakfast" HotelName="Best Western Hotel St. George" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Tunisia 9, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/e6/e6b342baa0d45ac8/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This functional city hotel is located just 2 km from Milan’s city centre and only metres away from t...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="637.31" OriginalAmount="631" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157967-28569572/7531038412089416981/3670" HotelName="H2C MILANOFIORI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3060000/3050200/3050153/92a0ab35_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="648.72" OriginalAmount="642.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481518" Longitude="9.188625" StarRating="4" HotelCode="76670|1413769|Bed &amp; Breakfast" HotelName="Atahotel The Big" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via De Cristoforis, 6/8, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/15/157599a5e952ce32/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is only 100 m from Garibaldi train station and a short distance from the MM green line st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="654.48" OriginalAmount="648" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.472686" Longitude="9.194347" StarRating="4" HotelCode="47283|31817" HotelName="Cavour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fatebenefratelli, 21, Milano 20121</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/e3/55e33525a115b1214b0404e1bc67d65c8a8e222e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Milan's historic centre, a few steps from the Teatro alla Scala theatre and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="658.52" OriginalAmount="652" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|611179-28565693/7531038412089416981/2908" HotelName="MAGVILLE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33230000/33223000/33222931/9ac8b38a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="659.53" OriginalAmount="653" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46729286" Longitude="9.18701574" StarRating="4" HotelCode="507488|178845" HotelName="Hotel Clerici" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Clerici 11, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/cc/f0cc20047dde827d90120c35396ac02729e363f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="666.60" OriginalAmount="660" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|393425-28563834/7531038412089416981/983" HotelName="BIANCA MARIA PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12950000/12943900/12943824/f4f4d0c0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="685.79" OriginalAmount="679" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|9904-28562238/7531038412089416981/811" HotelName="HILTON MILAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/5200/5160/7e6a1b45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="704.98" OriginalAmount="698" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.466026" Longitude="9.192203" StarRating="4" HotelCode="11617|30463" HotelName="Sina de la Ville" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Hoepli 6, 20121 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/fa/c4fac39154c7c7bfb6500812dd1981aff7d5f023.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="713.67" OriginalAmount="706.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.474720838754" Longitude="9.2060164179844" StarRating="4" HotelCode="401861|86522|Bed &amp; Breakfast" HotelName="Mercure Milano Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Oberdan 12, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/4b/4b4fc8b2ae204307/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in close proximity to the cathedral, the Teatro alla Scala and the great fashio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="724.17" OriginalAmount="717" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1454598-32420326/7531038412089416981/2512" HotelName="CX MILAN BICOCCA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108270000/108261700/108261642/0d8c2425_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="742.35" OriginalAmount="735" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48425126" Longitude="9.21567092" StarRating="3" HotelCode="849411|387999" HotelName="Hotel Stradivari" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Stradivari 4, Piazza Argentina, 20131 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/f4/b4f4144c640a3d85363c2d6f208ae76fe278b614.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="748.41" OriginalAmount="741" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|543005-28563910/7531038412089416981/738" HotelName="CLERICI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14870000/14866500/14866472/6a97ea2b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="775.68" OriginalAmount="768" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|293714-21394969/7531038412089416981/7132" HotelName="THE SQUARE MILANO DUOMO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9390000/9385800/9385755/43a6a47f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="786.21" OriginalAmount="778.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463525791888" Longitude="9.2068085906405" StarRating="4" HotelCode="476218|602121|Bed &amp; Breakfast" HotelName="Bianca Maria Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Bianca Maria 4, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/602121/602121a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="791.84" OriginalAmount="784" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1348631-32656738/7531038412089416981/18626" HotelName="ROSA GRAND MILANO - STARHOTELS COLLEZIONE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2900/2875/90d01a93_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="845.37" OriginalAmount="837" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|26284-28568557/7531038412089416981/1687" HotelName="UNA CUSANI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/21200/21141/992aea59_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="847.39" OriginalAmount="839" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|152990-28497893/7531038412089416981/2666" HotelName="LHP NAPOLEON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1370000/1364300/1364270/76c5c3dd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="856.30" OriginalAmount="847.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.452565" Longitude="9.167148" StarRating="5" HotelCode="263948|394378|Bed &amp; Breakfast" HotelName="Magna Pars Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Forcella 6/8, 20144 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/c3/2ec3ceb62fb770dcca5753faf7cf6a38e2301605.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="857.49" OriginalAmount="849" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1277730-28475446/7531038412089416981/2705" HotelName="DUOMO HOTEL AND APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1277730/20211125104527730.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="865.57" OriginalAmount="857.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482138" Longitude="9.198663" StarRating="4" HotelCode="14436|hotel_marconi_4" HotelName="Marconi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabio Filzi 3, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b9/79/b9799b8f558ffe7bd7dc10546871cac97d102097.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just 1 km from the centre of Milan, this hotel is appreciated by business customers for its ideal lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="887.80" OriginalAmount="879.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.468244" Longitude="9.207223" StarRating="5" HotelCode="177816|162413|Bed &amp; Breakfast" HotelName="Château Monfort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Concordia 1, 20129 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/2a/fe2af287752ecca678e718d60dd36e4e9bb99cdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the heart of Milan, about 800 m from Piazza San Babila, around 1 km ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="898.80" OriginalAmount="889.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463892154526" Longitude="9.1940212365367" StarRating="4" HotelCode="17917|7326|Bed &amp; Breakfast" HotelName="Rosa Grand Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Fontana 3, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/29/fc29decb21442da72b025e1dedf4ff5964ac98d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated at the heart of Milan directly opposite the city's impressive Got...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="921.98" OriginalAmount="912.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.468543255004" Longitude="9.1831782460213" StarRating="4" HotelCode="16410|182229|Bed &amp; Breakfast" HotelName="UNAHOTELS Cusani Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cusani 13, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/83/5283c5a20bb91b453af09c9e75c691dc5db390c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="922.13" OriginalAmount="913" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1456764-32463173/7531038412089416981/15221" HotelName="CALIMALA MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107490000/107486100/107486055/e96fd9cb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="942.33" OriginalAmount="933" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|170806-28599259/7531038412089416981/1298" HotelName="CHATEAU MONFORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4590000/4588700/4588641/3845a1da_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="963.76" OriginalAmount="954.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48138" Longitude="9.203411" StarRating="3" HotelCode="173020|19022|Bed &amp; Breakfast" HotelName="B&amp;B Hotel Milano Central Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 9, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/51/9d5109823f29627d374536ad3b472410a8b10cd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, hotel is centrally located just 100 m from the main train station. Links to the public...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="992.16" OriginalAmount="982.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478752589289" Longitude="9.1990354657173" StarRating="5" HotelCode="18681|1380098|Bed &amp; Breakfast" HotelName="The Westin Palace, Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Repubblica 20, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/ec/68ec2049893afe3050e39e3bd88c8f791afc77e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is located in the centre of Milan, directly on the Piazza della Repubblica and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1009.93" OriginalAmount="999.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463083504114" Longitude="9.1979157227192" StarRating="4" HotelCode="258936|5753|Bed &amp; Breakfast" HotelName="NH Collection Milano President" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Largo Augusto 10, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/71/a1711795aed1cbd71158d78f1da41bcba0e2a25f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in the heart of Milan just a few minutes' walk from the cathedral...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1024.14" OriginalAmount="1014" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485789708476" Longitude="9.2018491029739" StarRating="5" HotelCode="12364|53789" HotelName="Excelsior Hotel Gallia, a Luxury Collection Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 9, Mailand 20124</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/06/3206460338b5316af2c047c9ef7fcbd7908eaa03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located on Piazza Duca d'Aosta directly beside the main train station and just ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1032.22" OriginalAmount="1022" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|237093-28434050/7531038412089416981/2313" HotelName="YARD SUITE &amp;amp; DEPENDANCE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4570000/4562800/4562738/f517b386_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1037.27" OriginalAmount="1027" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5064-18212783/7531038412089416981/10583" HotelName="B&amp;amp;B HOTEL MILANO CENTRAL STATION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/80000/75200/75172/f8567cc0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1061.15" OriginalAmount="1050.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.502437" Longitude="9.221851" StarRating="4" HotelCode="20863|17714|Bed &amp; Breakfast" HotelName="Best Western Antares Hotel Concorde" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 22/03/2027" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Monza 132, 20127 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/c3/89c30fa375cf3cf50b5b010ada6c242118ec2892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located just a short walk from Milan's most famous shopping streets. Countless sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1098.69" OriginalAmount="1087.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.467185" Longitude="9.142714" StarRating="4" HotelCode="17018|17715|Bed &amp; Breakfast" HotelName="Antares Rubens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/03/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietro Paolo Rubens 21, 20148 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/86/8186cbc05fe8f5b235bef63afc209d2060382eb7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally located just a few metres from the Corso Vercelli and its score...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1113.02" OriginalAmount="1102" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483208480708" Longitude="9.1775810210885" StarRating="4" HotelCode="527391|227300" HotelName="Hotel Viu Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Aristotile Fioravanti 6, 20154 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/a8/5aa83414e1d4f50e09b567485a2532eb67612c78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1130.19" OriginalAmount="1119" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|324746-18211474/7531038412089416981/17623" HotelName="ME MILAN - IL DUCA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9700000/9690200/9690122/fb313b37_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1147.36" OriginalAmount="1136" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|233971-28599909/7531038412089416981/3035" HotelName="MAGNA PARS L'HOTEL A PARFUM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5480000/5478600/5478506/f673d841_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1164.53" OriginalAmount="1153.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47938999" Longitude="9.19628772" StarRating="5" HotelCode="317060|me_milan__il_duca" HotelName="ME Milan Il Duca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Republica 13, Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/f4/85f4a9ba4912d621f4ba0ae3c8a8f9708a897768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1201.90" OriginalAmount="1190" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|611166-18322715/7531038412089416981/14117" HotelName="INDIGO MILAN - CORSO MONFORTE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19370000/19367100/19367023/e1fbbf98_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1228.16" OriginalAmount="1216" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465172016861" Longitude="9.1892640352166" StarRating="4" HotelCode="424248|177059" HotelName="Room Mate Giulia Milán" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 4, 20121 Milán, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/a7/80a7f0b6d612c0d3e0a4b234a756035a4581ceca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1233.60" OriginalAmount="1221.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470900142825" Longitude="9.1841357946396" StarRating="5" HotelCode="192152|191213|Bed &amp; Breakfast" HotelName="Style Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/03/2027" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Erbe, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/191213/191213a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1291.79" OriginalAmount="1279" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.495027" Longitude="9.141701" StarRating="4" HotelCode="335608|20532" HotelName="Raffaello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Certosa 108, 20156 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a3/4c/a34c73b0972474d8abf2b0d1a2a9d62434af4455.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1299.87" OriginalAmount="1287" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|394238-28581807/7531038412089416981/1677" HotelName="ROOM MATE GIULIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13320000/13318100/13318091/c0635d68_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1300.97" OriginalAmount="1288.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465877" Longitude="9.189256" StarRating="5" HotelCode="117700|125428|Bed &amp; Breakfast" HotelName="Galleria Vik Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 8, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/49/8c49707418bd9762b344757aa132a8a406dbc9b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an idyllic location in the celebrated Galleria Vittorio Emanuele II shopping ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1346.33" OriginalAmount="1333" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46403933101" Longitude="9.2088905328435" StarRating="5" HotelCode="448421|179942" HotelName="Fifty House Luxury Hotel Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Benvenuto Cellini 14, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/43/7b/437b4044fc4e14095d42c40ef30480c36dd28c97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1372.59" OriginalAmount="1359" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|234099-28454909/7531038412089416981/2269" HotelName="DEMO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/2000000/1210000/1206900/1206887/e04f601b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1404.91" OriginalAmount="1391" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477652372288" Longitude="9.2017418146133" StarRating="4" HotelCode="31175|17820" HotelName="NH Milano Machiavelli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Lazzaretto 5, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1b/5d/1b5d50d492ebeed9d68378f53d33c9fcf1fdc566.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable hotel is located at the heart of Milan in the Porta Venezia and Corso Buenos Aires d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1426.12" OriginalAmount="1412" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|887619-18865370/7531038412089416981/9091" HotelName="BANDB MILANO CITY CENTER DUOMO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/48000000/47090000/47081700/47081607/3b922bd1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1430.16" OriginalAmount="1416" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46718225" Longitude="9.20191466" StarRating="0" HotelCode="571833|238206" HotelName="Hotel Monforte 27" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Corso Monforte 27, 20122 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/60/ba60f55f598f525e9e831b67bb1e25e1465f6d4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1453.39" OriginalAmount="1439" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|874978-28460153/7531038412089416981/3203" HotelName="HEMI SUITES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/874978/20201014144415784.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1471.57" OriginalAmount="1457" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49940651" Longitude="9.22306664" StarRating="3" HotelCode="770134|344134" HotelName="Hotel H21" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Valtorta 21, 20127 Milan, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/15/c9154ace7643a11ac3bb23cf1dc41d40553a2410.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1690.74" OriginalAmount="1674" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|591994-28501685/7531038412089416981/2576" HotelName="H21" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/29000000/28830000/28822000/28821957/c43ca393_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1896.78" OriginalAmount="1878" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|30392-32597296/7531038412089416981/3360" HotelName="STRAF MILAN A MEMBER OF DESIGNS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/1000000/995700/995633/656c572a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2063.43" OriginalAmount="2043" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12770-28577610/7531038412089416981/2604" HotelName="MILAN MARRIOTT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22900/22860/55b09346_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2074.89" OriginalAmount="2054.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465298078173" Longitude="9.1910452693929" StarRating="4" HotelCode="82248|3363506|Bed &amp; Breakfast" HotelName="STRAFhotel&amp;bar A Member of Design Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Raffaele 3, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/82/df8217e5363fdfc24e0445c2ec7755a11f39102d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2136.15" OriginalAmount="2115" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|67610-28579032/7531038412089416981/2870" HotelName="DUO MILAN PORTA NUOVA, A TRIBUTE PORTFOLIO HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/790000/789100/789026/668c883d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2146.25" OriginalAmount="2125" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.461108913711" Longitude="9.154132604599" StarRating="4" HotelCode="31172|17366" HotelName="Marriott Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Washington 66, 20146 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/22/77223da6e65717a0ab526c705107125de89840ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a residential area at the heart of Milan only a few minutes walk from the e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2178.57" OriginalAmount="2157" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1352556-23863957/7531038412089416981/231" HotelName="CASA BAGLIONI MILAN - THE LEADING HOTELS OF THE WORLD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88650000/88640500/88640484/750449c7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2318.29" OriginalAmount="2295.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48491716848" Longitude="9.1981154680252" StarRating="4" HotelCode="29246|1129309|Bed &amp; Breakfast" HotelName="Four Points By Sheraton Milan Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gerolamo Cardano 1, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/a2/51a2a00fd48e6b25fea53b675db99050bc6facef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies right at the heart of the shopping quarter. Links to the public transport network ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2418.34" OriginalAmount="2394.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482512" Longitude="9.224143" StarRating="3" HotelCode="268052|375342|Bed &amp; Breakfast" HotelName="Oasi Village Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Lombardia 20, 20131 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/60/c160b99df726c84d536cfcfc87f3f631545eab4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2984.70" OriginalAmount="2955.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465496" Longitude="9.188925" StarRating="5" HotelCode="26216|7332|Bed &amp; Breakfast" HotelName="Park Hyatt Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tommaso Grossi 1, 20121 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/dc/52dc4cdd4f72d90d85acfea56aae18fefe7b2daf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top-notch luxury hotel is located in hip Italian fashion capital of Milan. The hotel enjoys an ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3551.16" OriginalAmount="3516" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1397872-28599468/7531038412089416981/4291" HotelName="PALAZZO CORDUSIO, A GRAN MELIÁ HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/95000000/95000000/94999000/94998930/f736c14e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3667.73" OriginalAmount="3631.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.469230769174" Longitude="9.1986264288425" StarRating="5" HotelCode="26032|5754|Bed &amp; Breakfast" HotelName="Baglioni Hotel Carlton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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">
        <Address>
          <AddressLines>
            <AddressLine>Via Senato 5, 20121 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/b0/e9b0dd7c7f3d563c969516d0abc6129d3ffe58d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Affording a view of the Via Della Spiga, this luxury hotel is situated directly in the exclusive fas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3773.36" OriginalAmount="3736" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|18206-32392769/7531038412089416981/201" HotelName="THE CARLTON, A ROCCO FORTE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/1000000/450000/449200/449149/c2f8cee0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3834.45" OriginalAmount="3796.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.469473584945" Longitude="9.1909645693115" StarRating="5" HotelCode="311425|557629|Bed &amp; Breakfast" HotelName="Mandarin Oriental Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Andegari 9, 20121 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/1e/f41e6ab1f781435270bacf03a8da832579815aea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3874.36" OriginalAmount="3836" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|143091-18137267/7531038412089416981/14197" HotelName="SINA THE GRAY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/909500/909470/0104f24b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4012.78" OriginalAmount="3973.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.469972823623" Longitude="9.1923916339874" StarRating="5" HotelCode="28577|5756|Bed &amp; Breakfast" HotelName="Grand et de Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Manzoni 29, 20121 Milan, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bd/ec/bdec8e33554b2ac2444bea92b8df900e7bf5304c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The exclusive city hotel lies at the heart of Milan. Many shopping venues and countless entertainmen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4757.10" OriginalAmount="4710" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470112016524" Longitude="9.1897416114807" StarRating="5" HotelCode="30030|55360" HotelName="Bulgari Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Fratelli Gabba 7/b, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/c1/acc1277984372feb7af8287dd5e42b071ef4f6dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Currency Exchange,Golf,Laundry,Central Heating,Lounge,Massage Centre,Bicycle Rental,Diet Meals,Garden,Jacuzzi,Nightclub,Shopping Arcade,Wheelchair Access,Spa,Kitchen,Pets allowed,Airport Transfer (on Demand),Heated Pool</BasicAmenities>
    <HotelRating>5,4,3,1,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,HOTEL,ECO HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,HISTORIC HOTEL,SPA HOTEL,HOTEL DE CHARME,AIRPORT HOTEL,VILLAGE,APARTMENT,INNS,APARTMENT HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|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="e522d68d-282e-42b7-aa8c-0e41f791dfd3">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="54074" DestinationId="0" CityId="0" />
    <StayDateRange Start="2027-04-11T00:00:00" End="2027-04-12T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@aitravel-kh.com" Password="Snanum@$" RequestedCurrency="GBP" ClientNationality="KH" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:d3dd9bb5-1b15-4f9d-8beb-7d078926a59f
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|DOTWSearch|Collection was modified; enumeration operation may not execute.|System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at HotelSources.DOTW.GetSearchRS(List`1 LstSearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\DOTW\DOTW.cs:line 626|DOTW|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:13:31.8130976+01:00" Version="0" EchoToken="Search" TransactionIdentifier="e522d68d-282e-42b7-aa8c-0e41f791dfd3" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="83" TotalAmount="134.33" OriginalAmount="133" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|164564-2592263/7531038412089416981/4088" HotelName="IH HOTELS MILANO EUR TREZZANO SUL NAVIGLIO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1150000/1145800/1145734/ff933ab2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="148.47" OriginalAmount="147" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5072-28524950/7531038412089416981/3936" HotelName="ORNATO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1070000/1065100/1065040/9a9afd7e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="157.07" OriginalAmount="155.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.52002434874" Longitude="9.1923728585243" StarRating="3" HotelCode="371240|394458|Bed &amp; Breakfast" HotelName="Hotel Ornato" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/04/2027" HotelFacility="Air Conditioning,Central Heating,Conference Hall,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Luigi Ornato 64, 20162 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://us.dotwconnect.com/poze_hotel/39/395335/MIQhHF2H_1131b3a54d74684426c5e97ed640ce6a.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This complex is located about 1.6 km from the centre of Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="157.64" OriginalAmount="156.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.490422408744" Longitude="9.1528405267557" StarRating="3" HotelCode="36233|3541258|Bed &amp; Breakfast" HotelName="Hotel Berlino" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Laundry,Nightclub,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Antonio Plana 33, 20155 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e6/b6/e6b6377881c6b386d58ed6d0cfd8b020300ff242.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated only 10 minutes from the Campionaria and 15 minutes from the Rho exhibition ce...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="168.05" OriginalAmount="166.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.471731758313" Longitude="9.0772547619018" StarRating="4" HotelCode="99147|124849|Bed &amp; Breakfast" HotelName="Idea Hotel Milano San Siro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Gaetano Airaghi 125, 20153 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/82/d9823417dfaefed13d55f32f8542004982e1a870.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is strategically situated near the San Siro-Fiera exit on the Tangenziale Ovest (western r...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="169.68" OriginalAmount="168.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.444162046236" Longitude="9.116071" StarRating="4" HotelCode="38498|idea_hotel_milano_lorenteggio" HotelName="iH Hotels Milano Lorenteggio" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Fax,Golf,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lorenteggio 278, 20152 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/97/0b/970bd9b3841e46e793b2671db66cbf144d30ac49.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is ideally located close to Westring Street, near the Lorenteggio exit. The Pero/Rho exhi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="182.81" OriginalAmount="181.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.418834" Longitude="9.157206" StarRating="3" HotelCode="73521|hotel_alga_2" HotelName="Alga" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Del Mare, 93, 20142 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/83/92/83921332d3517366d7afb9b5bb3274aa2217f690.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the southern area of Milan in a strategic position near both the highways ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="183.82" OriginalAmount="182.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4439" Longitude="9.153" StarRating="4" HotelCode="400868|idea_hotel_milano_watttredici" HotelName="iH Hotels Milano Watt 13" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giacomo Watt 13, 20143 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b6/75/b675f445ba0dea0fce5c2e5c7ae7aa11bfe2ea18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="187.86" OriginalAmount="186" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|101026-252369/7531038412089416981/4091" HotelName="IDEA SAN SIRO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2040000/2032200/2032147/e179d5c7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="192.91" OriginalAmount="191" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157386-28579193/7531038412089416981/3590" HotelName="IH LORENTEGGIO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/1100/1031/26aa63e9_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="202.00" OriginalAmount="200.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48475" Longitude="9.162364" StarRating="3" HotelCode="117237|hotel_losanna" HotelName="Losanna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Piero della Francesca 39, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/a5/dfa5853bbf56aaf4c897b198814854098ecbeb3a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Travellers can feel at home in one of the 23 rooms. Services and facilities at the hotel include a r...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="203.74" OriginalAmount="201.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.512404803314" Longitude="9.178661652262" StarRating="3" HotelCode="55491|51138|Bed &amp; Breakfast" HotelName="Eco Hotel La Residenza" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Hotel de Charme,Family-friendly Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Vittorio Scialoia 3, 20161 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/02/3f/023f9d33717a07fdff8e7af6b8cc5fd6a9c47860.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel lies in a peaceful area, just a short distance from all major sightseeing attractions in M...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="204.50" OriginalAmount="202.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4692352" Longitude="9.22194034" StarRating="3" HotelCode="824639|360956|Bed &amp; Breakfast" HotelName="Golden Milano Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Goldoni 84, 20129 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ff/ab/ffabcffaacbef12a53d4d4af586bf3754b31a08e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Hotel Carlo Goldoni is a 2-star hotel located in eastern Milan and is well connected with the Centra...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="206.04" OriginalAmount="204" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1247320-19868114/7531038412089416981/13124" HotelName="AMEDIA MILANO - TRADEMARK COLLECTION BY WYNDHAM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/60000000/59900000/59898100/59898052/b7a4ea7e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="212.35" OriginalAmount="210.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.401222286586" Longitude="9.120630415295" StarRating="4" HotelCode="335612|43316|Bed &amp; Breakfast" HotelName="Holiday Inn Assago" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Tangenziale Ovest Km 19, 20094 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a5/e6/a5e61117fa31d33ad653cdcdc511c607cc322ff0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located near the Autostrada dei Fiori highway and quickly linked by shuttle bus to the ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="216.53" OriginalAmount="214.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46922371" Longitude="9.22181866" StarRating="2" HotelCode="619592|362569|Bed &amp; Breakfast" HotelName="Hotel Carlo Goldoni" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Carlo Goldoni 84, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4b/c3/4bc3819330368935ca29844db94432250d318ec8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="217.15" OriginalAmount="215" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|13630-28562691/7531038412089416981/3123" HotelName="STARHOTEL TOURIST" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/10500/10498/8c768659_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="220.18" OriginalAmount="218" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46601" Longitude="9.217087" StarRating="2" HotelCode="116866|55850" HotelName="Dateo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Piceno 33, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e5/83/e5834a8f83b513ffaf0c641f7c4ecbef036d7bb0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="221.08" OriginalAmount="218.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49626" Longitude="9.179432" StarRating="3" HotelCode="116638|213685|Bed &amp; Breakfast" HotelName="Ares Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Edoardo Porro 8, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ed/2b/ed2bfdd8b14d30b72cff8227a898424dab2f6ed6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="221.19" OriginalAmount="219" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|862550-28586191/7531038412089416981/4312" HotelName="STARHOTELS BUSINESS PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/60000/54200/54133/9047288f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="222.20" OriginalAmount="220" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157965-14575108/7531038412089416981/6863" HotelName="DEVERO &amp;amp; SPA, BW SIGNATURE COLLECTION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2170000/2167600/2167570/w3840h2558x0y0-7278e34d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="222.20" OriginalAmount="220.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484697" Longitude="9.162794" StarRating="2" HotelCode="360043|hotel_parma_4" HotelName="Hotel Parma" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel,Inns" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Piero della Francesca 48, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/22/06/220639fc72405fa9dd6cc769f9facd25a670b988.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;# Property Location : # With a stay at Hotel Parma in Milan (San Siro), you'll be close to Fiera Mil...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.25" OriginalAmount="222.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.514785" Longitude="9.116386" StarRating="4" HotelCode="221719|186837|Bed &amp; Breakfast" HotelName="Klima Hotel Milano Fiere" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Venezia Giulia 8, 20157 Milano, Lombardei</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/50/fe508f0f8b2b208c3da667557c633af892f00d9d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="225.23" OriginalAmount="223" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|543722-28457913/7531038412089416981/1389" HotelName="CARLO GOLDONI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21960000/21956300/21956298/c0cd03fb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="225.23" OriginalAmount="223" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|591992-28501691/7531038412089416981/2137" HotelName="GOLDEN MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/32000000/31570000/31565800/31565751/1d1c7d23_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="229.27" OriginalAmount="227" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|31015-18118912/7531038412089416981/8278" HotelName="ECO HOTEL MILANO &amp;amp; BIORISO RESTAURANT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/909800/909796/a170b911_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="230.28" OriginalAmount="228" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.8628672" Longitude="-13.8279348" StarRating="3" HotelCode="0|53241-18202867/7531038412089416981/9294" HotelName="VECCHIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>58 Bienvenida Martín  Practicanta, PLAYA BLANCA YAIZA, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2740000/2737200/2737189/266744e3_b.jpg</HotelPictures>
        <HotelDescription>This beach hotel revels in its hillside setting, lying just 20 metres away from the sea. The hotel commands spectacular views over the coastline. Guests will find themselves just 200 metres away from the beach and 500 metres from links to the public transport network. Guests can enjoy an array of exciting activities nearby. This charming hotel enjoys an attractive architectural design, greeting guests with the promise of a memorable stay. The guest rooms are beautifully designed, featuring refreshing tones and a relaxing ambience. The rooms feature modern amenities for added comfort and convenience. Guests will appreciate the choice of facilities and services that the hotel has to offer.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="231.21" OriginalAmount="228.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464235" Longitude="9.181967" StarRating="3" HotelCode="95048|321511|Bed &amp; Breakfast" HotelName="Vecchia Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Borromei 4, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/d2/79d2a8dd8a8bca616f8e7cc4489913af42e7212e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="231.77" OriginalAmount="229.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.437086" Longitude="9.16439" StarRating="3" HotelCode="79350|617758|Bed &amp; Breakfast" HotelName="Plus Welcome Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Famagosta 50, 20142 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7d/a3/7da3dece5ca4276e41288bb8a72dd188aa8e2991.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="234.32" OriginalAmount="232" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.526576" Longitude="9.212825" StarRating="4" HotelCode="17919|2057" HotelName="Tourist" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Fulvio Testi 300, 20126 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8b/7e/8b7e58e2fcf5fe51ef1073b504f06d56cd92cc25.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the business district in the north of the city of Milan within a few paces...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="237.35" OriginalAmount="235" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|196700-18146505/7531038412089416981/13306" HotelName="KLIMA MILANO FIERE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5430000/5426900/5426838/c3d0404a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="237.35" OriginalAmount="235.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484744163255" Longitude="9.1596740484238" StarRating="4" HotelCode="34832|hotel_nasco" HotelName="Hotel Nasco" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Corso Sempione 69, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/52/99/5299400b02b48f40acb3c61acb111696c9838e4c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in an ideal location in the heart of trendy Milan with quick access to excell...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="239.45" OriginalAmount="237.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.437584204443" Longitude="9.2314392328262" StarRating="4" HotelCode="18190|9403|Bed &amp; Breakfast" HotelName="Business Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Pietro Gaggia 3, 20139 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/05/e9/05e95ff88737567bc6a920bde4b2ae4d4d9f4b18.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming hotel lies in the lively city of Milan just 500 m from the nearest links to the public...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="242.40" OriginalAmount="240" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|185716-28436457/7531038412089416981/1745" HotelName="ARCOBALENO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2522900/2522840/8f9b28e4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="244.42" OriginalAmount="242" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|26748-18324562/7531038412089416981/15461" HotelName="NASCO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1100000/1095000/1094943/149ec67e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="245.09" OriginalAmount="242.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.451176" Longitude="9.2077400000001" StarRating="3" HotelCode="117438|4056089|Bed &amp; Breakfast" HotelName="Di Porta Romana" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lazzaro Papi 18, 20135 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/7c/4c7c47c2abc873cca551bf806f6bf996bfd03852.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="251.49" OriginalAmount="249" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|146336-28560429/7531038412089416981/481" HotelName="UNAHOTELS EXPO FIERA MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2230000/2224900/2224808/848b9465_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="269.46" OriginalAmount="266.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.433565" Longitude="9.189671" StarRating="4" HotelCode="79237|128884|Bed &amp; Breakfast" HotelName="Atahotel Quark" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Business Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lampedusa, 11/A, 20141 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/107278/a_107278_A2.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel enjoys a strategic location, just a few minutes from the famous Navigli of Milan. Guests ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="274.72" OriginalAmount="272" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|51535-27046799/7531038412089416981/16781" HotelName="SPORTING" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/51535/2011228152421997.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="275.73" OriginalAmount="273.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.499679140502" Longitude="9.2061159824251" StarRating="4" HotelCode="387392|idea_hotel_milano_bicocca" HotelName="iH Hotels Milano Gioia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Internet,Laundry,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Della Giustizia 10/D, Zona Greco, 20125 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/4c/204cd104e528e90bf44bf430d6236b9cb8374b57.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers easy access from Milan central railway station (2 km), the underground network (Son...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="276.31" OriginalAmount="273.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.533093476303" Longitude="9.1711002588272" StarRating="4" HotelCode="335618|57339|Bed &amp; Breakfast" HotelName="Hotel Da Vinci" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Senigallia 6, 20161 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9f/58/9f58f9d3e83dc88b520a257cc5a18bf29e1aa9cc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the northern area of Milan, 8 km away from the exhibition area of Fiera Mila...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="285.37" OriginalAmount="282.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484178" Longitude="9.205471" StarRating="3" HotelCode="95049|687095|Bed &amp; Breakfast" HotelName="Ostello Bello Grande" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/03/2027" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lepetit 33, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/4b/a94bab279626725e74d2d5bd9cd02f6c6af391d3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="285.94" OriginalAmount="283.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484489220633" Longitude="9.2064771644343" StarRating="4" HotelCode="95056|173575|Bed &amp; Breakfast" HotelName="Hotel Bristol Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/03/2027">
        <Address>
          <AddressLines>
            <AddressLine>Via Scarlatti 32, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/2d/422df335d82d27ec76c59a0f41fcb4383440b29a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="287.85" OriginalAmount="285" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.395782" Longitude="9.211301" StarRating="4" HotelCode="17864|25502" HotelName="Hotel Sporting" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Golf,Internet,Jacuzzi,Laundry,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Sporting Mirasole 56, 20090 Mailand, Italy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/30/b7/30b7554f3c0605872e49ca765f2fded079a0da2e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a residential area, around 8 km from the city's tourist centre. The bus sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="292.90" OriginalAmount="290" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1322658-28476825/7531038412089416981/1832" HotelName="FIORALBA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/76000000/75810000/75807000/75806984/f7740dfe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="295.93" OriginalAmount="293" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1464891-32920078/7531038412089416981/14142" HotelName="PALAZZO BUENOS AIRES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1070000/1069000/1068913/c6ff4dd7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="302.99" OriginalAmount="299.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484528" Longitude="9.216144" StarRating="4" HotelCode="78738|205787|Bed &amp; Breakfast" HotelName="Del Corso" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Bar,Fax,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pecchio 2, 20131 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/63/ef/63efa6e26195c465c48c922b97f5b5c3f6795b82.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="323.20" OriginalAmount="320" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|54854-18117466/7531038412089416981/9114" HotelName="NH MILANO 2" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/17800/17788/9f7345fe_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="327.24" OriginalAmount="324" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|877800-28586648/7531038412089416981/3850" HotelName="PHI MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/877800/2020103011126125.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="327.24" OriginalAmount="324.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.511502301365" Longitude="9.1240265178604" StarRating="4" HotelCode="907002|b4_milano" HotelName="Barceló Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giorgio Stephenson 55, 20157 Milán</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/41/04/41049cd4a8a900b66ad7c3283c4111fada231d4c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="333.30" OriginalAmount="330" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|104888-18131797/7531038412089416981/11626" HotelName="NH FIERA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2580000/2571800/2571703/a463571b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="334.14" OriginalAmount="330.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.525931775735" Longitude="9.2149834024467" StarRating="4" HotelCode="302459|360780|Bed &amp; Breakfast" HotelName="Degli Arcimboldi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Internet,Laundry,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Sarca 336, 20126 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/27/2d/272d6450973ff5efd824e1b99d0d4e5b627f0fcd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village welcomes guests in Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="343.40" OriginalAmount="340" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|67584-18140789/7531038412089416981/11503" HotelName="BRISTOL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2530000/2529600/2529557/c298a71d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="344.21" OriginalAmount="340.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480448009839" Longitude="9.2116163671017" StarRating="4" HotelCode="12715|17861|Bed &amp; Breakfast" HotelName="Best Western Plus Hotel Galles" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Eco Hotel,Conference Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Garden,Golf,Internet,Jacuzzi,Laundry,Lounge,Massage Centre,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Lima 2, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/89/9b/899bd9366d4863687e120a5c9e19e5e0bc802a6a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is located directly on the Corso Buenos Aires. It takes just a few minutes by foo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="347.44" OriginalAmount="344.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47525406" Longitude="9.20650888" StarRating="3" HotelCode="631734|ai_suma_hotel" HotelName="Ai Suma Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Spallanzani 6, 20129 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/87/49/8749af412f9a4a930086ab75d8f99a94f3b00bba.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="350.29" OriginalAmount="346.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485564052876" Longitude="9.1640809178352" StarRating="4" HotelCode="44708|5771|Bed &amp; Breakfast" HotelName="UNAHOTELS Scandinavia Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Battista Fauchè 15, Sempione, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a9/7e/a97e2516d4011a4c57d36db4425d6fd87db62eb9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is located only a few steps from the Fiera Milano trade centre. Located about...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="350.47" OriginalAmount="347" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|75712-18124634/7531038412089416981/16800" HotelName="NOVOTEL MILANO LINATE AEROPORTO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/20000/11700/11661/4cc89602_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="353.78" OriginalAmount="350.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478562638829" Longitude="9.2041879892349" StarRating="4" HotelCode="30258|112824|Bed &amp; Breakfast" HotelName="Best Western Plus Hotel Felice Casati" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 30/03/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Felice Casati 18, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f2/26/f226e62553aab2c64a151e4d8b2166836d2b97da.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Milan, next to the famous Corso Buenos Aires, in the middle of the most impo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="356.53" OriginalAmount="353" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1173426-28452870/7531038412089416981/2584" HotelName="BABILA HOSTEL AND BISTROT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18710000/18708400/18708365/b6c095f6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="359.03" OriginalAmount="355.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48687528" Longitude="9.20185869" StarRating="4" HotelCode="495492|550221|Bed &amp; Breakfast" HotelName="NYX Milan Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Internet,Laundry,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Piazza IV Novembre 3, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f3/9f/f39f5a008e55d0f15cfd48a8ddd5653e501d0df9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="361.58" OriginalAmount="358" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12769-27378318/7531038412089416981/17268" HotelName="JR HOTELS BOCCONI MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/912300/912286/12a97553_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="362.38" OriginalAmount="358.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49736441" Longitude="9.18081511" StarRating="4" HotelCode="874968|652346|Bed &amp; Breakfast" HotelName="J24 Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Airport Transfer (on Demand),Designated Smoking Area,Internet,Laundry,Lounge,Restaurant,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Viale Edoardo Jenner 24, 20158 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/06/60/0660a737eaccc57427ef807c14cf089549cdd123.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Situated 300mts far from the underground station MM3 Maciachini, 2.1 km of Ospedale Niguarda and 3.2...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="363.60" OriginalAmount="360" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48783688" Longitude="9.20276939" StarRating="3" HotelCode="577990|227211" HotelName="43 Station Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabio Filzi 43, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2a/e7/2ae76f9f94a66119e4ca4331c892a7da573d0865.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="372.69" OriginalAmount="369" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|872145-28460041/7531038412089416981/727" HotelName="CASCINA BELLARIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/872145/2020929165252637.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="374.71" OriginalAmount="371" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="36.852587" Longitude="28.260655" StarRating="2" HotelCode="0|256998-28434067/7531038412089416981/2202" HotelName="AV BOUTIQUE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Cildir Mah. 142 sok 7</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7780000/7776100/7776030/56d6dd20_b.jpg</HotelPictures>
        <HotelDescription>Located 15 minutes to the city center and 10 minutes to the beach.

The complex consists of 50 apartments divided on 4 floors with elevator, reception with safety deposit boxes for rent, restaurant, bar, TV saloon and swimming pool with children section.

All apartments have living room with kitchen, bedroom, bath/shower, balcony, air conditioning (payable) and telephone.

Address: Cildir Mah. 142 sok 7, 48700 Marmaris, Turkey In Marmaris 500 m from the beach and 700 m from the resort centre.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="381.78" OriginalAmount="378" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|15254-32369788/7531038412089416981/15109" HotelName="STARHOTEL RITZ" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22000/21978/d0debbf0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="385.82" OriginalAmount="382.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.464470445301" Longitude="9.1952928730163" StarRating="4" HotelCode="32810|hotel_ambasciatori_6" HotelName="iH Exclusive Milano Ambasciatori" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Galleria del Corso 3, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/38/c9/38c901c96555f9a3c08ac286004dc02ac27c15e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan, approximately 3 km from links to the public transport network.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="386.83" OriginalAmount="383" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.475698" Longitude="9.205928" StarRating="4" HotelCode="49103|21295" HotelName="Worldhotel Cristoforo Colombo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Spa Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Massage Centre,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Buenos Aires 3, 20124 Milano, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6e/f7/6ef7e289499da6bee286f4fe84f0ba786b4f4bdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located at the beginning of Corso Buenos Aires, in front of Porta Venezia subway stati...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="389.68" OriginalAmount="385.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.450840283193" Longitude="9.1947540795248" StarRating="4" HotelCode="57756|204968|Bed &amp; Breakfast" HotelName="Hotel Bocconi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Bligny 56, 20136 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/05/7d/057d1a506024ed73f64ef85ae7bddc5111e14649.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="391.88" OriginalAmount="388" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.5107" Longitude="-82.039" StarRating="3" HotelCode="0|473747-28501537/7531038412089416981/579" HotelName="43 STATION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>201 BOY SCOUT RD, I-20, AUGUSTA, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17720000/17710700/17710658/7c847358_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   Located in Augusta, Motel 6 Augusta is close to Augusta National Golf Club and Augusta State University.&lt;br /&gt; This eco-friendly hotel is within the vicinity of Ezekiel Harris House and The Augusta Canal Interpretive Center at Enterprise Mill.&lt;br /&gt;   Rooms   Make yourself at home in one of the 118 air-conditioned guestrooms. Complimentary wireless Internet access keeps you connected, and cable programming is available for your entertainment. Private bathrooms with shower/tub combinations feature complimentary toiletries and hair dryers. Conveniences include desks and blackout drapes/curtains, as well as direct-dial phones with free local calls.&lt;br /&gt;   Rec, Spa, Premium Amenities   Take advantage of recreation opportunities such as a seasonal outdoor pool, or other amenities including complimentary wireless Internet access and a television in the lobby.&lt;br /&gt;   Business, Other Amenities   Featured amenities include dry cleaning/laundry services, a 24-hour front desk, and a safe deposit box at the front desk. Free parking is available onsite.&lt;br /&gt;   Room Info:    Know Before You Go       Children 17 years old and younger stay free when occupying the parent or guardian's room, using existing bedding.       Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      Pet fee: USD 10. per pet, per day (maximum USD 50. per stay)       The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Minimum Spring Break check-in age is 18 years old.      Checkin Time:  3:00 PM  Checkout Time:  12:00 PM&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="392.89" OriginalAmount="389" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.440930422255" Longitude="9.1728356480598" StarRating="4" HotelCode="35289|31038" HotelName="La Spezia" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via La Spezia 25, 20142 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bf/55/bf55f3c02f70c03d23cc61b8578dfacc73d960dd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This fabulous up-market hotel is conveniently situated for transport connections. Romolo is the clos...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="392.89" OriginalAmount="389" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|21832-28562688/7531038412089416981/3471" HotelName="STARHOTELS ANDERSON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/50000/48600/48572/e4ded283_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="394.91" OriginalAmount="391.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.489307938453" Longitude="9.2028361558914" StarRating="3" HotelCode="35288|hotel_club" HotelName="Club" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 30/03/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Copernico 18, 20125 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/40/a2/40a224228ec7f0d5a3a774ae6893ab874b53a35a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This attractive hotel is centrally situated within a short distance of the airport and the main trai...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="395.64" OriginalAmount="391.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478267368029" Longitude="9.2016962170601" StarRating="3" HotelCode="31170|CAI984100|Bed &amp; Breakfast" HotelName="Albergo ibis Milano Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Finocchiaro Aprile 2, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2b/22/2b22aad6369f325dfb54d633992b5d143e48d6cb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel enjoys an excellent location in the centre of Milan. The main train station, Piaz...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="397.94" OriginalAmount="394" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.647886532502" Longitude="8.7234659828033" StarRating="3" HotelCode="933712|86477" HotelName="MOXY Milan Malpensa Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Flughafen Milan, Malpensa, Terminal 2, 21010 Milan, Varese</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/69/8c/698c7d1c9d266be1eb4255faca6a8ff9fe0f024d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="398.35" OriginalAmount="394.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483537813137" Longitude="9.1666625440121" StarRating="4" HotelCode="335627|201369|Bed &amp; Breakfast" HotelName="Hotel Mozart" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/04/2027">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Gerusalemme 6, 20154 Milan, Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/53/21/532117f0c4dcd2ae7cba3f852d8c5a196c871e43.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan, only a few steps away from the Corso Sempione and close...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="400.14" OriginalAmount="396.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479404" Longitude="9.208993" StarRating="3" HotelCode="317254|17608|Bed &amp; Breakfast" HotelName="Hotel Ibis Styles Milano Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Designated Smoking Area,Fax,Golf,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Boscovich Ruggero 57-59, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/45/8a452561aabe5dfdf71bc52be0af1d6f4b5dcd84.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This charming city hotel lies close to Milan's shopping centre (on the corner of ""Corso Buenos Aire...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="400.77" OriginalAmount="396.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463176" Longitude="9.2102649999999" StarRating="4" HotelCode="89634|2221929|Bed &amp; Breakfast" HotelName="Vittoria" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietro Calvi 32, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/93/f1939fb4cd79b9d9f976f80146aab899239f9ce1.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="401.32" OriginalAmount="397.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.488746" Longitude="9.183004" StarRating="4" HotelCode="335603|2201418|Bed &amp; Breakfast" HotelName="Holiday Inn Mailand - Garibaldi Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Ugo Bassi, 1A, 20159 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/f5/a3f5445b52406632b35fd3bf1ef077bafef41076.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the heart of the city's shopping area, only a short way from the fashion and shoppin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="402.28" OriginalAmount="398.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477985" Longitude="9.209421" StarRating="4" HotelCode="17916|CAF387600|Bed &amp; Breakfast" HotelName="Ritz Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Spallanzani 40, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8a/40/8a4074efff266b99ca987cc9c61b5c37515446d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="404.76" OriginalAmount="400.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483431562824" Longitude="9.2084687948227" StarRating="3" HotelCode="337184|17482|Bed &amp; Breakfast" HotelName="Hotel Cristallo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Scarlatti 22, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8b/f1/8bf1112c426506de3cb8a15c61b854ac7dfaca62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies on the Via Scarlatti at the heart of Milan. Various attractions are to be found in t...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="407.03" OriginalAmount="403" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|48033-18120729/7531038412089416981/17012" HotelName="IBIS STYLES MILANO CENTRO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/897600/897527/7662405f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="408.04" OriginalAmount="404" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.510497287327" Longitude="9.1745281219482" StarRating="4" HotelCode="168451|28544" HotelName="Acca Palace" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Fax,Garden,Internet,Kitchen,Laundry,Massage Centre,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Giovanni Nicotera 9, 20161 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/58/2d/582d2dc7e19499e1ef6204c5de0ba5282ba9fd60.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located 100 m from the nearest links to the public transport network, 200 m from shops...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="408.54" OriginalAmount="404.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46409379" Longitude="9.20332475" StarRating="4" HotelCode="572598|AB9947" HotelName="Babila Hostel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Central Heating,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Via Conservatorio 2a, 20122 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/af/d2/afd24967588a4f5d4b04360e00e80b495dc98ba9.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hostel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="410.68" OriginalAmount="406.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485216497883" Longitude="9.2068988913597" StarRating="4" HotelCode="17911|CAF901700|Bed &amp; Breakfast" HotelName="Anderson" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Luigi di Savoia 20, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/25/e2/25e246e3a92e6f3ac51d5f219ce868ae956877b8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located around 500 m from the central train station. A wide range of restaurants, shop...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="411.07" OriginalAmount="407" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1401683-27443126/7531038412089416981/4109" HotelName="IH HOTELS MILANO CENTRALE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/96000000/95030000/95027500/95027463/99b7591d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="413.09" OriginalAmount="409" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.486737452125" Longitude="9.1575363278389" StarRating="4" HotelCode="29801|17822" HotelName="Enterprise" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Sempione 91, 20149 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/6c/716cd320a881f6d3d476f77809f3b09b04c28270.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is centrally located on Corso Sempione only 500 m from Fiera Milano City and a sho...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="416.12" OriginalAmount="412" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|9903-28561687/7531038412089416981/508" HotelName="UNA CENTURY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/7500/7409/349d61f2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="417.13" OriginalAmount="413" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="29.9506361" Longitude="-90.0702428" StarRating="4" HotelCode="0|18223-18156998/7531038412089416981/18863" HotelName="MOZART" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine> 333 St. Charles Avenue,  NEW ORLEANS, US</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22600/22560/38e76f23_b.jpg</HotelPictures>
        <HotelDescription>The following services and amenities are available, but with reduced service: Business Center, Fitness Center, Breakfast, On-site Restaurant(s), Room Service, Valet Parking.The following services and amenities are currently not available: Concierge, Executive Lounge.The Hilton New Orleans/St. Charles Avenue hotel in Louisiana is located in the heart of the New Orleans Central Business District, three blocks off Canal Street and blocks from the world-famous French Quarter and Bourbon Street. This landmark building was built in 1926 as the Masonic Temple and was the second high-rise to be built in the Central Business District. 

The Hilton New Orleans/St. Charles Avenue hotel has undergone an $11 million renovation and has re-emerged as the newest upscale, premier hotel experience in the Crescent City. The architecture, exquisite woodwork and other design detail from the artisans of the 1920s is evident throughout the hotel and highlighted by the original chandeliers at the main entrance, original marble floors and walls, and the elaborate, hand-crafted inlay tile ceiling in the Grand Entry Hall. 

Walk into the Hilton New Orleans hotel and take a step back in time to luxury hotels of the past - hotels that made New Orleans, Louisiana famous. Uniquely sophisticated and elegantly designed, our hotel boasts 250 superior guest rooms including 25 dignitary suites and the five-bedroom Grand Suite. Our world-class restaurant and lounge offer breakfast, lunch and dinner selections as well as in-room dining options that include a 24-hour, in-room dining menu. 

Our French Quarter area hotel on St. Charles Avenue in Louisiana has 12,000 sq. ft. of flexible function space including multiple break-out rooms with the same attention to detail and preserved or restored to reflect their most opulent past glory. From weddings to corporate board meetings and anything in between, our hotel is one of the favorite gathering places in New Orleans, Louisiana.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="417.34" OriginalAmount="413.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.460761420329" Longitude="9.1811674093615" StarRating="3" HotelCode="378963|686273|Bed &amp; Breakfast" HotelName="Ostello Bello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Via Medici 4, 20123 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/60/806086733c3b4747645838af0d35a5fb7b4b9553.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="418.14" OriginalAmount="414" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5088-18116249/7531038412089416981/8212" HotelName="IBIS MILANO CENTRO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/905600/905544/1a3e522d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="418.88" OriginalAmount="414.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480235" Longitude="9.193231" StarRating="3" HotelCode="47343|5770|Bed &amp; Breakfast" HotelName="Cervo" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Principessa Clotilde 10, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/36/0a36da2e69d319b29a811b70ed33bd7918b28f19.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant hotel is centrally situated approximately 400 m from the historical old town and about ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="418.88" OriginalAmount="414.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483369505027" Longitude="9.2033243179321" StarRating="3" HotelCode="17123|211238|Bed &amp; Breakfast" HotelName="Smart Hotel Central Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 28, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/5f/605fefe44eb95e60a650c5860f8c1d6ce2b448ff.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies at the heart of Milan on the Via Napo Torriani directly beside the main train statio...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="419.15" OriginalAmount="415" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|651628-28502985/7531038412089416981/1265" HotelName="BOUTIQUE HOTEL BORGO NUOVO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120710000/120704500/120704402/64281d15_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="420.16" OriginalAmount="416" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5065-33120382/7531038412089416981/6950" HotelName="IH MILANO AMBASCIATORI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/470000/460500/460445/65aeb119_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="421.17" OriginalAmount="417" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1347790-28478173/7531038412089416981/1373" HotelName="NUMA I ADORE ROOMS AND APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1347790/202210614245483.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="431.47" OriginalAmount="427.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.500617060739" Longitude="9.144591987133" StarRating="4" HotelCode="161648|135440|Bed &amp; Breakfast" HotelName="Radisson Blu Hotel Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Heated Pool,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Villapizzone 24, 20156 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/2e4af1241435644c/3d/3d69a7322ac432799006465402b7ed9e/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is a tranquil oasis in the heart of Milan's residential Bovisa District, just over 6 km no...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="433.29" OriginalAmount="429" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|12764-18117316/7531038412089416981/7236" HotelName="CASUAL ECLETTICO MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/910600/910521/9c510838_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="447.25" OriginalAmount="442.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.459487" Longitude="9.176949" StarRating="5" HotelCode="81168|197396|Bed &amp; Breakfast" HotelName="Pierre Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/03/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via De Amicis 32, 20123 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3b/b5/3bb51106fb437e57f1e8fbd2ef6c8998166bc23b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="447.79" OriginalAmount="443.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48384" Longitude="9.20317" StarRating="4" HotelCode="321370|408608|Bed &amp; Breakfast" HotelName="GLAM Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 4/6, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4c/e7/4ce731cb6dc1cf7f0e3bcc23d5e0af87792dd712.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="454.16" OriginalAmount="449.66" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483619867433" Longitude="9.2045749759329" StarRating="3" HotelCode="58456|62662|Bed &amp; Breakfast" HotelName="Spice Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 05/03/2027" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Vitruvio 48, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/57/03/570333bc353ca95a1a34a309a65bb368a9549cff.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies within metres of the main train station (Stazione Centrale) and the underground stat...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="456.55" OriginalAmount="452.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4756" Longitude="9.1915" StarRating="4" HotelCode="980929|668218|Bed &amp; Breakfast" HotelName="HD8 Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/04/2027">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca Daosta 8, 20124 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/31/e1/31e1189654645c380d2ffb09bfc5ed594d5c5342.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="456.92" OriginalAmount="452.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482649" Longitude="9.203375" StarRating="4" HotelCode="10859|17719|Bed &amp; Breakfast" HotelName="Hotel Berna" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 18, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6c/70/6c708d72b88eb10feb3177cb3111ddda6a3f678f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located directly in the city centre near the main tourist attractions and the m...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="460.56" OriginalAmount="456" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478481768636" Longitude="9.1031277179718" StarRating="4" HotelCode="31169|424931" HotelName="Sheraton Milan San Siro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Caldera 21, 20153 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/98/899868b5dc78aec84fafdd0f8af2e81e65373fd3.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel lies on the outskirts of the centre of Milan. Public transport connections may be ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="463.33" OriginalAmount="458.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479220880264" Longitude="9.1457507014275" StarRating="5" HotelCode="31174|5775|Bed &amp; Breakfast" HotelName="Meliá Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Masaccio 19, 20149 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f1/15/f1153d0d4866c544a9f26d2d95a869f1e835381f.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The luxury hotel and convention centre lies close to the Fiera Campionaria in the northeast of Milan...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="466.48" OriginalAmount="461.86" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.479798245708" Longitude="9.2114192247391" StarRating="3" HotelCode="11837|1355546|Bed &amp; Breakfast" HotelName="Hotel Demidoff Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Fax,Internet,Laundry,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Plinio 2, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7a/70/7a70734e51b0522ac279fed8c10fde649b546264.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies in the city centre, around 500 m away from Piazza della Republica as well as the Sta...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="469.36" OriginalAmount="464.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483407" Longitude="9.20291" StarRating="3" HotelCode="76695|321756|Bed &amp; Breakfast" HotelName="Just Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Bar,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 29, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/33/d6/33d698409cf273d4bf5d6a1f33b209c41bcccfe3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="482.78" OriginalAmount="478" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48277" Longitude="9.18637" StarRating="4" HotelCode="31404|55211" HotelName="Tocq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Fax,Internet,Restaurant,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via A. di Tocqueville 7/D, 20154 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/cb/e6/cbe6d334bc28897616a9e3fca3f326659d5a39e4.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This appealing hotel is situated in the centre of the city of Milan only a few minutes walk from num...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="490.90" OriginalAmount="486.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.473998" Longitude="9.195996" StarRating="4" HotelCode="82894|147723|Bed &amp; Breakfast" HotelName="Manin" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Historic Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Garden,Internet,Laundry,Lounge,Restaurant,Room Service,Shopping Arcade,Spa,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Manin 7, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/42/75/4275f694b1b95d3a6981a6f7e5b85ba1136a1cb3.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in the heart of Milan, close to La Scala Theatre, the cathedral and the 'Quadri...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="495.73" OriginalAmount="490.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480266527992" Longitude="9.1495004296303" StarRating="4" HotelCode="31405|7331|Bed &amp; Breakfast" HotelName="Mini Hotel Portello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/04/2027">
        <Address>
          <AddressLines>
            <AddressLine>Via G. Silva 12 (zona fiera MilanoCity), 20149 Milano, Lombardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/d7/b6/d7b620ecfebeb08c70f9934b1daf68f46ec5dc8a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located only a stone's throw from the trade fair. The nearest underground station is t...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="497.69" OriginalAmount="492.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.484867" Longitude="9.207346" StarRating="4" HotelCode="17918|9402|Bed &amp; Breakfast" HotelName="E.c.ho." Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Andrea Doria 4, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/64/21/64211e39f4b2650a5f9a5aead2ea856cfc97e0e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is situated in the centre of the north Italian city, directly opposite the central train ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="509.04" OriginalAmount="504" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|5075-18116242/7531038412089416981/11676" HotelName="TOCQ HOTEL MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/530000/527500/527430/6372b522_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="522.17" OriginalAmount="517" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|25295-18128988/7531038412089416981/8315" HotelName="HOTEL CRISTOFORO COLOMBO - PREFERRED HOTELS AND RESORTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/900000/890300/890242/405ede60_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="525.12" OriginalAmount="519.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.451788266071" Longitude="9.2058697342873" StarRating="4" HotelCode="26713|5773|Bed &amp; Breakfast" HotelName="UNAHOTELS Mediterraneo Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Lodovico Muratori 14, Porta Romana, 20135 Milano, Lombardei</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cd/5d/cd5d4afbc64d12dc50a28e3a71a25a2b9e854fbf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable hotel is located in the historical Porta Romana quarter of the city just a few minut...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="540.35" OriginalAmount="535" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5102-28454857/7531038412089416981/2207" HotelName="B&amp;amp;B HOTEL MILANO AOSTA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1140000/1133800/1133774/7b9efab6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="542.37" OriginalAmount="537.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48437" Longitude="9.20509" StarRating="3" HotelCode="31176|mini_hotel_aosta_2" HotelName="Hotel Aosta" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 16, Stazione Centrale, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/42/7042a534a806f458414ee6a385bfd7623041f547.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is situated opposite the main train station, which offers good connections to Linate and M...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="553.48" OriginalAmount="548" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1348550-32717772/7531038412089416981/16561" HotelName="SANT'AMBROGIO APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/92000000/91790000/91789200/91789171/11536076_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="559.54" OriginalAmount="554.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.475986960214" Longitude="9.1663031280041" StarRating="3" HotelCode="57789|hotel_lancaster_3" HotelName="Lancaster" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Family-friendly Hotel,Business Hotel" CnxPolicy="Free CXL until 28/03/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Abbondio Sangiorgio 16, 20145 Milano, Lombardia</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/79/e4/79e460a3d2196cfeba57cb8740c900786e1c8cf0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a beautiful, calm, and elegant zone of Sempione, a residential district in ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="561.56" OriginalAmount="556" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12773-28562690/7531038412089416981/3744" HotelName="STARHOTELS ECHO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/3900/3825/30358cae_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="583.78" OriginalAmount="578.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.487829" Longitude="9.2028800000001" StarRating="3" HotelCode="80744|4464282|Bed &amp; Breakfast" HotelName="Monopole" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Fax,Internet,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabio Filzi 43, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/299495/20151583235934.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="587.21" OriginalAmount="581.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48529" Longitude="9.183122" StarRating="4" HotelCode="64005|75003|Bed &amp; Breakfast" HotelName="AC Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Fax,Golf,Internet,Jacuzzi,Laundry,Nightclub,Restaurant,Room Service,Sauna,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Tazzoli 2, 20154 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/11/90/1190079c88a0e62f2a5d098d93d16dcd89b2b7c5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in front of Garibaldi station and is very close to Milan's main business and sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="594.89" OriginalAmount="589" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|592151-28473962/7531038412089416981/364" HotelName="HOUSEHOLD - SETTEMBRINI 17" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/13000000/12670000/12667900/12667869/20307024_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="603.74" OriginalAmount="597.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482368" Longitude="9.175693" StarRating="4" HotelCode="13286|124848|Bed &amp; Breakfast" HotelName="Leonardo Hotel Milan City Center" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Messina 10, 20154 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/11/f0/11f0063147456c9b9089fb4283c1a8b5debc3f8d.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is in the heart of Milan, in the vicinity of the Porta Garibaldi, the fashionable Brera di...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="614.08" OriginalAmount="608" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="28.9203419" Longitude="-13.6513332" StarRating="4" HotelCode="0|53389-24167265/7531038412089416981/6988" HotelName="AXYHOTELS INNSTYLE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3 Calle Pedro Barba, PTO.CARMEN, ES</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/1000000/70000/63400/63400/491d85a9_b.jpg</HotelPictures>
        <HotelDescription>A stone¿s throw from the best in leisure and entertainment in PUERTO DEL CARMEN, the LABRANDA PLAYA CLUB are the perfect place to enjoy some free time. Of particular note are the panoramic views of the garden and of the swimming pool. The establishment has apartments of 2 bedrooms. We have Cot for children. We also have Outdoor Summer Terrace and Billiards.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="618.12" OriginalAmount="612" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.480244" Longitude="9.213263" StarRating="4" HotelCode="80801|14789" HotelName="Hotel Napoleon Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Lounge,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Ozanam 12, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a8/e8/a8e8e02ce4f9e5d622ed2ec1140439b6afa9ce09.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in a strategic location in the heart of Buenos Aires, the most famous shopping ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="622.16" OriginalAmount="616" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|143086-18132739/7531038412089416981/8519" HotelName="LEONARDO CITY CENTER (EX. HERMITAGE)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/20100/20068/cbf11d8d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="624.22" OriginalAmount="618.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.450945305545" Longitude="9.1602802276611" StarRating="4" HotelCode="59713|1422813|Bed &amp; Breakfast" HotelName="nhow Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Tortona 35, 20144 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/77/a1/77a12a9d46eb28db3c7cfa4abe38b17b50c69175.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This designer hotel lies in the southern part of Milan, close to Porta Genova train station in the l...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="624.40" OriginalAmount="618.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483112810684" Longitude="9.2032787203789" StarRating="4" HotelCode="35052|CAY321600|Bed &amp; Breakfast" HotelName="Hotel Atlantic" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/03/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 24, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/18/4e/184e234e6d68443c6361e58c638279a25a9010ed.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is centrally located just a few minutes' walk from Milan's designer shops, the Scala...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="625.19" OriginalAmount="619" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46611023803" Longitude="9.1932575310385" StarRating="4" HotelCode="428761|183062" HotelName="Duomo-apartments by Nomad Aparthotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Bar,Pets allowed">
        <Address>
          <AddressLines>
            <AddressLine>Via San Paolo 13, 20121 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/9a/7c9afadad058fe766db6efbadf237ba6a2d5aeea.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Located in the fashion district in Milan, Duomo Apartments offers a comfortable stay for guests visi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="630.24" OriginalAmount="624" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481322" Longitude="9.191761" StarRating="4" HotelCode="365236|6336" HotelName="Hotel NH Collection Milano Porta Nuova" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Melchiorre Gioia 6, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/62/ca/62ca8187ef154e078ebebe2396311a9717c37a77.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This pleasant hotel is located in the heart of the trade and business district, and is in the immedi...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="630.53" OriginalAmount="624.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477265" Longitude="9.20541" StarRating="4" HotelCode="95060|115597|Bed &amp; Breakfast" HotelName="Best Western Hotel St. George" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 02/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Laundry,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Tunisia 9, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/e6/e6b342baa0d45ac8/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This functional city hotel is located just 2 km from Milan’s city centre and only metres away from t...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="637.31" OriginalAmount="631" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|157967-28569572/7531038412089416981/3670" HotelName="H2C MILANOFIORI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3060000/3050200/3050153/92a0ab35_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="648.72" OriginalAmount="642.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.481518" Longitude="9.188625" StarRating="4" HotelCode="76670|1413769|Bed &amp; Breakfast" HotelName="Atahotel The Big" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via De Cristoforis, 6/8, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/15/157599a5e952ce32/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is only 100 m from Garibaldi train station and a short distance from the MM green line st...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="654.48" OriginalAmount="648" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.472686" Longitude="9.194347" StarRating="4" HotelCode="47283|31817" HotelName="Cavour" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Fatebenefratelli, 21, Milano 20121</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/e3/55e33525a115b1214b0404e1bc67d65c8a8e222e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in Milan's historic centre, a few steps from the Teatro alla Scala theatre and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="658.52" OriginalAmount="652" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|611179-28565693/7531038412089416981/2908" HotelName="MAGVILLE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33230000/33223000/33222931/9ac8b38a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="659.53" OriginalAmount="653" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46729286" Longitude="9.18701574" StarRating="4" HotelCode="507488|178845" HotelName="Hotel Clerici" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Apartment,Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Clerici 11, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/f0/cc/f0cc20047dde827d90120c35396ac02729e363f6.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="666.60" OriginalAmount="660" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|393425-28563834/7531038412089416981/983" HotelName="BIANCA MARIA PALACE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/13000000/12950000/12943900/12943824/f4f4d0c0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="685.79" OriginalAmount="679" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|9904-28562238/7531038412089416981/811" HotelName="HILTON MILAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/5200/5160/7e6a1b45_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="704.98" OriginalAmount="698" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.466026" Longitude="9.192203" StarRating="4" HotelCode="11617|30463" HotelName="Sina de la Ville" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Hoepli 6, 20121 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c4/fa/c4fac39154c7c7bfb6500812dd1981aff7d5f023.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="713.67" OriginalAmount="706.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.474720838754" Longitude="9.2060164179844" StarRating="4" HotelCode="401861|86522|Bed &amp; Breakfast" HotelName="Mercure Milano Centro" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Oberdan 12, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/4b/4b4fc8b2ae204307/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel is located in close proximity to the cathedral, the Teatro alla Scala and the great fashio...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="724.17" OriginalAmount="717" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1454598-32420326/7531038412089416981/2512" HotelName="CX MILAN BICOCCA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108270000/108261700/108261642/0d8c2425_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="742.35" OriginalAmount="735" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48425126" Longitude="9.21567092" StarRating="3" HotelCode="849411|387999" HotelName="Hotel Stradivari" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Antonio Stradivari 4, Piazza Argentina, 20131 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/b4/f4/b4f4144c640a3d85363c2d6f208ae76fe278b614.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="748.41" OriginalAmount="741" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|543005-28563910/7531038412089416981/738" HotelName="CLERICI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/15000000/14870000/14866500/14866472/6a97ea2b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="775.68" OriginalAmount="768" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|293714-21394969/7531038412089416981/7132" HotelName="THE SQUARE MILANO DUOMO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9390000/9385800/9385755/43a6a47f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="786.21" OriginalAmount="778.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463525791888" Longitude="9.2068085906405" StarRating="4" HotelCode="476218|602121|Bed &amp; Breakfast" HotelName="Bianca Maria Palace Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Bianca Maria 4, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/60/602121/602121a_hb_a_006.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="791.84" OriginalAmount="784" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1348631-32656738/7531038412089416981/18626" HotelName="ROSA GRAND MILANO - STARHOTELS COLLEZIONE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/10000/2900/2875/90d01a93_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="845.37" OriginalAmount="837" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|26284-28568557/7531038412089416981/1687" HotelName="UNA CUSANI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/21200/21141/992aea59_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="847.39" OriginalAmount="839" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|152990-28497893/7531038412089416981/2666" HotelName="LHP NAPOLEON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1370000/1364300/1364270/76c5c3dd_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="856.30" OriginalAmount="847.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.452565" Longitude="9.167148" StarRating="5" HotelCode="263948|394378|Bed &amp; Breakfast" HotelName="Magna Pars Suites" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Forcella 6/8, 20144 Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/2e/c3/2ec3ceb62fb770dcca5753faf7cf6a38e2301605.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
        <Offer>Special discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="857.49" OriginalAmount="849" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1277730-28475446/7531038412089416981/2705" HotelName="DUOMO HOTEL AND APARTMENTS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1277730/20211125104527730.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="865.57" OriginalAmount="857.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482138" Longitude="9.198663" StarRating="4" HotelCode="14436|hotel_marconi_4" HotelName="Marconi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Fabio Filzi 3, 20124 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/b9/79/b9799b8f558ffe7bd7dc10546871cac97d102097.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Just 1 km from the centre of Milan, this hotel is appreciated by business customers for its ideal lo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="887.80" OriginalAmount="879.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.468244" Longitude="9.207223" StarRating="5" HotelCode="177816|162413|Bed &amp; Breakfast" HotelName="Château Monfort" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Hotel de Charme,Business Hotel" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Corso Concordia 1, 20129 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/2a/fe2af287752ecca678e718d60dd36e4e9bb99cdb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located in the heart of Milan, about 800 m from Piazza San Babila, around 1 km ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="898.80" OriginalAmount="889.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463892154526" Longitude="9.1940212365367" StarRating="4" HotelCode="17917|7326|Bed &amp; Breakfast" HotelName="Rosa Grand Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Fontana 3, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fc/29/fc29decb21442da72b025e1dedf4ff5964ac98d1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated at the heart of Milan directly opposite the city's impressive Got...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="921.98" OriginalAmount="912.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.468543255004" Longitude="9.1831782460213" StarRating="4" HotelCode="16410|182229|Bed &amp; Breakfast" HotelName="UNAHOTELS Cusani Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Fax,Laundry,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Cusani 13, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/83/5283c5a20bb91b453af09c9e75c691dc5db390c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="922.13" OriginalAmount="913" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1456764-32463173/7531038412089416981/15221" HotelName="CALIMALA MILANO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/108000000/107490000/107486100/107486055/e96fd9cb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="942.33" OriginalAmount="933" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|170806-28599259/7531038412089416981/1298" HotelName="CHATEAU MONFORT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4590000/4588700/4588641/3845a1da_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="963.76" OriginalAmount="954.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48138" Longitude="9.203411" StarRating="3" HotelCode="173020|19022|Bed &amp; Breakfast" HotelName="B&amp;B Hotel Milano Central Station" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Currency Exchange,Designated Smoking Area,Internet,Laundry,Lounge,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Napo Torriani 9, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/9d/51/9d5109823f29627d374536ad3b472410a8b10cd5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant, hotel is centrally located just 100 m from the main train station. Links to the public...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="992.16" OriginalAmount="982.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.478752589289" Longitude="9.1990354657173" StarRating="5" HotelCode="18681|1380098|Bed &amp; Breakfast" HotelName="The Westin Palace, Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Golf,Internet,Laundry,Massage Centre,Nightclub,Restaurant,Room Service,Shopping Arcade,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Repubblica 20, 20124 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/68/ec/68ec2049893afe3050e39e3bd88c8f791afc77e8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This exclusive hotel is located in the centre of Milan, directly on the Piazza della Repubblica and ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1009.93" OriginalAmount="999.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.463083504114" Longitude="9.1979157227192" StarRating="4" HotelCode="258936|5753|Bed &amp; Breakfast" HotelName="NH Collection Milano President" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 03/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Largo Augusto 10, 20122 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/71/a1711795aed1cbd71158d78f1da41bcba0e2a25f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This comfortable hotel is situated in the heart of Milan just a few minutes' walk from the cathedral...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1024.14" OriginalAmount="1014" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.485789708476" Longitude="9.2018491029739" StarRating="5" HotelCode="12364|53789" HotelName="Excelsior Hotel Gallia, a Luxury Collection Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Massage Centre,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza Duca d'Aosta 9, Mailand 20124</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/32/06/3206460338b5316af2c047c9ef7fcbd7908eaa03.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This luxury hotel is located on Piazza Duca d'Aosta directly beside the main train station and just ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1032.22" OriginalAmount="1022" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|237093-28434050/7531038412089416981/2313" HotelName="YARD SUITE &amp;amp; DEPENDANCE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4570000/4562800/4562738/f517b386_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1037.27" OriginalAmount="1027" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|5064-18212783/7531038412089416981/10583" HotelName="B&amp;amp;B HOTEL MILANO CENTRAL STATION" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/80000/75200/75172/f8567cc0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1061.15" OriginalAmount="1050.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.502437" Longitude="9.221851" StarRating="4" HotelCode="20863|17714|Bed &amp; Breakfast" HotelName="Best Western Antares Hotel Concorde" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Business Hotel" CnxPolicy="Free CXL until 22/03/2027" HotelFacility="Air Conditioning,Bar,Bicycle Rental,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Monza 132, 20127 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/89/c3/89c30fa375cf3cf50b5b010ada6c242118ec2892.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel is located just a short walk from Milan's most famous shopping streets. Countless sh...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1098.69" OriginalAmount="1087.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.467185" Longitude="9.142714" StarRating="4" HotelCode="17018|17715|Bed &amp; Breakfast" HotelName="Antares Rubens" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 22/03/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Jacuzzi,Laundry,Lounge,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Pietro Paolo Rubens 21, 20148 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/81/86/8186cbc05fe8f5b235bef63afc209d2060382eb7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This elegant luxury hotel is ideally located just a few metres from the Corso Vercelli and its score...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1113.02" OriginalAmount="1102" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.483208480708" Longitude="9.1775810210885" StarRating="4" HotelCode="527391|227300" HotelName="Hotel Viu Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Massage Centre,Room Service,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Aristotile Fioravanti 6, 20154 Mailand, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/a8/5aa83414e1d4f50e09b567485a2532eb67612c78.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1130.19" OriginalAmount="1119" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|324746-18211474/7531038412089416981/17623" HotelName="ME MILAN - IL DUCA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9700000/9690200/9690122/fb313b37_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1147.36" OriginalAmount="1136" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|233971-28599909/7531038412089416981/3035" HotelName="MAGNA PARS L'HOTEL A PARFUM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/6000000/5480000/5478600/5478506/f673d841_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1164.53" OriginalAmount="1153.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.47938999" Longitude="9.19628772" StarRating="5" HotelCode="317060|me_milan__il_duca" HotelName="ME Milan Il Duca" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Piazza della Republica 13, Milan, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/85/f4/85f4a9ba4912d621f4ba0ae3c8a8f9708a897768.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1201.90" OriginalAmount="1190" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|611166-18322715/7531038412089416981/14117" HotelName="INDIGO MILAN - CORSO MONFORTE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19370000/19367100/19367023/e1fbbf98_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1228.16" OriginalAmount="1216" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465172016861" Longitude="9.1892640352166" StarRating="4" HotelCode="424248|177059" HotelName="Room Mate Giulia Milán" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Internet,Laundry,Lounge,Massage Centre,Sauna">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 4, 20121 Milán, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/80/a7/80a7f0b6d612c0d3e0a4b234a756035a4581ceca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1233.60" OriginalAmount="1221.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470900142825" Longitude="9.1841357946396" StarRating="5" HotelCode="192152|191213|Bed &amp; Breakfast" HotelName="Style Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 31/03/2027" HotelFacility="Air Conditioning,Fax,Internet,Jacuzzi,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via delle Erbe, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/19/191213/191213a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1291.79" OriginalAmount="1279" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.495027" Longitude="9.141701" StarRating="4" HotelCode="335608|20532" HotelName="Raffaello" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Viale Certosa 108, 20156 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/a3/4c/a34c73b0972474d8abf2b0d1a2a9d62434af4455.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1299.87" OriginalAmount="1287" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|394238-28581807/7531038412089416981/1677" HotelName="ROOM MATE GIULIA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/14000000/13320000/13318100/13318091/c0635d68_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1300.97" OriginalAmount="1288.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465877" Longitude="9.189256" StarRating="5" HotelCode="117700|125428|Bed &amp; Breakfast" HotelName="Galleria Vik Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Internet,Laundry,Restaurant,Room Service,Shopping Arcade,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Silvio Pellico 8, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/8c/49/8c49707418bd9762b344757aa132a8a406dbc9b7.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This city hotel enjoys an idyllic location in the celebrated Galleria Vittorio Emanuele II shopping ...</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1346.33" OriginalAmount="1333" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46403933101" Longitude="9.2088905328435" StarRating="5" HotelCode="448421|179942" HotelName="Fifty House Luxury Hotel Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Currency Exchange,Internet,Laundry,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Benvenuto Cellini 14, 20129 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/extranet/43/7b/437b4044fc4e14095d42c40ef30480c36dd28c97.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1372.59" OriginalAmount="1359" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|234099-28454909/7531038412089416981/2269" HotelName="DEMO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/2000000/1210000/1206900/1206887/e04f601b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1404.91" OriginalAmount="1391" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.477652372288" Longitude="9.2017418146133" StarRating="4" HotelCode="31175|17820" HotelName="NH Milano Machiavelli" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Telephone Service,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Via Lazzaretto 5, 20124 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/1b/5d/1b5d50d492ebeed9d68378f53d33c9fcf1fdc566.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The comfortable hotel is located at the heart of Milan in the Porta Venezia and Corso Buenos Aires d...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1426.12" OriginalAmount="1412" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|887619-18865370/7531038412089416981/9091" HotelName="BANDB MILANO CITY CENTER DUOMO" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/48000000/47090000/47081700/47081607/3b922bd1_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1430.16" OriginalAmount="1416" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.46718225" Longitude="9.20191466" StarRating="0" HotelCode="571833|238206" HotelName="Hotel Monforte 27" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Bar,Internet,Restaurant">
        <Address>
          <AddressLines>
            <AddressLine>Corso Monforte 27, 20122 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ba/60/ba60f55f598f525e9e831b67bb1e25e1465f6d4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1453.39" OriginalAmount="1439" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|874978-28460153/7531038412089416981/3203" HotelName="HEMI SUITES" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/874978/20201014144415784.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="1471.57" OriginalAmount="1457" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.49940651" Longitude="9.22306664" StarRating="3" HotelCode="770134|344134" HotelName="Hotel H21" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Valtorta 21, 20127 Milan, Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c9/15/c9154ace7643a11ac3bb23cf1dc41d40553a2410.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1690.74" OriginalAmount="1674" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|591994-28501685/7531038412089416981/2576" HotelName="H21" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/29000000/28830000/28822000/28821957/c43ca393_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1896.78" OriginalAmount="1878" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|30392-32597296/7531038412089416981/3360" HotelName="STRAF MILAN A MEMBER OF DESIGNS" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/1000000/995700/995633/656c572a_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2063.43" OriginalAmount="2043" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|12770-28577610/7531038412089416981/2604" HotelName="MILAN MARRIOTT" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/30000/22900/22860/55b09346_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2074.89" OriginalAmount="2054.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465298078173" Longitude="9.1910452693929" StarRating="4" HotelCode="82248|3363506|Bed &amp; Breakfast" HotelName="STRAFhotel&amp;bar A Member of Design Hotels" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Bar,Conference Hall,Fax,Internet,Nightclub,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via San Raffaele 3, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/82/df8217e5363fdfc24e0445c2ec7755a11f39102d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2136.15" OriginalAmount="2115" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|67610-28579032/7531038412089416981/2870" HotelName="DUO MILAN PORTA NUOVA, A TRIBUTE PORTFOLIO HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/790000/789100/789026/668c883d_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="2146.25" OriginalAmount="2125" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.461108913711" Longitude="9.154132604599" StarRating="4" HotelCode="31172|17366" HotelName="Marriott Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Fax,Internet,Laundry,Restaurant,Room Service,Sauna,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Washington 66, 20146 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/22/77223da6e65717a0ab526c705107125de89840ae.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in a residential area at the heart of Milan only a few minutes walk from the e...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2178.57" OriginalAmount="2157" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1352556-23863957/7531038412089416981/231" HotelName="CASA BAGLIONI MILAN - THE LEADING HOTELS OF THE WORLD" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/89000000/88650000/88640500/88640484/750449c7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2318.29" OriginalAmount="2295.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.48491716848" Longitude="9.1981154680252" StarRating="4" HotelCode="29246|1129309|Bed &amp; Breakfast" HotelName="Four Points By Sheraton Milan Centre" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="City Hotel,Conference Hotel,Business Hotel" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Designated Smoking Area,Diet Meals,Fax,Internet,Laundry,Lounge,Massage Centre,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Gerolamo Cardano 1, 20124 Milano, Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/51/a2/51a2a00fd48e6b25fea53b675db99050bc6facef.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel lies right at the heart of the shopping quarter. Links to the public transport network ar...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2418.34" OriginalAmount="2394.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.482512" Longitude="9.224143" StarRating="3" HotelCode="268052|375342|Bed &amp; Breakfast" HotelName="Oasi Village Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="Village" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Currency Exchange,Fax,Internet,Jacuzzi,Laundry,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Viale Lombardia 20, 20131 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c1/60/c160b99df726c84d536cfcfc87f3f631545eab4b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This holiday village is located in Milan. The nearest airport is Mailand (MIL).</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="2984.70" OriginalAmount="2955.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.465496" Longitude="9.188925" StarRating="5" HotelCode="26216|7332|Bed &amp; Breakfast" HotelName="Park Hyatt Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/04/2027" HotelFacility="Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Jacuzzi,Lounge,Massage Centre,Restaurant,Room Service,Sauna,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Tommaso Grossi 1, 20121 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/52/dc/52dc4cdd4f72d90d85acfea56aae18fefe7b2daf.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This top-notch luxury hotel is located in hip Italian fashion capital of Milan. The hotel enjoys an ...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3551.16" OriginalAmount="3516" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1397872-28599468/7531038412089416981/4291" HotelName="PALAZZO CORDUSIO, A GRAN MELIÁ HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/95000000/95000000/94999000/94998930/f736c14e_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3667.73" OriginalAmount="3631.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.469230769174" Longitude="9.1986264288425" StarRating="5" HotelCode="26032|5754|Bed &amp; Breakfast" HotelName="Baglioni Hotel Carlton" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" 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">
        <Address>
          <AddressLines>
            <AddressLine>Via Senato 5, 20121 Mailand</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/e9/b0/e9b0dd7c7f3d563c969516d0abc6129d3ffe58d5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;Affording a view of the Via Della Spiga, this luxury hotel is situated directly in the exclusive fas...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3773.36" OriginalAmount="3736" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|18206-32392769/7531038412089416981/201" HotelName="THE CARLTON, A ROCCO FORTE HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/1000000/450000/449200/449149/c2f8cee0_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="3834.45" OriginalAmount="3796.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.469473584945" Longitude="9.1909645693115" StarRating="5" HotelCode="311425|557629|Bed &amp; Breakfast" HotelName="Mandarin Oriental Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Fax,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Andegari 9, 20121 Milan</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/1e/f41e6ab1f781435270bacf03a8da832579815aea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Linate (LIN).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="3874.36" OriginalAmount="3836" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|143091-18137267/7531038412089416981/14197" HotelName="SINA THE GRAY" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/909500/909470/0104f24b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="4012.78" OriginalAmount="3973.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.469972823623" Longitude="9.1923916339874" StarRating="5" HotelCode="28577|5756|Bed &amp; Breakfast" HotelName="Grand et de Milan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 05/04/2027" HotelFacility="Air Conditioning,Bar,Central Heating,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Via Manzoni 29, 20121 Milan, Lonbardy</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/bd/ec/bdec8e33554b2ac2444bea92b8df900e7bf5304c.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;The exclusive city hotel lies at the heart of Milan. Many shopping venues and countless entertainmen...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="27" TotalAmount="4757.10" OriginalAmount="4710" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.470112016524" Longitude="9.1897416114807" StarRating="5" HotelCode="30030|55360" HotelName="Bulgari Hotel Milano" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Via Privata Fratelli Gabba 7/b, 20121 Milano</AddressLine>
          </AddressLines>
          <CityName>Milan</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ac/c1/acc1277984372feb7af8287dd5e42b071ef4f6dc.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Milan.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Bar,Conference Hall,Designated Smoking Area,Fax,Internet,Restaurant,Room Service,Sauna,Swimming Pool,Telephone Service,Currency Exchange,Golf,Laundry,Central Heating,Lounge,Massage Centre,Bicycle Rental,Diet Meals,Garden,Jacuzzi,Nightclub,Shopping Arcade,Wheelchair Access,Kitchen,Spa,Pets allowed,Heated Pool,Airport Transfer (on Demand)</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>CITY HOTEL,CONFERENCE HOTEL,HOTEL,ECO HOTEL,FAMILY-FRIENDLY HOTEL,BUSINESS HOTEL,HOTEL DE CHARME,SPA HOTEL,VILLAGE,APARTMENT,HISTORIC HOTEL,INNS,AIRPORT HOTEL,APARTMENT HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
21646fa1-6550-4047-a733-eca3a73d6ad5|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="21646fa1-6550-4047-a733-eca3a73d6ad5">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-20T00:00:00" End="2026-08-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
21646fa1-6550-4047-a733-eca3a73d6ad5|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
21646fa1-6550-4047-a733-eca3a73d6ad5|HotelbedsSearch|supplier interation failed||HotelBeds|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
21646fa1-6550-4047-a733-eca3a73d6ad5|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
21646fa1-6550-4047-a733-eca3a73d6ad5|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
21646fa1-6550-4047-a733-eca3a73d6ad5|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:14:00.5986854+01:00" Version="0" EchoToken="Search" TransactionIdentifier="21646fa1-6550-4047-a733-eca3a73d6ad5" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="22.12" OriginalAmount="21.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47491084" Longitude="39.63219496" StarRating="0" HotelCode="761358|2527015" HotelName="Al Eairy Furnished Apartment Al Madinah 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Hizam Road, Prince Abdul Majid Road, Medina 52261</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/5a/da5a8094445a6c2178bd08bbedfcdff79e75153a.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.67" OriginalAmount="22.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4858102" Longitude="39.6085145" StarRating="0" HotelCode="701629|2525075" HotelName="Al Eairy Apartments Madinah 9" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sayyid Ash Shuhada Street, Next To Ambar Sery Mosque, Al Madinah 52261</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/3c/3e3c4f08db197d95a110ce7dcc7098242f42ab94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.35" OriginalAmount="47.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248" HotelName="Al Mukhtara International Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="53.09" OriginalAmount="52.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|2525015" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48686113" Longitude="39.64810415" StarRating="0" HotelCode="777242|hafawah_suites" HotelName="Hafawah Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Road, Opposite Alrashid Mall, Medina 42319</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/13/7413dbe1c04033e3947f0c594cc73f068fb05d85.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471806444444" Longitude="39.609406222222" StarRating="3" HotelCode="417174|al_aqeeq_hotel__by_al_rawda" HotelName="Hotel Rawda Al Aqiq" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Manakhah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/4b/204b8c66f2348a9e42ff44faa615a24c8709a3cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.58" OriginalAmount="58.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47824427" Longitude="39.65203855" StarRating="3" HotelCode="611529|doosh_teeba_hotel_suites" HotelName="Doosh Teeba Hotel Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Prince Muqrin Ibn Abdulaziz, Al Aridh, Al Madinah 42317</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/9c/c59cace556b0484654cc9d0213decfbc4686a5b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.51" OriginalAmount="60.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47329" Longitude="39.60898" StarRating="4" HotelCode="310083|1695968" HotelName="Zowar International Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Central Area, P.O. 42311, Madina, Al Munnawarra?</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629984/629984a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.27" OriginalAmount="61.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|2292975" HotelName="Odst Al Madinah Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.42" OriginalAmount="63.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|2292965" HotelName="Nusk Al Madinah" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47189596" Longitude="39.6063055" StarRating="4" HotelCode="356750|jewar_al_saqefah_hotel" HotelName="Jewar Al Saqefah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Umm Salmah Bent Abi Umiah Street, Central Area, Al Madinah 00966</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/05/f805ad21ca9ddfc89dcc02f8ffad290d5e517153.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47282562" Longitude="39.60682845" StarRating="4" HotelCode="351867|al_eiman_taibah" HotelName="Al Eiman Taibah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central North, Al Madinah 55555</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/e4/a6e4a7f0e1fd1a66379ccac29b36f70b092bf2c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of facilities and services to ensure a comfortable stay. Individual storeys...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="67.13" OriginalAmount="66.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.550404312371" Longitude="39.718454923116" StarRating="5" HotelCode="757151|2322255" HotelName="Millennium Madinah Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 15/08/2026" HotelFacility="24 Hour Security,Air Conditioning,Banquet Hall,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Garden,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Prince Mohammed Bin Abdulaziz International Airport, Madinah 42342</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/46/ca467fdd8197c82573cd3d6f40f0490102192c6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A newly built Millennium Madinah Airport boasts 227 comfortable guest rooms &amp; suites across six floo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48954135" Longitude="39.56409616" StarRating="5" HotelCode="80156|le_meridien_medina" HotelName="Le Meridien Medina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road, PO Box 1735, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/24/c224bf893b45e94d60fa8c053abc791397270039.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="68.93" OriginalAmount="68.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|35724" HotelName="Madinah Mövenpick Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.70" OriginalAmount="70.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4635672" Longitude="39.60744048" StarRating="0" HotelCode="701633|al_wahaa_hotel" HotelName="Al Waha Al Roda Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Central Area South</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/33/6033b329d4ca97e8bd8511ba58d993dfb02b8ba8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|nozol_al_shakreen_hotel" HotelName="Nozol Al Shakreen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.91" OriginalAmount="73.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.466517701437" Longitude="39.603623413036" StarRating="3" HotelCode="392259|2345045" HotelName="Al Eiman Ohud Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Street, Western Central, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/4b/934be69117a8f3e5eccec8f8bbc24866aed42c46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.40" OriginalAmount="74.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|2345385" HotelName="Saja Al Madinah" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.26" OriginalAmount="77.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|1658548" HotelName="Leader Al Muna Kareem Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.72" OriginalAmount="78.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355" HotelName="Tulip Inn Al Dar Madinah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46902438" Longitude="39.60405428" StarRating="1" HotelCode="615699|taba_alsalam_hotel" HotelName="Taba Al Salam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad bin Zaid al Korashy Street, Al Markazeya West, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/0d/470daea8c3ac4d803e2c84efe25cdb7d6f0e0ab0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4687162" Longitude="39.60422509" StarRating="4" HotelCode="351550|al_ameen_crom_hotel" HotelName="AlAmeen CROM Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Restaurant,Room Service,Spa,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Alsalam road, Madinah 55555</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d6/47d6f6857a9e64976735a0b8a80dc2a1b9143293.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Al Ameen CROM Hotel places you in the heart of Medina, c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="82.58" OriginalAmount="81.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463882" Longitude="39.610066" StarRating="4" HotelCode="207932|917335" HotelName="Crowne Plaza Madinah" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street Between 1st Ring Road, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/3f/c73fb6cb9ae21983ccdf719e941356fedbe0260c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="85.52" OriginalAmount="84.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|1682738" HotelName="Millennium Taiba Hotel Madina" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/08/2026" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|pullman_zamzam_madina_" HotelName="Hotel Pullman ZamZam Madinah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47110066" Longitude="39.60646085" StarRating="3" HotelCode="351666|mawaddah_al_safwa" HotelName="Mawaddah Al Safwa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/08/2026" HotelFacility="Air Conditioning,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Abdul Mohsen Bin Abdulaziz Street, Madinah 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/21/5021dd39020a5607443203e17f199b21ae9d5c5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.09" OriginalAmount="92.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505" HotelName="Royal Inn Al Rawda" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47122151" Longitude="39.60930713" StarRating="3" HotelCode="416974|al_majeedi_arac_suites_" HotelName="Elaf Al Majeedi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Front Line Of Prophet Mosque, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/ce/fece671a2915605625b9071b207cd8f51ad1224d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most of the storeys are easily accessible by lift. A cash machine, a newspaper stand and a hairdress...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47348164" Longitude="39.61311597" StarRating="5" HotelCode="353519|al_eiman_royal_hotel" HotelName="Al Eiman Royal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area North, Al Madina, 20012 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/6f/1a6fabef202b86adb2fc6e6ffcec780c7178ee54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.19" OriginalAmount="99.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471382519462" Longitude="39.612612187647" StarRating="4" HotelCode="236168|2520835" HotelName="Golden Tulip Al Zahabi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/12/5512363ab285c5a263cefbee18608b2561c00e72.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="108.49" OriginalAmount="107.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|1520156" HotelName="Mövenpick Anwar Al Madinah" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="109.08" OriginalAmount="108.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300" HotelName="Millennium Al Aqeeq Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/08/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.09" OriginalAmount="109.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|holiday_villa_madinah_2" HotelName="Rove Al Madinah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.09" OriginalAmount="109.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47271126" Longitude="39.61049887" StarRating="4" HotelCode="358709|royal_inn_" HotelName="Nozol Royal Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abi Obaida ibn Aljarrah Street, North Central Area, Madinah 99999</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/dd/dfdd224be95a057eabf7558aa127f83aab9063a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.10" OriginalAmount="110.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|elaf_taiba_hotel_2" HotelName="Elaf Taiba Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="112.12" OriginalAmount="111.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|21954" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.69" OriginalAmount="113.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|2391035" HotelName="Marriott Executive Apartments Madinah" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0f8617ce8709cd0e9c938559a95054e03fe6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.97" OriginalAmount="121.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635" HotelName="Royal Dyar Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.28" OriginalAmount="128.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4721477" Longitude="39.61198578" StarRating="4" HotelCode="352214|dallah_taibah_hotel" HotelName="Dallah Taibah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Meeting Room,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zar Street, PO Box 6747, Madinah Al-Munawarah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/0d/1b0d5e12d9d7effc2b2c3b189d5466d913fce4b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Dallah Taibah Hotel in Medina, you'll be in a shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47191172685" Longitude="39.613252208836" StarRating="5" HotelCode="98069|al_haram_hotel_by_al_rawda" HotelName="Al Haram Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 25739, Al-Madinah al-Munawwarah 41476</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/41/8d41f05b47356e1596e1f72eaf5ddabbf7ebaf62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="161.37" OriginalAmount="159.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|897695" HotelName="Shaza Al Madina" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="162.64" OriginalAmount="161.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|CAM375700" HotelName="Hilton Madinah" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="171.38" OriginalAmount="169.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|1368483" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.83" OriginalAmount="183.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|dar_al_iman_intercontinental" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="209.37" OriginalAmount="207.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="223.17" OriginalAmount="220.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|22004" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2116.19" OriginalAmount="2095.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535" HotelName="Al Mukhtara Al Gharbi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2333.10" OriginalAmount="2310.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="0" HotelCode="835434|al_mokhtara_al_gharbi_hotel" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2432.08" OriginalAmount="2408.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|al_mukhtara_tower" HotelName="Al Mukhtara Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Fax,Internet,Spa,Telephone Service,Lounge,Restaurant,Room Service,Conference Hall,Kitchen,Laundry,Jacuzzi,24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Meeting Room,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,24 Hour Front Desk,24 Hour Room Service,Coffee Shop,Concierge,Dry Cleaning,Elevator,Housekeeping,LCD/Projector,Luggage Storage,Central Heating,Designated Smoking Area,Dining,Garden</BasicAmenities>
    <HotelRating>5,4,3,1,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
21646fa1-6550-4047-a733-eca3a73d6ad5|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="21646fa1-6550-4047-a733-eca3a73d6ad5">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-20T00:00:00" End="2026-08-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
21646fa1-6550-4047-a733-eca3a73d6ad5|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
21646fa1-6550-4047-a733-eca3a73d6ad5|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:15:23.2861717+01:00" Version="0" EchoToken="Search" TransactionIdentifier="21646fa1-6550-4047-a733-eca3a73d6ad5" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="53.09" OriginalAmount="52.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|2525015|Bed &amp; Breakfast" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.95" OriginalAmount="60.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248|Bed &amp; Breakfast" HotelName="Al Mukhtara International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|nozol_al_shakreen_hotel" HotelName="Nozol Al Shakreen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.15" OriginalAmount="74.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|2292975|Bed &amp; Breakfast" HotelName="Odst Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.97" OriginalAmount="79.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47329" Longitude="39.60898" StarRating="4" HotelCode="310083|1695968|Bed &amp; Breakfast" HotelName="Zowar International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Central Area, P.O. 42311, Madina, Al Munnawarra?</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629984/629984a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.59" OriginalAmount="80.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|2292965|Bed &amp; Breakfast" HotelName="Nusk Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.59" OriginalAmount="85.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47282562" Longitude="39.60682845" StarRating="4" HotelCode="351867|2347035|Bed &amp; Breakfast" HotelName="Al Eiman Taibah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central North, Al Madinah 55555</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/e4/a6e4a7f0e1fd1a66379ccac29b36f70b092bf2c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of facilities and services to ensure a comfortable stay. Individual storeys...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.46" OriginalAmount="86.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|1658548|Bed &amp; Breakfast" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.96" OriginalAmount="87.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|35724|Bed &amp; Breakfast" HotelName="Madinah Mövenpick Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="93.38" OriginalAmount="92.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.550404312371" Longitude="39.718454923116" StarRating="5" HotelCode="757151|9971998|Bed &amp; Breakfast" HotelName="Millennium Madinah Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="24 Hour Security,Air Conditioning,Banquet Hall,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Garden,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Prince Mohammed Bin Abdulaziz International Airport, Madinah 42342</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/46/ca467fdd8197c82573cd3d6f40f0490102192c6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A newly built Millennium Madinah Airport boasts 227 comfortable guest rooms &amp; suites across six floo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.80" OriginalAmount="94.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48954135" Longitude="39.56409616" StarRating="5" HotelCode="80156|1622948|Bed &amp; Breakfast" HotelName="Le Meridien Medina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road, PO Box 1735, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/24/c224bf893b45e94d60fa8c053abc791397270039.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.78" OriginalAmount="96.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355|Bed &amp; Breakfast" HotelName="Tulip Inn Al Dar Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.19" OriginalAmount="99.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471382519462" Longitude="39.612612187647" StarRating="4" HotelCode="236168|2520835|Bed &amp; Breakfast" HotelName="Golden Tulip Al Zahabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/12/5512363ab285c5a263cefbee18608b2561c00e72.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="103.30" OriginalAmount="102.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|71782436|Bed &amp; Breakfast" HotelName="Saja Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="107.81" OriginalAmount="106.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Bed &amp; Breakfast" HotelName="Hotel Pullman ZamZam Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.87" OriginalAmount="107.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505|Bed &amp; Breakfast" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|marriott_executive_apartments_madinah" HotelName="Marriott Executive Apartments Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0f8617ce8709cd0e9c938559a95054e03fe6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="117.42" OriginalAmount="116.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463882" Longitude="39.610066" StarRating="4" HotelCode="207932|1514050|Bed &amp; Breakfast" HotelName="Crowne Plaza Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street Between 1st Ring Road, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/3f/c73fb6cb9ae21983ccdf719e941356fedbe0260c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="118.99" OriginalAmount="117.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611|Bed &amp; Breakfast" HotelName="Millennium Taiba Hotel Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="122.01" OriginalAmount="120.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|2795947|Bed &amp; Breakfast" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="135.04" OriginalAmount="133.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300|Bed &amp; Breakfast" HotelName="Millennium Al Aqeeq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/08/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.27" OriginalAmount="142.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|2346695|Bed &amp; Breakfast" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.24" OriginalAmount="151.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635|Bed &amp; Breakfast" HotelName="Royal Dyar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="165.08" OriginalAmount="163.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|CAS397300|Bed &amp; Breakfast" HotelName="Mövenpick Anwar Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="171.38" OriginalAmount="169.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|1368483|Bed &amp; Breakfast" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="191.34" OriginalAmount="189.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|CAM375700|Bed &amp; Breakfast" HotelName="Hilton Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="202.04" OriginalAmount="200.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|2891071|Bed &amp; Breakfast" HotelName="Shaza Al Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="206.89" OriginalAmount="204.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|1710634|Bed &amp; Breakfast" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="209.37" OriginalAmount="207.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144|Bed &amp; Breakfast" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="223.17" OriginalAmount="220.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|22004|Bed &amp; Breakfast" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2116.19" OriginalAmount="2095.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535|Bed &amp; Breakfast" HotelName="Al Mukhtara Al Gharbi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2333.10" OriginalAmount="2310.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="0" HotelCode="835434|al_mokhtara_al_gharbi_hotel" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2432.08" OriginalAmount="2408.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|al_mukhtara_tower" HotelName="Al Mukhtara Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service,Jacuzzi,24 Hour Security,Banquet Hall,Business Centre,Currency Exchange,Designated Smoking Area,Dining,Garden,Laundry,Meeting Room,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Kitchen,Airport Transfer (on Demand),Central Heating</BasicAmenities>
    <HotelRating>5,4,3,1,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
21646fa1-6550-4047-a733-eca3a73d6ad5|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="21646fa1-6550-4047-a733-eca3a73d6ad5">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-20T00:00:00" End="2026-08-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
21646fa1-6550-4047-a733-eca3a73d6ad5|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
21646fa1-6550-4047-a733-eca3a73d6ad5|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:15:29.3798132+01:00" Version="0" EchoToken="Search" TransactionIdentifier="21646fa1-6550-4047-a733-eca3a73d6ad5" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="22.12" OriginalAmount="21.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47491084" Longitude="39.63219496" StarRating="0" HotelCode="761358|2527015" HotelName="Al Eairy Furnished Apartment Al Madinah 3" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Hizam Road, Prince Abdul Majid Road, Medina 52261</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/da/5a/da5a8094445a6c2178bd08bbedfcdff79e75153a.PNG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="22.67" OriginalAmount="22.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4858102" Longitude="39.6085145" StarRating="0" HotelCode="701629|2525075" HotelName="Al Eairy Apartments Madinah 9" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sayyid Ash Shuhada Street, Next To Ambar Sery Mosque, Al Madinah 52261</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/3e/3c/3e3c4f08db197d95a110ce7dcc7098242f42ab94.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="48.35" OriginalAmount="47.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248" HotelName="Al Mukhtara International Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="53.09" OriginalAmount="52.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|2525015" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="56.56" OriginalAmount="56.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48686113" Longitude="39.64810415" StarRating="0" HotelCode="777242|hafawah_suites" HotelName="Hafawah Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Road, Opposite Alrashid Mall, Medina 42319</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/13/7413dbe1c04033e3947f0c594cc73f068fb05d85.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="57.57" OriginalAmount="57.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471806444444" Longitude="39.609406222222" StarRating="3" HotelCode="417174|al_aqeeq_hotel__by_al_rawda" HotelName="Hotel Rawda Al Aqiq" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Manakhah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/4b/204b8c66f2348a9e42ff44faa615a24c8709a3cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="58.58" OriginalAmount="58.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47824427" Longitude="39.65203855" StarRating="3" HotelCode="611529|doosh_teeba_hotel_suites" HotelName="Doosh Teeba Hotel Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Prince Muqrin Ibn Abdulaziz, Al Aridh, Al Madinah 42317</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/9c/c59cace556b0484654cc9d0213decfbc4686a5b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="61.51" OriginalAmount="60.90" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47329" Longitude="39.60898" StarRating="4" HotelCode="310083|1695968" HotelName="Zowar International Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Central Area, P.O. 42311, Madina, Al Munnawarra?</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629984/629984a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="62.27" OriginalAmount="61.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|2292975" HotelName="Odst Al Madinah Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="64.42" OriginalAmount="63.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|2292965" HotelName="Nusk Al Madinah" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47189596" Longitude="39.6063055" StarRating="4" HotelCode="356750|jewar_al_saqefah_hotel" HotelName="Jewar Al Saqefah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Umm Salmah Bent Abi Umiah Street, Central Area, Al Madinah 00966</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/05/f805ad21ca9ddfc89dcc02f8ffad290d5e517153.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="64.64" OriginalAmount="64.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47282562" Longitude="39.60682845" StarRating="4" HotelCode="351867|al_eiman_taibah" HotelName="Al Eiman Taibah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central North, Al Madinah 55555</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/e4/a6e4a7f0e1fd1a66379ccac29b36f70b092bf2c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of facilities and services to ensure a comfortable stay. Individual storeys...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="67.67" OriginalAmount="67.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48954135" Longitude="39.56409616" StarRating="5" HotelCode="80156|le_meridien_medina" HotelName="Le Meridien Medina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road, PO Box 1735, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/24/c224bf893b45e94d60fa8c053abc791397270039.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="70.70" OriginalAmount="70.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4635672" Longitude="39.60744048" StarRating="0" HotelCode="701633|al_wahaa_hotel" HotelName="Al Waha Al Roda Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Central Area South</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/33/6033b329d4ca97e8bd8511ba58d993dfb02b8ba8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|nozol_al_shakreen_hotel" HotelName="Nozol Al Shakreen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="73.91" OriginalAmount="73.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.466517701437" Longitude="39.603623413036" StarRating="3" HotelCode="392259|2345045" HotelName="Al Eiman Ohud Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Street, Western Central, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/4b/934be69117a8f3e5eccec8f8bbc24866aed42c46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="75.60" OriginalAmount="74.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.550404312371" Longitude="39.718454923116" StarRating="5" HotelCode="757151|9971998" HotelName="Millennium Madinah Airport" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="24 Hour Security,Air Conditioning,Banquet Hall,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Garden,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Prince Mohammed Bin Abdulaziz International Airport, Madinah 42342</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/46/ca467fdd8197c82573cd3d6f40f0490102192c6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A newly built Millennium Madinah Airport boasts 227 comfortable guest rooms &amp; suites across six floo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="76.76" OriginalAmount="76.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|saja_al_madinah_hotel" HotelName="Saja Al Madinah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="78.26" OriginalAmount="77.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|1658548" HotelName="Leader Al Muna Kareem Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.72" OriginalAmount="78.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355" HotelName="Tulip Inn Al Dar Madinah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="80.80" OriginalAmount="80.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46902438" Longitude="39.60405428" StarRating="1" HotelCode="615699|taba_alsalam_hotel" HotelName="Taba Al Salam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad bin Zaid al Korashy Street, Al Markazeya West, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/0d/470daea8c3ac4d803e2c84efe25cdb7d6f0e0ab0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="81.50" OriginalAmount="80.69" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|1341825" HotelName="Madinah Mövenpick Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="81.81" OriginalAmount="81.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4687162" Longitude="39.60422509" StarRating="4" HotelCode="351550|al_ameen_crom_hotel" HotelName="AlAmeen CROM Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Restaurant,Room Service,Spa,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Alsalam road, Madinah 55555</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d6/47d6f6857a9e64976735a0b8a80dc2a1b9143293.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Al Ameen CROM Hotel places you in the heart of Medina, c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="85.85" OriginalAmount="85.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|pullman_zamzam_madina_" HotelName="Hotel Pullman ZamZam Madinah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="87.69" OriginalAmount="86.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463882" Longitude="39.610066" StarRating="4" HotelCode="207932|1514050" HotelName="Crowne Plaza Madinah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street Between 1st Ring Road, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/3f/c73fb6cb9ae21983ccdf719e941356fedbe0260c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="87.87" OriginalAmount="87.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47110066" Longitude="39.60646085" StarRating="3" HotelCode="351666|mawaddah_al_safwa" HotelName="Mawaddah Al Safwa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/08/2026" HotelFacility="Air Conditioning,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Abdul Mohsen Bin Abdulaziz Street, Madinah 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/21/5021dd39020a5607443203e17f199b21ae9d5c5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="93.09" OriginalAmount="92.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505" HotelName="Royal Inn Al Rawda" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="93.93" OriginalAmount="93.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47122151" Longitude="39.60930713" StarRating="3" HotelCode="416974|al_majeedi_arac_suites_" HotelName="Elaf Al Majeedi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Front Line Of Prophet Mosque, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/ce/fece671a2915605625b9071b207cd8f51ad1224d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most of the storeys are easily accessible by lift. A cash machine, a newspaper stand and a hairdress...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="98.57" OriginalAmount="97.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611" HotelName="Millennium Taiba Hotel Madina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="98.98" OriginalAmount="98.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47348164" Longitude="39.61311597" StarRating="5" HotelCode="353519|al_eiman_royal_hotel" HotelName="Al Eiman Royal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area North, Al Madina, 20012 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/6f/1a6fabef202b86adb2fc6e6ffcec780c7178ee54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.19" OriginalAmount="99.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471382519462" Longitude="39.612612187647" StarRating="4" HotelCode="236168|2520835" HotelName="Golden Tulip Al Zahabi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/12/5512363ab285c5a263cefbee18608b2561c00e72.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="108.49" OriginalAmount="107.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|1520156" HotelName="Mövenpick Anwar Al Madinah" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="109.08" OriginalAmount="108.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300" HotelName="Millennium Al Aqeeq Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/08/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.09" OriginalAmount="109.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|holiday_villa_madinah_2" HotelName="Rove Al Madinah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="110.09" OriginalAmount="109.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47271126" Longitude="39.61049887" StarRating="4" HotelCode="358709|royal_inn_" HotelName="Nozol Royal Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abi Obaida ibn Aljarrah Street, North Central Area, Madinah 99999</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/dd/dfdd224be95a057eabf7558aa127f83aab9063a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="111.10" OriginalAmount="110.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|elaf_taiba_hotel_2" HotelName="Elaf Taiba Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 15/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="113.74" OriginalAmount="112.61" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|2795947" HotelName="InterContinental Dar Al Hijra" Meals="ROOM ONLY,BED &amp; BREAKFAST,BREAKFAST FOR 2,HALF BOARD" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="114.69" OriginalAmount="113.55" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|2391035" HotelName="Marriott Executive Apartments Madinah" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 16/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0f8617ce8709cd0e9c938559a95054e03fe6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="122.97" OriginalAmount="121.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635" HotelName="Royal Dyar Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="129.28" OriginalAmount="128.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4721477" Longitude="39.61198578" StarRating="4" HotelCode="352214|dallah_taibah_hotel" HotelName="Dallah Taibah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Meeting Room,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zar Street, PO Box 6747, Madinah Al-Munawarah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/0d/1b0d5e12d9d7effc2b2c3b189d5466d913fce4b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Dallah Taibah Hotel in Medina, you'll be in a shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="143.42" OriginalAmount="142.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47191172685" Longitude="39.613252208836" StarRating="5" HotelCode="98069|al_haram_hotel_by_al_rawda" HotelName="Al Haram Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 25739, Al-Madinah al-Munawwarah 41476</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/41/8d41f05b47356e1596e1f72eaf5ddabbf7ebaf62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="162.64" OriginalAmount="161.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|CAM375700" HotelName="Hilton Madinah" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="166.65" OriginalAmount="165.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|shaza_al_madina" HotelName="Shaza Al Madina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="171.38" OriginalAmount="169.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|1368483" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="184.83" OriginalAmount="183.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|dar_al_iman_intercontinental" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="209.37" OriginalAmount="207.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="223.17" OriginalAmount="220.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|22004" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2116.19" OriginalAmount="2095.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535" HotelName="Al Mukhtara Al Gharbi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2333.10" OriginalAmount="2310.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="0" HotelCode="835434|al_mokhtara_al_gharbi_hotel" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2432.08" OriginalAmount="2408.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|al_mukhtara_tower" HotelName="Al Mukhtara Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service,Jacuzzi,24 Hour Security,Banquet Hall,Business Centre,Currency Exchange,Designated Smoking Area,Dining,Garden,Laundry,Meeting Room,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Kitchen,Airport Transfer (on Demand),24 Hour Front Desk,24 Hour Room Service,Coffee Shop,Concierge,Dry Cleaning,Elevator,Housekeeping,LCD/Projector,Luggage Storage,Central Heating</BasicAmenities>
    <HotelRating>5,4,3,1,2</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|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="e522d68d-282e-42b7-aa8c-0e41f791dfd3">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="3" />
        </GuestCounts>
      </Room>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="54074" DestinationId="0" CityId="0" />
    <StayDateRange Start="2027-04-11T00:00:00" End="2027-04-12T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="907002|b4_milano" SourceId="63" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@aitravel-kh.com" Password="Snanum@$" RequestedCurrency="GBP" ClientNationality="KH" ClientCountry="Cambodia" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|WebbedsSunHotelsPrice|successfull supplier interation||WebbedsSunHotels|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
e522d68d-282e-42b7-aa8c-0e41f791dfd3|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="e522d68d-282e-42b7-aa8c-0e41f791dfd3" TimeStamp="0001-01-01T00:00:00" HotelName="Barceló Milan" HotelCode="907002|1026195" StarRating="4" GTCityId="54074" CountryCode="IT" CityName="Milan" CountryName="Italy" Address="Via Giorgio Stephenson 55, 20157 Milán" PostCode="20157" PhoneNo="+390233286111" FaxNo="" Email="milan@barcelo.com" CheckInTime="15:00" CheckOutTime="12:00" Latitude="45.511502301365" Longitude="9.1240265178604" SourceId="12" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Breakfast|Room 2: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Standard|Room 2: Standard" RoomTypeCode="0|1331|9222458|1786007751093505B2057B1||no^1|1331|9222458|1786007751093505B2057B10||no|1050068|16|MzAwLjUzfEdCUHwyMDI3LTA0LTA1" OriginalAmount="301" TotalPrice="303.54" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 01/04/2027"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-04-01T00:00:00" End="2027-04-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="303.54" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" RoomType="Room 1: Standard Triple room|Room 2: Standard Triple room" RoomTypeCode="h-359c24a1-3b75-5b6e-aa8e-d75c24b23526|63|MzA2LjAwfEdCUHwyMDI2LTA4LTA2" OriginalAmount="306" TotalPrice="309.06" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>EUR 50.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 27.82-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|TV|Minibar|Safe (in room)</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2027-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="309.06" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast|Room 2: Bed &amp; Breakfast" RoomType="Room 1: Standard Triple room|Room 2: Standard Triple room" RoomTypeCode="h-9b94f271-049e-558a-a0b8-a861c85141f5|63|MzI0LjAwfEdCUHwyMDI3LTA0LTA4" OriginalAmount="324" TotalPrice="327.24" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/04/2027"><AdditionalDetails>EUR 50.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 29.46-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|TV|Minibar|Safe (in room)</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-04-04T00:00:00" End="2027-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="327.24" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: 3 Single Standard|Room 2: 3 Single Standard" RoomTypeCode="20270411$20270412$W$207$231546$TPL.ST$ID_B2B_26$RO$IWAW5$1~3~0$$N@07~A-SIC~21cfb~237948694~N~~~NOR~~FD5E47616D0C4F8178600755133205AAUK0099007100090825dc9^20270411$20270412$W$207$231546$TPL.ST$ID_B2B_26$RO$IWAW5$1~2~0$$N@07~A-SIC~23de0~-783730385~N~~~NOR~~FD5E47616D0C4F8178600755133205AAUK00990071000908232b4|8|MzgyLjQzfEVVUnwyMDI3LTAzLTI5" OriginalAmount="328" TotalPrice="331.10" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/03/2027"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-03-29T00:00:00" End="2027-04-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="327.82" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: 1 King 1 Single Standard|Room 2: 1 King 1 Single Standard" RoomTypeCode="20270411$20270412$W$207$231546$TPL.2B$ID_B2B_26$RO$IWAW5$1~3~0$$N@07~A-SIC~21cfb~773344199~N~~~NOR~~FD5E47616D0C4F8178600755133205AAUK0099007100090825dc9^20270411$20270412$W$207$231546$TPL.2B$ID_B2B_26$RO$IWAW5$1~2~0$$N@07~A-SIC~23de0~-248334880~N~~~NOR~~FD5E47616D0C4F8178600755133205AAUK00990071000908232b4|8|MzgyLjQzfEVVUnwyMDI3LTAzLTI5" OriginalAmount="328" TotalPrice="331.10" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/03/2027"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-03-29T00:00:00" End="2027-04-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="327.82" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, 3 BEDS|Room 2: STANDARD, 3 BEDS" RoomTypeCode="0|0|1134329555|1786007755064209B2098B1||no^1|0|1134329555|1786007752016743B2129B9||no|1050068|16|MzMwLjQ0fEdCUHwyMDI3LTA0LTAz" OriginalAmount="330" TotalPrice="333.74" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/03/2027"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless transactions are available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property uses some solar energy; some water is reused through a grey water recycling system&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher, a smoke detector, a security system, a first aid kit, and window guards&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of Clean Promise (IHG)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools. Guests booked in breakfast included rate plans receive breakfast for up to 2 adults who are sharing a guestroom. Breakfast fees apply for additional guests. Guests booked in dinner included rate plans receive dinner for up to 2 adults who are sharing a guestroom. Dinner fees apply for additional guests.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;A tax is imposed by the city: EUR 10.00 per person, per night. This tax does not apply to children under 18 years of age. &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately EUR 15 per person&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Covered self parking fee: EUR 12 per day (in/out privileges)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: EUR 12 per accommodation, per night&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pool fee: EUR 15.00&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Spa fee: EUR 15.00&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Hot tub fee: EUR 15.00&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;All guests, including children, must be present at check-in and show their government-issued photo ID card or passport.&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Cash transactions at this property cannot exceed EUR 5000, due to national regulations. For further details, please contact the property using information in the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pool access available from 4:00 PM to 10:00 PM.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Reservations are required for spa treatments. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Some facilities may have restricted access. Guests can contact the property for details using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless payment methods are available for all transactions.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Additional fees for 2 people:,Name: mandatory_tax, Cost: 23.11 USD,Additional fees for 3 people:,Name: mandatory_tax, Cost: 34.67 USD,Tax Recovery Charges and Service Fees for 2 people: 17.70 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 3 people: 19.80 USD (This amount is included within the total price). Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-03-30T00:00:00" End="2027-04-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="333.74" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Triple room|Room 2: Triple room" RoomTypeCode="84060630|1|334|27|MzM0fEdCUHwyMDI2LTA4LTA2" OriginalAmount="334" TotalPrice="337.34" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T10:15:52.1026685+01:00" End="2027-04-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="334" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Multiple beds|Room 2: Multiple beds" RoomTypeCode="299093085|1|334|27|MzM0fEdCUHwyMDI2LTA4LTA2" OriginalAmount="334" TotalPrice="337.34" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T10:15:52.6321404+01:00" End="2027-04-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="334" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, 1 KING AND 1 SINGLE BEDS|Room 2: STANDARD, 1 KING AND 1 SINGLE BEDS" RoomTypeCode="0|0|1134329645|1786007755064209B2098B4||no^1|0|1134329645|1786007751101185B2036B8||no|1050068|16|MzM0LjI2fEdCUHwyMDI3LTA0LTAz" OriginalAmount="334" TotalPrice="337.60" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/03/2027"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-03-30T00:00:00" End="2027-04-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="337.60" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard|Room 2: Standard" RoomTypeCode="0|0|9222458|1786007751093505B2057B2||no^1|0|9222458|1786007751101185B2036B5||no|1050068|16|MzQwLjI5fEdCUHwyMDI3LTA0LTAz" OriginalAmount="340" TotalPrice="343.69" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/03/2027"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-03-30T00:00:00" End="2027-04-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="343.69" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, MULTIPLE BEDS|Room 2: STANDARD, MULTIPLE BEDS" RoomTypeCode="0|0|1240987635|1786007752016743B2129B1||no^1|0|1240987635|1786007752016743B2129B7||no|1050068|16|MzQ2LjQ5fEdCUHwyMDI3LTA0LTA0" OriginalAmount="346" TotalPrice="349.95" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 31/03/2027"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless transactions are available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property uses some solar energy; some water is reused through a grey water recycling system&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher, a smoke detector, a security system, a first aid kit, and window guards&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of Clean Promise (IHG)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools. Guests booked in breakfast included rate plans receive breakfast for up to 2 adults who are sharing a guestroom. Breakfast fees apply for additional guests. Guests booked in dinner included rate plans receive dinner for up to 2 adults who are sharing a guestroom. Dinner fees apply for additional guests.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;A tax is imposed by the city: EUR 10.00 per person, per night. This tax does not apply to children under 18 years of age. &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately EUR 15 per person&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Covered self parking fee: EUR 12 per day (in/out privileges)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: EUR 12 per accommodation, per night&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pool fee: EUR 15.00&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Spa fee: EUR 15.00&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Hot tub fee: EUR 15.00&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;All guests, including children, must be present at check-in and show their government-issued photo ID card or passport.&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Cash transactions at this property cannot exceed EUR 5000, due to national regulations. For further details, please contact the property using information in the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pool access available from 4:00 PM to 10:00 PM.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Reservations are required for spa treatments. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Some facilities may have restricted access. Guests can contact the property for details using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless payment methods are available for all transactions.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Additional fees for 2 people:,Name: mandatory_tax, Cost: 23.11 USD,Additional fees for 3 people:,Name: mandatory_tax, Cost: 34.67 USD,Tax Recovery Charges and Service Fees for 2 people: 17.70 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 3 people: 19.80 USD (This amount is included within the total price). Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless transactions are available&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property uses some solar energy; some water is reused through a grey water recycling system&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher, a smoke detector, a security system, a first aid kit, and window guards&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of Clean Promise (IHG)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools. Guests booked in breakfast included rate plans receive breakfast for up to 2 adults who are sharing a guestroom. Breakfast fees apply for additional guests. Guests booked in dinner included rate plans receive dinner for up to 2 adults who are sharing a guestroom. Dinner fees apply for additional guests.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;A tax is imposed by the city: EUR 10.00 per person, per night. This tax does not apply to children under 18 years of age. &amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately EUR 15 per person&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Covered self parking fee: EUR 12 per day (in/out privileges)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pet fee: EUR 12 per accommodation, per night&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Service animals are exempt from fees&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pool fee: EUR 15.00&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Spa fee: EUR 15.00&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Hot tub fee: EUR 15.00&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;All guests, including children, must be present at check-in and show their government-issued photo ID card or passport.&amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Cash transactions at this property cannot exceed EUR 5000, due to national regulations. For further details, please contact the property using information in the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Pool access available from 4:00 PM to 10:00 PM.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Reservations are required for spa treatments. Reservations can be made by contacting the hotel prior to arrival, using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Some facilities may have restricted access. Guests can contact the property for details using the contact information on the booking confirmation. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cashless payment methods are available for all transactions.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Additional fees for 2 people:,Name: mandatory_tax, Cost: 23.11 USD,Additional fees for 3 people:,Name: mandatory_tax, Cost: 34.67 USD,Tax Recovery Charges and Service Fees for 2 people: 17.70 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 3 people: 19.80 USD (This amount is included within the total price). Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-03-31T00:00:00" End="2027-04-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="349.95" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double room King bed|Room 2: Double room King bed" RoomTypeCode="336004504|1|347|27|MzQ3fEdCUHwyMDI2LTA4LTA2" OriginalAmount="347" TotalPrice="350.47" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T10:15:52.8173049+01:00" End="2027-04-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="347" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" RoomType="Room 1: 3 SINGLE STANDARD|Room 2: 3 SINGLE STANDARD" RoomTypeCode="481200907-1-0|730481200907|3|0^481200907-2-0|730481200907|2|0|12|MzQ3Ljg3fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="348" TotalPrice="351.35" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" RoomType="Room 1: 1 KING 1 SINGLE STANDARD|Room 2: 1 KING 1 SINGLE STANDARD" RoomTypeCode="3598109811-1-0|733598109811|3|0^3598109811-2-0|733598109811|2|0|12|MzQ3Ljg3fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="348" TotalPrice="351.35" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, TRIPLE, 2 BEDS|Room 2: ROOM, TRIPLE, 2 BEDS" RoomTypeCode="0|0|1475838825|1786007755064209B2098B7||no^1|0|1475838825|1786007755064209B2098B49||no|1050068|16|MzYxLjYwfEdCUHwyMDI3LTA0LTAz" OriginalAmount="362" TotalPrice="365.22" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/03/2027"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-03-30T00:00:00" End="2027-03-31T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="365.22" /></CancelPenalty><CancelPenalty Start="2027-03-31T00:00:00" End="2027-04-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="365.22" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: ROOM, TRIPLE|Room 2: ROOM, TRIPLE" RoomTypeCode="0|0|1241019175|1786007752026379B2092B2||no^1|0|1241019175|1786007752026379B2092B8||no|1050068|16|MzYxLjg2fEdCUHwyMDI3LTA0LTA0" OriginalAmount="362" TotalPrice="365.48" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 31/03/2027"><AdditionalDetails>In connection with facilitating your hotel transaction, the charge to your method of payment will include a charge for Taxes and Fees. This charge includes an estimated amount to recover the amount we pay to the hotel in connection with your reservation for taxes owed by the hotel including, without limitation, sales and use tax, occupancy tax, room tax, excise tax, value added tax and/or other similar taxes. In certain locations, the tax amount may also include government imposed service fees or other fees not paid directly to the taxing authorities but required by law to be collected by the hotel. The amount paid to the hotel in connection with your reservation for taxes may vary from the amount we estimate and include in the charge to you. The balance of the charge for Taxes and Fees is a fee we retain as part of the compensation for our services and to cover the costs of your reservation, including, for example, customer service costs. The charge for Taxes and Fees varies based on a number of factors including, without limitation, the amount we pay the hotel and the location of the hotel where you will be staying, and may include profit that we retain. Except as described below, we are not the vendor collecting and remitting taxes to the applicable taxing authorities. Our hotel suppliers, as vendors, include all applicable taxes in the amount billed to us and we pay over such amounts directly to the vendors. We are not a co-vendor associated with the vendor with whom we book or reserve our customer&amp;#039;s travel arrangements. Taxability and the appropriate tax rate and the type of applicable taxes vary greatly by location. For transactions involving hotels located within certain jurisdictions, the charge to your method of payment for Taxes and Fees includes a payment of tax that we are required to collect and remit to the jurisdiction for tax owed on amounts we retain as compensation for our services. Depending on the property you stay at you may also be charged (i) certain mandatory hotel specific service fees, for example, resort fees (which typically apply to resort type destinations and, if applicable, may range from $10 to $40 per day), energy surcharges, newspaper delivery fees, in-room safe fees, tourism fees, or housekeeping fees and/or (ii) certain optional incidental fees, for example, parking charges, minibar charges, phone calls, room service and movie rentals, etc. These charges, if applicable, will be payable by you to the hotel directly at checkout. When you check in, a credit card or, in the hotel&amp;#039;s discretion, a debit card, will be required to secure these charges and fees that you may incur during your stay. Please contact the hotel directly as to whether and which charges or service fees apply. Please note that we are unable to facilitate a rebate of Canadian Goods and Services Tax (&amp;#039;GST&amp;#039;) for customers booking Canadian hotel accommodations utilizing our services. For bookings in Canada, the charges may also include destination marketing fees collected by the hotel and passed along to tourist bureaus. The reservation holder must be 21 years of age or older. Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund. Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received. The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate. All rooms will accommodate up to 3 people. Requests for bed types (King, Queen, Double, etc.) or other request(including preferences for smoking or non-smoking rooms) should be requested through your confirmed hotel and cannot be guaranteed.&lt;br/&gt;In connection with facilitating your hotel transaction, the charge to your method of payment will include a charge for Taxes and Fees. This charge includes an estimated amount to recover the amount we pay to the hotel in connection with your reservation for taxes owed by the hotel including, without limitation, sales and use tax, occupancy tax, room tax, excise tax, value added tax and/or other similar taxes. In certain locations, the tax amount may also include government imposed service fees or other fees not paid directly to the taxing authorities but required by law to be collected by the hotel. The amount paid to the hotel in connection with your reservation for taxes may vary from the amount we estimate and include in the charge to you. The balance of the charge for Taxes and Fees is a fee we retain as part of the compensation for our services and to cover the costs of your reservation, including, for example, customer service costs. The charge for Taxes and Fees varies based on a number of factors including, without limitation, the amount we pay the hotel and the location of the hotel where you will be staying, and may include profit that we retain. Except as described below, we are not the vendor collecting and remitting taxes to the applicable taxing authorities. Our hotel suppliers, as vendors, include all applicable taxes in the amount billed to us and we pay over such amounts directly to the vendors. We are not a co-vendor associated with the vendor with whom we book or reserve our customer&amp;#039;s travel arrangements. Taxability and the appropriate tax rate and the type of applicable taxes vary greatly by location. For transactions involving hotels located within certain jurisdictions, the charge to your method of payment for Taxes and Fees includes a payment of tax that we are required to collect and remit to the jurisdiction for tax owed on amounts we retain as compensation for our services. Depending on the property you stay at you may also be charged (i) certain mandatory hotel specific service fees, for example, resort fees (which typically apply to resort type destinations and, if applicable, may range from $10 to $40 per day), energy surcharges, newspaper delivery fees, in-room safe fees, tourism fees, or housekeeping fees and/or (ii) certain optional incidental fees, for example, parking charges, minibar charges, phone calls, room service and movie rentals, etc. These charges, if applicable, will be payable by you to the hotel directly at checkout. When you check in, a credit card or, in the hotel&amp;#039;s discretion, a debit card, will be required to secure these charges and fees that you may incur during your stay. Please contact the hotel directly as to whether and which charges or service fees apply. Please note that we are unable to facilitate a rebate of Canadian Goods and Services Tax (&amp;#039;GST&amp;#039;) for customers booking Canadian hotel accommodations utilizing our services. For bookings in Canada, the charges may also include destination marketing fees collected by the hotel and passed along to tourist bureaus. The reservation holder must be 21 years of age or older. Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund. Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received. The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate. All rooms will accommodate up to 3 people. Requests for bed types (King, Queen, Double, etc.) or other request(including preferences for smoking or non-smoking rooms) should be requested through your confirmed hotel and cannot be guaranteed.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-03-31T00:00:00" End="2027-04-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="365.48" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast|Room 2: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, TRIPLE|Room 2: ROOM, TRIPLE" RoomTypeCode="0|1331|1241019175|1786007751082850B2088B0||no^1|1331|1241019175|1786007752026379B2092B9||no|1050068|16|Mzk4Ljc2fEdCUHwyMDI3LTA0LTA4" OriginalAmount="399" TotalPrice="402.75" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 04/04/2027"><AdditionalDetails>GROUP POLICY: All reservations with 5 or more rooms and 10 or more people will be considered as a group. The hotelier reserves the right to deny any reservation that does not comply with this condition or to modify the cancellation policy. TAXES AND FEES: The total amount of this fee for this occupancy (occ:3AD/0CH/201) , excluding discounts and exemptions, is 30.0 EUR. Please be advised that this hotel have local taxes and/or fees that will be charged directly by the hotel to the clients, from 01/Jan to 31/Dec with a fee of 10.0 EUR per night per person for min. room rate from 0.0 for max. room rate of 0.0 with a max. Import of 0.0 EUR with a maximum of 0 night(s). VAT not included..Please note that these taxes and fees are subject to change by the hotel or local authorities. TAXES AND FEES: The total amount of this fee for this occupancy (occ:2AD/0CH/RX8) , excluding discounts and exemptions, is 20.0 EUR. Please be advised that this hotel have local taxes and/or fees that will be charged directly by the hotel to the clients, from 01/Jan to 31/Dec with a fee of 10.0 EUR per night per person for min. room rate from 0.0 for max. room rate of 0.0 with a max. Import of 0.0 EUR with a maximum of 0 night(s). VAT not included..Please note that these taxes and fees are subject to change by the hotel or local authorities. SPECIAL INSTRUCTIONS: All special requests are subject to availability, please contact our
Operations Department for confirmation.&lt;br/&gt;In connection with facilitating your hotel transaction, the charge to your method of payment will include a charge for Taxes and Fees. This charge includes an estimated amount to recover the amount we pay to the hotel in connection with your reservation for taxes owed by the hotel including, without limitation, sales and use tax, occupancy tax, room tax, excise tax, value added tax and/or other similar taxes. In certain locations, the tax amount may also include government imposed service fees or other fees not paid directly to the taxing authorities but required by law to be collected by the hotel. The amount paid to the hotel in connection with your reservation for taxes may vary from the amount we estimate and include in the charge to you. The balance of the charge for Taxes and Fees is a fee we retain as part of the compensation for our services and to cover the costs of your reservation, including, for example, customer service costs. The charge for Taxes and Fees varies based on a number of factors including, without limitation, the amount we pay the hotel and the location of the hotel where you will be staying, and may include profit that we retain. Except as described below, we are not the vendor collecting and remitting taxes to the applicable taxing authorities. Our hotel suppliers, as vendors, include all applicable taxes in the amount billed to us and we pay over such amounts directly to the vendors. We are not a co-vendor associated with the vendor with whom we book or reserve our customer&amp;#039;s travel arrangements. Taxability and the appropriate tax rate and the type of applicable taxes vary greatly by location. For transactions involving hotels located within certain jurisdictions, the charge to your method of payment for Taxes and Fees includes a payment of tax that we are required to collect and remit to the jurisdiction for tax owed on amounts we retain as compensation for our services. Depending on the property you stay at you may also be charged (i) certain mandatory hotel specific service fees, for example, resort fees (which typically apply to resort type destinations and, if applicable, may range from $10 to $40 per day), energy surcharges, newspaper delivery fees, in-room safe fees, tourism fees, or housekeeping fees and/or (ii) certain optional incidental fees, for example, parking charges, minibar charges, phone calls, room service and movie rentals, etc. These charges, if applicable, will be payable by you to the hotel directly at checkout. When you check in, a credit card or, in the hotel&amp;#039;s discretion, a debit card, will be required to secure these charges and fees that you may incur during your stay. Please contact the hotel directly as to whether and which charges or service fees apply. Please note that we are unable to facilitate a rebate of Canadian Goods and Services Tax (&amp;#039;GST&amp;#039;) for customers booking Canadian hotel accommodations utilizing our services. For bookings in Canada, the charges may also include destination marketing fees collected by the hotel and passed along to tourist bureaus. The reservation holder must be 21 years of age or older. Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund. Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received. The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate. All rooms will accommodate up to 3 people. Requests for bed types (King, Queen, Double, etc.) or other request(including preferences for smoking or non-smoking rooms) should be requested through your confirmed hotel and cannot be guaranteed.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-04-04T00:00:00" End="2027-04-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="402.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 1 BEDROOM, SUITE|Room 2: 1 BEDROOM, SUITE" RoomTypeCode="0|0|1134329815|1786007755064209B2098B9||no^1|0|1134329815|1786007755064209B2098B45||no|1050068|16|NDE2Ljk2fEdCUHwyMDI3LTA0LTAz" OriginalAmount="417" TotalPrice="421.13" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/03/2027"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-03-30T00:00:00" End="2027-04-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="421.13" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, SINGLE|Room 2: STANDARD, SINGLE" RoomTypeCode="0|0|1240992265|1786007751093505B2057B5||no^1|0|1240992265|1786007751093505B2057B14||no|1050068|16|NDU2Ljg4fEdCUHwyMDI3LTA0LTAx" OriginalAmount="457" TotalPrice="461.45" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/03/2027"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-03-28T00:00:00" End="2027-04-03T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="461.45" /></CancelPenalty><CancelPenalty Start="2027-04-04T00:00:00" End="2027-04-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="461.45" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: 1 Bedroom Suite|Room 2: 1 Bedroom Suite" RoomTypeCode="20270411$20270412$W$207$231546$SUI.B1$ID_B2B_26$RO$IWAW5$1~3~0$$N@07~A-SIC~23b15b~1275093910~N~~~NOR~~FD5E47616D0C4F8178600755133205AAUK00990071000908220117^20270411$20270412$W$207$231546$SUI.B1$ID_B2B_26$RO$IWAW5$1~2~0$$N@07~A-SIC~25c140~-1481642246~N~~~NOR~~FD5E47616D0C4F8178600755133205AAUK00990071000908259101|8|NTM3LjIxfEVVUnwyMDI3LTAzLTI5" OriginalAmount="460" TotalPrice="465.10" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/03/2027"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-03-29T00:00:00" End="2027-04-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="460.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Triple room|Room 2: Triple room" RoomTypeCode="296236375|3|467|27|NDY3fEdCUHwyMDI3LTA0LTAy" OriginalAmount="467" TotalPrice="471.67" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/03/2027"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-03-29T10:00:00" End="2027-04-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="467" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Double room King bed|Room 2: Double room King bed" RoomTypeCode="299181112|3|467|27|NDY3fEdCUHwyMDI3LTA0LTAy" OriginalAmount="467" TotalPrice="471.67" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/03/2027"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-03-29T10:00:00" End="2027-04-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="467" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY|Room 2: ROOM ONLY" RoomType="Room 1: 1 BEDROOM SUITE|Room 2: 1 BEDROOM SUITE" RoomTypeCode="2760693867-1-0|732760693867|3|0^2760693867-2-0|732760693867|2|0|12|NDg3LjAxfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="487" TotalPrice="491.88" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 1 BEDROOM, SUITE, KING BED|Room 2: 1 BEDROOM, SUITE, KING BED" RoomTypeCode="0|0|1240987645|1786007752022332B2054B1||no^1|0|1240987645|1786007752104799B2091B11||no|1050068|16|NDk2LjkyfEdCUHwyMDI3LTA0LTA0" OriginalAmount="497" TotalPrice="501.89" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 31/03/2027"><AdditionalDetails>Fees payable at the property will be collected in local currency. If shown in non-local currency on your booking confirmation the listed amount is based on current exchange rates, which may vary at the time of travel.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-03-31T00:00:00" End="2027-04-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="501.89" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Suite 1 bedroom|Room 2: Suite 1 bedroom" RoomTypeCode="211939437|1|497|27|NDk3fEdCUHwyMDI3LTA0LTA0" OriginalAmount="497" TotalPrice="501.97" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 31/03/2027"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-03-31T04:00:00" End="2027-04-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="497" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board|Room 2: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Standard Triple room|Room 2: Standard Triple room" RoomTypeCode="h-5fba8678-d080-521d-a0f1-c648c60b0506|63|NTk3LjAwfEdCUHwyMDI3LTA0LTA5" OriginalAmount="597" TotalPrice="602.97" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 04/04/2027"><AdditionalDetails>EUR 50.00-- city tax is not included in the room rate &amp; is payable to the hotel in the local currency&lt;br/&gt;GBP 54.28-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Non-smoking rooms|Room service|TV|Minibar|Safe (in room)</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-04-05T00:00:00" End="2027-04-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="602.97" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: HALF BOARD|Room 2: HALF BOARD" FilterMealType="HALF BOARD" RoomType="Room 1: 3 Single Standard|Room 2: 3 Single Standard" RoomTypeCode="20270411$20270412$W$207$231546$TPL.ST$ID_B2B_26$HB$IKD15$1~3~0$$N@07~A-SIC~2471b6~-183806513~N~~~NOR~~FD5E47616D0C4F8178600755133205AAUK0099007100090822c184^20270411$20270412$W$207$231546$TPL.ST$ID_B2B_26$HB$IKD15$1~2~0$$N@07~A-SIC~223164~-1244288635~N~~~NOR~~FD5E47616D0C4F8178600755133205AAUK0099007100090823413b|8|NzAzLjk2fEVVUnwyMDI3LTA0LTA0" OriginalAmount="603" TotalPrice="609.46" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 04/04/2027"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-04-04T00:00:00" End="2027-04-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="603.43" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: HALF BOARD|Room 2: HALF BOARD" FilterMealType="HALF BOARD" RoomType="Room 1: 1 King 1 Single Standard|Room 2: 1 King 1 Single Standard" RoomTypeCode="20270411$20270412$W$207$231546$TPL.2B$ID_B2B_26$HB$IKD15$1~3~0$$N@07~A-SIC~2471b6~-1064801728~N~~~NOR~~FD5E47616D0C4F8178600755133205AAUK0099007100090822c184^20270411$20270412$W$207$231546$TPL.2B$ID_B2B_26$HB$IKD15$1~2~0$$N@07~A-SIC~223164~-2125283850~N~~~NOR~~FD5E47616D0C4F8178600755133205AAUK0099007100090823413b|8|NzAzLjk2fEVVUnwyMDI3LTA0LTA0" OriginalAmount="603" TotalPrice="609.46" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 04/04/2027"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-04-04T00:00:00" End="2027-04-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="603.43" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board|Room 2: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: STANDARD, 1 KING AND 1 SINGLE BEDS|Room 2: STANDARD, 1 KING AND 1 SINGLE BEDS" RoomTypeCode="0|1334|1134329645|1786007755064209B2098B5||no^1|1334|1134329645|1786007751105456B2120B29||no|1050068|16|NjA3Ljk2fEdCUHwyMDI3LTA0LTA5" OriginalAmount="608" TotalPrice="614.04" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/04/2027"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-04-05T00:00:00" End="2027-04-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="614.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board|Room 2: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: STANDARD, 3 BEDS|Room 2: STANDARD, 3 BEDS" RoomTypeCode="0|1334|1134329555|1786007755064209B2098B2||no^1|1334|1134329555|1786007751105456B2120B26||no|1050068|16|NjA3Ljk2fEdCUHwyMDI3LTA0LTA5" OriginalAmount="608" TotalPrice="614.04" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/04/2027"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-04-05T00:00:00" End="2027-04-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="614.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed And Breakfast|Room 2: Bed And Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Suite 1 bedroom|Room 2: Suite 1 bedroom" RoomTypeCode="334307999|3|608|27|NjA4fEdCUHwyMDI3LTA0LTAy" OriginalAmount="608" TotalPrice="614.08" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/03/2027"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-03-29T10:00:00" End="2027-04-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="608" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only|Room 2: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUITE|Room 2: SUITE" RoomTypeCode="0|0|1507986235|1786007751093505B2057B8||no^1|0|1507986235|1786007751093505B2057B17||no|1050068|16|NjM3LjYxfEdCUHwyMDI3LTA0LTAx" OriginalAmount="638" TotalPrice="643.99" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/03/2027"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-03-28T00:00:00" End="2027-04-03T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="643.99" /></CancelPenalty><CancelPenalty Start="2027-04-04T00:00:00" End="2027-04-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="643.99" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board|Room 2: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: 1 BEDROOM, SUITE|Room 2: 1 BEDROOM, SUITE" RoomTypeCode="0|1334|1134329815|1786007755064209B2098B10||no^1|1334|1134329815|1786007755064209B2098B46||no|1050068|16|NzA0LjA4fEdCUHwyMDI3LTA0LTA5" OriginalAmount="704" TotalPrice="711.12" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 05/04/2027"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-04-05T00:00:00" End="2027-04-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="711.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board|Room 2: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Triple room|Room 2: Triple room" RoomTypeCode="245786113|4|713|27|NzEzfEdCUHwyMDI3LTA0LTA4" OriginalAmount="713" TotalPrice="720.13" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 04/04/2027"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-04-04T10:00:00" End="2027-04-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="713" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board|Room 2: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Double room King bed|Room 2: Double room King bed" RoomTypeCode="331734017|4|713|27|NzEzfEdCUHwyMDI3LTA0LTA4" OriginalAmount="713" TotalPrice="720.13" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 04/04/2027"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-04-04T10:00:00" End="2027-04-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="713" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: HALF BOARD|Room 2: HALF BOARD" FilterMealType="HALF BOARD" RoomType="Room 1: 1 Bedroom Suite|Room 2: 1 Bedroom Suite" RoomTypeCode="20270411$20270412$W$207$231546$SUI.B1$ID_B2B_26$HB$IKD15$1~3~0$$N@07~A-SIC~247210~1281908733~N~~~NOR~~FD5E47616D0C4F8178600755133205AAUK0099007100090820d1d4^20270411$20270412$W$207$231546$SUI.B1$ID_B2B_26$HB$IKD15$1~2~0$$N@07~A-SIC~2231be~373614177~N~~~NOR~~FD5E47616D0C4F8178600755133205AAUK0099007100090821518b|8|ODYzLjM0fEVVUnwyMDI3LTA0LTA0" OriginalAmount="740" TotalPrice="747.46" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 04/04/2027"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-04-04T00:00:00" End="2027-04-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="740.06" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board|Room 2: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: STANDARD, SINGLE|Room 2: STANDARD, SINGLE" RoomTypeCode="0|1334|1240992265|1786007751093505B2057B3||no^1|1334|1240992265|1786007751093505B2057B12||no|1050068|16|ODEyLjgxfEdCUHwyMDI3LTA0LTA3" OriginalAmount="813" TotalPrice="820.94" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/04/2027"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-04-03T00:00:00" End="2027-04-04T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="820.94" /></CancelPenalty><CancelPenalty Start="2027-04-04T00:00:00" End="2027-04-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="820.94" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board|Room 2: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: Suite 1 bedroom|Room 2: Suite 1 bedroom" RoomTypeCode="245786114|4|863|27|ODYzfEdCUHwyMDI3LTA0LTA4" OriginalAmount="863" TotalPrice="871.63" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 04/04/2027"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-04-04T10:00:00" End="2027-04-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="863" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board|Room 2: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: SUITE|Room 2: SUITE" RoomTypeCode="0|1334|1507986235|1786007751093505B2057B6||no^1|1334|1507986235|1786007751093505B2057B15||no|1050068|16|OTgxLjc0fEdCUHwyMDI3LTA0LTA3" OriginalAmount="982" TotalPrice="991.56" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/04/2027"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Air conditioning (centrally regulated)|Safe</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2027-04-03T00:00:00" End="2027-04-04T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="991.56" /></CancelPenalty><CancelPenalty Start="2027-04-04T00:00:00" End="2027-04-07T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="991.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/41/04/41049cd4a8a900b66ad7c3283c4111fada231d4c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/59/a1/59a1cb52140e9705b92488365efafae1b709e26c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e1/59/e159e44221482dfc47dd77de80c79023bb45b936.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/8b/2c/8b2ca119b35d471aee2fddcb86eb711aac656488.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a2/5c/a25cb38cb7ca95589d8a58381a405310979210a7.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/29/a6/29a617862157649837cde2eb962f598c42844a82.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/bf/83/bf83dce45d3f6f2822b173515c9c2fd6dc78cea7.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a0/77/a07780f9bf71423f3d60226f660d71f86fb718ba.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/be/8c/be8c28ce96481bb243b1f2aede44d594fe97a6e1.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/3b/d6/3bd69992dc7c3c692c56b31517ffd9aeb317629d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/dd/0b/dd0bc3e58837a7cec37b02cb3882d452c38d6b9f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/c1/e5/c1e5dc230aad602954e2bbe54830284e592f84a8.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/11/99/11996bbb55d8a0c62363a2d1f2add8d6be768766.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/89/26/892642e5f32daef2d9a40a6d006c8ead286aea2d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/64/c5/64c59f5ba5887dec9ebda615d2312bb72f5cfeae.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/extranet/f7/ea/f7ea88e820f6b2eb38371fec60c11725dbf2df77.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/extranet/ea/0b/ea0bae455fb2a20de318f64830d596789e220152.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/extranet/8b/46/8b466e49af13b62696a2de6d566557107a003e6e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/extranet/98/0d/980d161246730d75949341a5af017dd473a58934.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/extranet/10/1b/101b4254a05126113ca4fb2fd31ee68e03002b9d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/extranet/29/ee/29ee3c5bf31dc5301c5a9797ecf15d9970a59e25.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/extranet/7f/6d/7f6d5517656013c82ce45ac85f2dce3995291fef.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/extranet/e5/e5/e5e5d4a402daab41af02a7a0b65bd1e717d4d6b6.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/extranet/7e/24/7e2490351ea48f363eaf28910f99979a01da5976.JPEG" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel is located in Milan. The nearest airport is Mailand - Malpensa (MXP).&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;The hotel has 280 rooms. To ensure guests a comfortable and relaxing stay, the hotel provides various services and facilities, including a safe, room service, a laundry service, a conference room and a business centre. Wireless internet access is provided in public areas. Wheelchair-accessible facilities are available. Guests arriving by car can park their vehicles in the car park.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning ensures that rooms maintain just the right temperature. Amenities include a mini fridge, a safe and WiFi.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;A refreshing swim in the indoor pool complex is a great way to unwind. Leisure activities and facilities at the hotel include a spa, a sauna, a hammam and massage treatments. 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;Breakfast can be booked.&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;Price of an additional breakfast: 14.00 EUR per person. Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;&lt;b&gt;Parking Space: &lt;/b&gt;Chargeable parking available. Cost: 15.00 EUR per day.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;A cleaning tax is not included in the reservation price and is payable separately at the hotel.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>39-02-33286201</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>39-02-332861</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>4</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>280</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel Safe</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Restaurant(s)</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Conference Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</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>Sport/Entertainment</Type><Description>Indoor Pool</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Sauna</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Massage</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Number of Pools</Description><Value>1</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
21646fa1-6550-4047-a733-eca3a73d6ad5|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="21646fa1-6550-4047-a733-eca3a73d6ad5">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-20T00:00:00" End="2026-08-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
21646fa1-6550-4047-a733-eca3a73d6ad5|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
21646fa1-6550-4047-a733-eca3a73d6ad5|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:17:45.7785589+01:00" Version="0" EchoToken="Search" TransactionIdentifier="21646fa1-6550-4047-a733-eca3a73d6ad5" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="53.09" OriginalAmount="52.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|2525015|Bed &amp; Breakfast" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.95" OriginalAmount="60.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248|Bed &amp; Breakfast" HotelName="Al Mukhtara International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|nozol_al_shakreen_hotel" HotelName="Nozol Al Shakreen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.15" OriginalAmount="74.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|2292975|Bed &amp; Breakfast" HotelName="Odst Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.97" OriginalAmount="79.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47329" Longitude="39.60898" StarRating="4" HotelCode="310083|1695968|Bed &amp; Breakfast" HotelName="Zowar International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Central Area, P.O. 42311, Madina, Al Munnawarra?</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629984/629984a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.59" OriginalAmount="80.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|2292965|Bed &amp; Breakfast" HotelName="Nusk Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.59" OriginalAmount="85.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47282562" Longitude="39.60682845" StarRating="4" HotelCode="351867|2347035|Bed &amp; Breakfast" HotelName="Al Eiman Taibah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central North, Al Madinah 55555</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/e4/a6e4a7f0e1fd1a66379ccac29b36f70b092bf2c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of facilities and services to ensure a comfortable stay. Individual storeys...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.46" OriginalAmount="86.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|1658548|Bed &amp; Breakfast" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.96" OriginalAmount="87.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|35724|Bed &amp; Breakfast" HotelName="Madinah Mövenpick Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="93.38" OriginalAmount="92.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.550404312371" Longitude="39.718454923116" StarRating="5" HotelCode="757151|9971998|Bed &amp; Breakfast" HotelName="Millennium Madinah Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="24 Hour Security,Air Conditioning,Banquet Hall,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Garden,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Prince Mohammed Bin Abdulaziz International Airport, Madinah 42342</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/46/ca467fdd8197c82573cd3d6f40f0490102192c6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A newly built Millennium Madinah Airport boasts 227 comfortable guest rooms &amp; suites across six floo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.80" OriginalAmount="94.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48954135" Longitude="39.56409616" StarRating="5" HotelCode="80156|1622948|Bed &amp; Breakfast" HotelName="Le Meridien Medina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road, PO Box 1735, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/24/c224bf893b45e94d60fa8c053abc791397270039.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.78" OriginalAmount="96.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355|Bed &amp; Breakfast" HotelName="Tulip Inn Al Dar Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.19" OriginalAmount="99.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471382519462" Longitude="39.612612187647" StarRating="4" HotelCode="236168|2520835|Bed &amp; Breakfast" HotelName="Golden Tulip Al Zahabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/12/5512363ab285c5a263cefbee18608b2561c00e72.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="103.30" OriginalAmount="102.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|71782436|Bed &amp; Breakfast" HotelName="Saja Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="107.81" OriginalAmount="106.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Bed &amp; Breakfast" HotelName="Hotel Pullman ZamZam Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.87" OriginalAmount="107.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505|Bed &amp; Breakfast" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|marriott_executive_apartments_madinah" HotelName="Marriott Executive Apartments Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0f8617ce8709cd0e9c938559a95054e03fe6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="117.42" OriginalAmount="116.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463882" Longitude="39.610066" StarRating="4" HotelCode="207932|1514050|Bed &amp; Breakfast" HotelName="Crowne Plaza Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street Between 1st Ring Road, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/3f/c73fb6cb9ae21983ccdf719e941356fedbe0260c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="118.99" OriginalAmount="117.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611|Bed &amp; Breakfast" HotelName="Millennium Taiba Hotel Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="122.01" OriginalAmount="120.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|2795947|Bed &amp; Breakfast" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="135.04" OriginalAmount="133.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300|Bed &amp; Breakfast" HotelName="Millennium Al Aqeeq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/08/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.27" OriginalAmount="142.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|2346695|Bed &amp; Breakfast" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.24" OriginalAmount="151.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635|Bed &amp; Breakfast" HotelName="Royal Dyar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="165.08" OriginalAmount="163.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|CAS397300|Bed &amp; Breakfast" HotelName="Mövenpick Anwar Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="171.38" OriginalAmount="169.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|1368483|Bed &amp; Breakfast" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="191.34" OriginalAmount="189.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|CAM375700|Bed &amp; Breakfast" HotelName="Hilton Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="202.04" OriginalAmount="200.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|2891071|Bed &amp; Breakfast" HotelName="Shaza Al Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="206.89" OriginalAmount="204.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|1710634|Bed &amp; Breakfast" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="209.37" OriginalAmount="207.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144|Bed &amp; Breakfast" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="223.17" OriginalAmount="220.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|22004|Bed &amp; Breakfast" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2116.19" OriginalAmount="2095.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535|Bed &amp; Breakfast" HotelName="Al Mukhtara Al Gharbi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2333.10" OriginalAmount="2310.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="0" HotelCode="835434|al_mokhtara_al_gharbi_hotel" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2432.08" OriginalAmount="2408.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|al_mukhtara_tower" HotelName="Al Mukhtara Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service,Jacuzzi,24 Hour Security,Banquet Hall,Business Centre,Currency Exchange,Designated Smoking Area,Dining,Garden,Laundry,Meeting Room,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Kitchen,Airport Transfer (on Demand),Central Heating</BasicAmenities>
    <HotelRating>5,4,3,1,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:b6baed05-afed-4f2e-913a-9bfbaf907375
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
21646fa1-6550-4047-a733-eca3a73d6ad5|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="21646fa1-6550-4047-a733-eca3a73d6ad5">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-08-20T00:00:00" End="2026-08-21T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Half Board</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
21646fa1-6550-4047-a733-eca3a73d6ad5|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
21646fa1-6550-4047-a733-eca3a73d6ad5|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:18:24.8970109+01:00" Version="0" EchoToken="Search" TransactionIdentifier="21646fa1-6550-4047-a733-eca3a73d6ad5" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="12" TotalAmount="132.76" OriginalAmount="131.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.550404312371" Longitude="39.718454923116" StarRating="5" HotelCode="757151|9971998|Half Board" HotelName="Millennium Madinah Airport" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="hotel" HotelFacility="24 Hour Security,Air Conditioning,Banquet Hall,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Garden,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Prince Mohammed Bin Abdulaziz International Airport, Madinah 42342</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/46/ca467fdd8197c82573cd3d6f40f0490102192c6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A newly built Millennium Madinah Airport boasts 227 comfortable guest rooms &amp; suites across six floo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="143.40" OriginalAmount="141.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|1682738|Half Board" HotelName="Millennium Taiba Hotel Madina" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="149.18" OriginalAmount="147.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355|Half Board" HotelName="Tulip Inn Al Dar Madinah" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="162.75" OriginalAmount="161.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48954135" Longitude="39.56409616" StarRating="5" HotelCode="80156|1622948|Half Board" HotelName="Le Meridien Medina" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road, PO Box 1735, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/24/c224bf893b45e94d60fa8c053abc791397270039.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="166.57" OriginalAmount="164.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Half Board" HotelName="Hotel Pullman ZamZam Madinah" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="172.56" OriginalAmount="170.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|35724|Half Board" HotelName="Madinah Mövenpick Hotel" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Free CXL until 15/08/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="187.59" OriginalAmount="185.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505|Half Board" HotelName="Royal Inn Al Rawda" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="188.24" OriginalAmount="186.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|2795947|Half Board" HotelName="InterContinental Dar Al Hijra" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="227.73" OriginalAmount="225.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463882" Longitude="39.610066" StarRating="4" HotelCode="207932|1514050|Half Board" HotelName="Crowne Plaza Madinah" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street Between 1st Ring Road, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/3f/c73fb6cb9ae21983ccdf719e941356fedbe0260c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="234.12" OriginalAmount="231.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|CAM375700|Half Board" HotelName="Hilton Madinah" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="253.95" OriginalAmount="251.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|2891071|Half Board" HotelName="Shaza Al Madina" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="265.06" OriginalAmount="262.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635|Half Board" HotelName="Royal Dyar Hotel" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="276.15" OriginalAmount="273.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|1710634|Half Board" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="343.11" OriginalAmount="339.71" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|22004|Half Board" HotelName="The Oberoi, Madina" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service,Jacuzzi,24 Hour Security,Banquet Hall,Business Centre,Currency Exchange,Designated Smoking Area,Dining,Garden,Laundry,Meeting Room,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access</BasicAmenities>
    <HotelRating>5,4,3,1,2</HotelRating>
    <BedType />
    <Meals>HALF BOARD</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:18:01.1842878+01:00" Version="0" EchoToken="Search" TransactionIdentifier="9b46e005-2477-41fe-b842-0cf811dec9f6" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="224.48" OriginalAmount="222.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248|Bed &amp; Breakfast" HotelName="Al Mukhtara International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.40" OriginalAmount="225.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.488143" Longitude="39.616199" StarRating="0" HotelCode="|471533" HotelName="Zaha Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zur Al Ghafari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/3/3/471533_a451ea91956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|629988|Bed &amp; Breakfast" HotelName="Odst Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47329" Longitude="39.60898" StarRating="4" HotelCode="310083|629984|Bed &amp; Breakfast" HotelName="Zowar International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Central Area, P.O. 42311, Madina, Al Munnawarra?</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629984/629984a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="358.79" OriginalAmount="355.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|2292965|Bed &amp; Breakfast" HotelName="Nusk Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="393.63" OriginalAmount="389.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|613309|Bed &amp; Breakfast" HotelName="Saja Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="436.14" OriginalAmount="431.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|35724|Bed &amp; Breakfast" HotelName="Madinah Mövenpick Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="502.10" OriginalAmount="497.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Bed &amp; Breakfast" HotelName="Hotel Pullman ZamZam Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="509.83" OriginalAmount="504.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355|Bed &amp; Breakfast" HotelName="Tulip Inn Al Dar Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="542.51" OriginalAmount="537.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|1658548|Bed &amp; Breakfast" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="565.68" OriginalAmount="560.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|2367525|Bed &amp; Breakfast" HotelName="Nozol Al Shakreen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="574.32" OriginalAmount="568.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Bed &amp; Breakfast" HotelName="Elaf Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.75" OriginalAmount="575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|holiday_villa_madinah_2" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="593.63" OriginalAmount="587.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4677128" Longitude="39.60459341" StarRating="4" HotelCode="357072|589337" HotelName="Golden Tulip AL Mektan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f1c5203a3bfec0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="635.26" OriginalAmount="628.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635|Bed &amp; Breakfast" HotelName="Royal Dyar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="642.88" OriginalAmount="636.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|1368483|Bed &amp; Breakfast" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="656.00" OriginalAmount="649.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|CAS397300|Bed &amp; Breakfast" HotelName="Mövenpick Anwar Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="662.55" OriginalAmount="655.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4720016" Longitude="39.6082188" StarRating="5" HotelCode="310367|52598546|Bed &amp; Breakfast" HotelName="Arac Al Aqeeq" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Gift Shop,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>North Central Region, Musab Bin Omair Street, Al Madinah, Al Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/05/6a05a8da6612e74c9a6e0b3f41c75199ac3b3ee2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Medina, Al Aqeeq Palace Arac Hotel Madinah is minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="697.15" OriginalAmount="690.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47191172685" Longitude="39.613252208836" StarRating="5" HotelCode="98069|3509383|Bed &amp; Breakfast" HotelName="Al Haram Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 25739, Al-Madinah al-Munawwarah 41476</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/41/8d41f05b47356e1596e1f72eaf5ddabbf7ebaf62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1130.19" OriginalAmount="1119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|intercontinental_dar_al_hijra_madinah" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1142.40" OriginalAmount="1131.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|2391035|Bed &amp; Breakfast" HotelName="Marriott Executive Apartments Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0f8617ce8709cd0e9c938559a95054e03fe6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1154.95" OriginalAmount="1143.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|321221|Bed &amp; Breakfast" HotelName="Shaza Al Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1257.94" OriginalAmount="1245.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505|Bed &amp; Breakfast" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1258.85" OriginalAmount="1246.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|321559|Bed &amp; Breakfast" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1260.28" OriginalAmount="1247.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669|Bed &amp; Breakfast" HotelName="Hilton Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1287.69" OriginalAmount="1274.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300|Bed &amp; Breakfast" HotelName="Millennium Al Aqeeq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1348.52" OriginalAmount="1335.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4887527" Longitude="39.5641065" StarRating="0" HotelCode="|178389" HotelName="Le Meridien Medina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road - Madinah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/9/178389_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1635.60" OriginalAmount="1619.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611|Bed &amp; Breakfast" HotelName="Millennium Taiba Hotel Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1993.21" OriginalAmount="1973.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4714864" Longitude="39.6114743" StarRating="5" HotelCode="|178384" HotelName="Dar Al Taqwa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>City Center</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/4/178384_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2004.98" OriginalAmount="1985.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|6388682|Bed &amp; Breakfast" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2075.35" OriginalAmount="2054.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144|Bed &amp; Breakfast" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="3" HotelCode="835434|712570|Bed &amp; Breakfast" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46336551" Longitude="39.60535684" StarRating="3" HotelCode="776997|629992|Bed &amp; Breakfast" HotelName="Rawdah Al Mukhtara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ben Awaf Street, Northern Area Of Al 10, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629992/629992a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rawdaht Al.Mukhtara Hotel is a prestigious 2 Stars property that located in the hart of the Al.Madin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|629994|Bed &amp; Breakfast" HotelName="Al Mukhtara Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7365.39" OriginalAmount="7292.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535|Bed &amp; Breakfast" HotelName="Al Mukhtara Al Gharbi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service,Jacuzzi,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Gift Shop,24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Currency Exchange,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Kitchen,Central Heating,Designated Smoking Area</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:b6baed05-afed-4f2e-913a-9bfbaf907375
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:18:26.3584549+01:00" Version="0" EchoToken="Search" TransactionIdentifier="9b46e005-2477-41fe-b842-0cf811dec9f6" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="224.48" OriginalAmount="222.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248|Bed &amp; Breakfast" HotelName="Al Mukhtara International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.40" OriginalAmount="225.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.488143" Longitude="39.616199" StarRating="0" HotelCode="|471533" HotelName="Zaha Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zur Al Ghafari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/3/3/471533_a451ea91956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|629988|Bed &amp; Breakfast" HotelName="Odst Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47329" Longitude="39.60898" StarRating="4" HotelCode="310083|629984|Bed &amp; Breakfast" HotelName="Zowar International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Central Area, P.O. 42311, Madina, Al Munnawarra?</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629984/629984a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="393.63" OriginalAmount="389.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|613309|Bed &amp; Breakfast" HotelName="Saja Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="436.14" OriginalAmount="431.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|35724|Bed &amp; Breakfast" HotelName="Madinah Mövenpick Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="441.29" OriginalAmount="436.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|008381" HotelName="Nusk Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="502.10" OriginalAmount="497.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Bed &amp; Breakfast" HotelName="Hotel Pullman ZamZam Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="509.83" OriginalAmount="504.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355|Bed &amp; Breakfast" HotelName="Tulip Inn Al Dar Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="565.68" OriginalAmount="560.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|2367525|Bed &amp; Breakfast" HotelName="Nozol Al Shakreen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="574.32" OriginalAmount="568.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Bed &amp; Breakfast" HotelName="Elaf Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.75" OriginalAmount="575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|holiday_villa_madinah_2" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="593.63" OriginalAmount="587.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4677128" Longitude="39.60459341" StarRating="4" HotelCode="357072|589337" HotelName="Golden Tulip AL Mektan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f1c5203a3bfec0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="604.99" OriginalAmount="599.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|al_muna_kareem_radisson_blu_hotel_al_madinah" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="635.26" OriginalAmount="628.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635|Bed &amp; Breakfast" HotelName="Royal Dyar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="642.88" OriginalAmount="636.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|1368483|Bed &amp; Breakfast" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="656.00" OriginalAmount="649.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|CAS397300|Bed &amp; Breakfast" HotelName="Mövenpick Anwar Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="662.55" OriginalAmount="655.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4720016" Longitude="39.6082188" StarRating="5" HotelCode="310367|52598546|Bed &amp; Breakfast" HotelName="Arac Al Aqeeq" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Gift Shop,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>North Central Region, Musab Bin Omair Street, Al Madinah, Al Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/05/6a05a8da6612e74c9a6e0b3f41c75199ac3b3ee2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Medina, Al Aqeeq Palace Arac Hotel Madinah is minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="697.15" OriginalAmount="690.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47191172685" Longitude="39.613252208836" StarRating="5" HotelCode="98069|3509383|Bed &amp; Breakfast" HotelName="Al Haram Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 25739, Al-Madinah al-Munawwarah 41476</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/41/8d41f05b47356e1596e1f72eaf5ddabbf7ebaf62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1130.19" OriginalAmount="1119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|intercontinental_dar_al_hijra_madinah" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1142.40" OriginalAmount="1131.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|2391035|Bed &amp; Breakfast" HotelName="Marriott Executive Apartments Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0f8617ce8709cd0e9c938559a95054e03fe6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1154.95" OriginalAmount="1143.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|321221|Bed &amp; Breakfast" HotelName="Shaza Al Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1257.94" OriginalAmount="1245.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505|Bed &amp; Breakfast" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1258.85" OriginalAmount="1246.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|321559|Bed &amp; Breakfast" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1260.28" OriginalAmount="1247.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669|Bed &amp; Breakfast" HotelName="Hilton Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1287.69" OriginalAmount="1274.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300|Bed &amp; Breakfast" HotelName="Millennium Al Aqeeq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1348.52" OriginalAmount="1335.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4887527" Longitude="39.5641065" StarRating="0" HotelCode="|178389" HotelName="Le Meridien Medina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road - Madinah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/9/178389_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1635.60" OriginalAmount="1619.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611|Bed &amp; Breakfast" HotelName="Millennium Taiba Hotel Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1993.21" OriginalAmount="1973.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4714864" Longitude="39.6114743" StarRating="5" HotelCode="|178384" HotelName="Dar Al Taqwa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>City Center</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/4/178384_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2004.98" OriginalAmount="1985.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|6388682|Bed &amp; Breakfast" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2075.35" OriginalAmount="2054.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144|Bed &amp; Breakfast" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="3" HotelCode="835434|712570|Bed &amp; Breakfast" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46336551" Longitude="39.60535684" StarRating="3" HotelCode="776997|629992|Bed &amp; Breakfast" HotelName="Rawdah Al Mukhtara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ben Awaf Street, Northern Area Of Al 10, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629992/629992a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rawdaht Al.Mukhtara Hotel is a prestigious 2 Stars property that located in the hart of the Al.Madin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|629994|Bed &amp; Breakfast" HotelName="Al Mukhtara Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7365.39" OriginalAmount="7292.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535|Bed &amp; Breakfast" HotelName="Al Mukhtara Al Gharbi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service,Jacuzzi,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Gift Shop,24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Currency Exchange,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Kitchen,Central Heating,Designated Smoking Area</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:b6baed05-afed-4f2e-913a-9bfbaf907375
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:18:51.668791+01:00" Version="0" EchoToken="Search" TransactionIdentifier="9b46e005-2477-41fe-b842-0cf811dec9f6" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="224.48" OriginalAmount="222.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248|Bed &amp; Breakfast" HotelName="Al Mukhtara International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.40" OriginalAmount="225.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.488143" Longitude="39.616199" StarRating="0" HotelCode="|471533" HotelName="Zaha Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zur Al Ghafari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/3/3/471533_a451ea91956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|629988|Bed &amp; Breakfast" HotelName="Odst Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47329" Longitude="39.60898" StarRating="4" HotelCode="310083|629984|Bed &amp; Breakfast" HotelName="Zowar International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Central Area, P.O. 42311, Madina, Al Munnawarra?</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629984/629984a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="393.63" OriginalAmount="389.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|613309|Bed &amp; Breakfast" HotelName="Saja Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="436.14" OriginalAmount="431.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|35724|Bed &amp; Breakfast" HotelName="Madinah Mövenpick Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="441.29" OriginalAmount="436.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|008381" HotelName="Nusk Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="502.10" OriginalAmount="497.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Bed &amp; Breakfast" HotelName="Hotel Pullman ZamZam Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="509.83" OriginalAmount="504.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355|Bed &amp; Breakfast" HotelName="Tulip Inn Al Dar Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="565.68" OriginalAmount="560.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|2367525|Bed &amp; Breakfast" HotelName="Nozol Al Shakreen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="574.32" OriginalAmount="568.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Bed &amp; Breakfast" HotelName="Elaf Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.75" OriginalAmount="575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|holiday_villa_madinah_2" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="593.63" OriginalAmount="587.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4677128" Longitude="39.60459341" StarRating="4" HotelCode="357072|589337" HotelName="Golden Tulip AL Mektan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f1c5203a3bfec0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="604.99" OriginalAmount="599.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|al_muna_kareem_radisson_blu_hotel_al_madinah" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="609.03" OriginalAmount="603" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6533794" Longitude="-84.4470971" StarRating="5" HotelCode="0|305525-19576019/8372900444308395037/0" HotelName="PULLMAN ZAMZAM MADINA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1776 Harvard Avenue, College Park, GA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9100000/9093700/9093635/ae38d178_b.jpg</HotelPictures>
        <HotelDescription>Just minutes from the world's busiest airport, the Hotel Indigo® Atlanta Airport College Park hotel is nestled in an historic neighborhood with a thoughtful team ready to help you discover its charm. Our spacious guest rooms offer a chance to spread out
 after your journey, and our own Harvard &amp;amp;amp; Main restaurant serves specialties that couldnt be any more local. Ingredients come from our on-site herb garden. Similarly, our bar will spoil you with personal service and tasty cocktails. For meetings, we offer
 2800 square feet of available space, and for easy discovery of greater Atlanta, were also a quick walk to the citys train system, MARTA.
&lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 12:00&lt;br /&gt;Maximum child age: 19&lt;br /&gt; Hotel Indigo Atlanta Airport College Park welcomes your pets up to 75 Lbs to stay with us. Pets above 80 Lbs are not accepted. A non refundable fee for your pet of 25 dollar for the first night or 50 dollars for a multiple night stays is required.
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="635.26" OriginalAmount="628.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635|Bed &amp; Breakfast" HotelName="Royal Dyar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="636.30" OriginalAmount="630" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1466322-32938583/8372900444308395037/80" HotelName="DIYAR AJWA, TAPESTRY COLLECTION BY HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121310000/121306700/121306618/w5757h3835x0y5-8e9276b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="642.88" OriginalAmount="636.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|1368483|Bed &amp; Breakfast" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="656.00" OriginalAmount="649.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|CAS397300|Bed &amp; Breakfast" HotelName="Mövenpick Anwar Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="662.55" OriginalAmount="655.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4720016" Longitude="39.6082188" StarRating="5" HotelCode="310367|52598546|Bed &amp; Breakfast" HotelName="Arac Al Aqeeq" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Gift Shop,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>North Central Region, Musab Bin Omair Street, Al Madinah, Al Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/05/6a05a8da6612e74c9a6e0b3f41c75199ac3b3ee2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Medina, Al Aqeeq Palace Arac Hotel Madinah is minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="697.15" OriginalAmount="690.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47191172685" Longitude="39.613252208836" StarRating="5" HotelCode="98069|3509383|Bed &amp; Breakfast" HotelName="Al Haram Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 25739, Al-Madinah al-Munawwarah 41476</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/41/8d41f05b47356e1596e1f72eaf5ddabbf7ebaf62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="707.00" OriginalAmount="700" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450425-32372448/8372900444308395037/52" HotelName="DOUBLETREE BY HILTON MADINAH GATE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120310000/120302900/120302839/49f6de84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1130.19" OriginalAmount="1119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|intercontinental_dar_al_hijra_madinah" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1142.40" OriginalAmount="1131.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|2391035|Bed &amp; Breakfast" HotelName="Marriott Executive Apartments Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0f8617ce8709cd0e9c938559a95054e03fe6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1154.95" OriginalAmount="1143.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|321221|Bed &amp; Breakfast" HotelName="Shaza Al Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1257.94" OriginalAmount="1245.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505|Bed &amp; Breakfast" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1258.85" OriginalAmount="1246.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|321559|Bed &amp; Breakfast" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1260.28" OriginalAmount="1247.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669|Bed &amp; Breakfast" HotelName="Hilton Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1287.69" OriginalAmount="1274.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300|Bed &amp; Breakfast" HotelName="Millennium Al Aqeeq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1294.82" OriginalAmount="1282" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80772-32393287/8372900444308395037/24" HotelName="MADINAH HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903600/903564/w3837h2789x3y3-6bedb427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1348.52" OriginalAmount="1335.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4887527" Longitude="39.5641065" StarRating="0" HotelCode="|178389" HotelName="Le Meridien Medina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road - Madinah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/9/178389_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1635.60" OriginalAmount="1619.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611|Bed &amp; Breakfast" HotelName="Millennium Taiba Hotel Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1993.21" OriginalAmount="1973.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4714864" Longitude="39.6114743" StarRating="5" HotelCode="|178384" HotelName="Dar Al Taqwa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>City Center</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/4/178384_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2004.98" OriginalAmount="1985.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|6388682|Bed &amp; Breakfast" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2075.35" OriginalAmount="2054.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144|Bed &amp; Breakfast" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="3" HotelCode="835434|712570|Bed &amp; Breakfast" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46336551" Longitude="39.60535684" StarRating="3" HotelCode="776997|629992|Bed &amp; Breakfast" HotelName="Rawdah Al Mukhtara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ben Awaf Street, Northern Area Of Al 10, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629992/629992a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rawdaht Al.Mukhtara Hotel is a prestigious 2 Stars property that located in the hart of the Al.Madin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|629994|Bed &amp; Breakfast" HotelName="Al Mukhtara Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7365.39" OriginalAmount="7292.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535|Bed &amp; Breakfast" HotelName="Al Mukhtara Al Gharbi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Fax,Internet,Lounge,Telephone Service,Spa,Restaurant,Room Service,Conference Hall,Jacuzzi,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Gift Shop,24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Currency Exchange,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Kitchen,Central Heating,Designated Smoking Area</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:b6baed05-afed-4f2e-913a-9bfbaf907375
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:18:52.0735945+01:00" Version="0" EchoToken="Search" TransactionIdentifier="9b46e005-2477-41fe-b842-0cf811dec9f6" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="224.48" OriginalAmount="222.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248|Bed &amp; Breakfast" HotelName="Al Mukhtara International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.40" OriginalAmount="225.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.488143" Longitude="39.616199" StarRating="0" HotelCode="|471533" HotelName="Zaha Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zur Al Ghafari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/3/3/471533_a451ea91956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|629988|Bed &amp; Breakfast" HotelName="Odst Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47329" Longitude="39.60898" StarRating="4" HotelCode="310083|629984|Bed &amp; Breakfast" HotelName="Zowar International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Central Area, P.O. 42311, Madina, Al Munnawarra?</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629984/629984a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="393.63" OriginalAmount="389.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|613309|Bed &amp; Breakfast" HotelName="Saja Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="436.14" OriginalAmount="431.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|35724|Bed &amp; Breakfast" HotelName="Madinah Mövenpick Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="441.29" OriginalAmount="436.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|008381" HotelName="Nusk Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="502.10" OriginalAmount="497.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Bed &amp; Breakfast" HotelName="Hotel Pullman ZamZam Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="509.83" OriginalAmount="504.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355|Bed &amp; Breakfast" HotelName="Tulip Inn Al Dar Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="565.68" OriginalAmount="560.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|2367525|Bed &amp; Breakfast" HotelName="Nozol Al Shakreen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="574.32" OriginalAmount="568.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Bed &amp; Breakfast" HotelName="Elaf Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.75" OriginalAmount="575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|holiday_villa_madinah_2" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="593.63" OriginalAmount="587.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4677128" Longitude="39.60459341" StarRating="4" HotelCode="357072|589337" HotelName="Golden Tulip AL Mektan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f1c5203a3bfec0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="604.99" OriginalAmount="599.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|al_muna_kareem_radisson_blu_hotel_al_madinah" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="609.03" OriginalAmount="603" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6533794" Longitude="-84.4470971" StarRating="5" HotelCode="0|305525-19576019/8372900444308395037/0" HotelName="PULLMAN ZAMZAM MADINA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1776 Harvard Avenue, College Park, GA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9100000/9093700/9093635/ae38d178_b.jpg</HotelPictures>
        <HotelDescription>Just minutes from the world's busiest airport, the Hotel Indigo® Atlanta Airport College Park hotel is nestled in an historic neighborhood with a thoughtful team ready to help you discover its charm. Our spacious guest rooms offer a chance to spread out
 after your journey, and our own Harvard &amp;amp;amp; Main restaurant serves specialties that couldnt be any more local. Ingredients come from our on-site herb garden. Similarly, our bar will spoil you with personal service and tasty cocktails. For meetings, we offer
 2800 square feet of available space, and for easy discovery of greater Atlanta, were also a quick walk to the citys train system, MARTA.
&lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 12:00&lt;br /&gt;Maximum child age: 19&lt;br /&gt; Hotel Indigo Atlanta Airport College Park welcomes your pets up to 75 Lbs to stay with us. Pets above 80 Lbs are not accepted. A non refundable fee for your pet of 25 dollar for the first night or 50 dollars for a multiple night stays is required.
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="635.26" OriginalAmount="628.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635|Bed &amp; Breakfast" HotelName="Royal Dyar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="636.30" OriginalAmount="630" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1466322-32938583/8372900444308395037/80" HotelName="DIYAR AJWA, TAPESTRY COLLECTION BY HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121310000/121306700/121306618/w5757h3835x0y5-8e9276b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="642.88" OriginalAmount="636.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|1368483|Bed &amp; Breakfast" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="656.00" OriginalAmount="649.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|CAS397300|Bed &amp; Breakfast" HotelName="Mövenpick Anwar Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="662.55" OriginalAmount="655.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4720016" Longitude="39.6082188" StarRating="5" HotelCode="310367|52598546|Bed &amp; Breakfast" HotelName="Arac Al Aqeeq" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Gift Shop,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>North Central Region, Musab Bin Omair Street, Al Madinah, Al Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/05/6a05a8da6612e74c9a6e0b3f41c75199ac3b3ee2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Medina, Al Aqeeq Palace Arac Hotel Madinah is minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="697.15" OriginalAmount="690.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47191172685" Longitude="39.613252208836" StarRating="5" HotelCode="98069|3509383|Bed &amp; Breakfast" HotelName="Al Haram Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 25739, Al-Madinah al-Munawwarah 41476</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/41/8d41f05b47356e1596e1f72eaf5ddabbf7ebaf62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="707.00" OriginalAmount="700" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450425-32372448/8372900444308395037/52" HotelName="DOUBLETREE BY HILTON MADINAH GATE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120310000/120302900/120302839/49f6de84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1130.19" OriginalAmount="1119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|intercontinental_dar_al_hijra_madinah" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1142.40" OriginalAmount="1131.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|2391035|Bed &amp; Breakfast" HotelName="Marriott Executive Apartments Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0f8617ce8709cd0e9c938559a95054e03fe6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1154.95" OriginalAmount="1143.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|321221|Bed &amp; Breakfast" HotelName="Shaza Al Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1257.94" OriginalAmount="1245.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505|Bed &amp; Breakfast" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1258.85" OriginalAmount="1246.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|321559|Bed &amp; Breakfast" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1260.28" OriginalAmount="1247.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669|Bed &amp; Breakfast" HotelName="Hilton Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1287.69" OriginalAmount="1274.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300|Bed &amp; Breakfast" HotelName="Millennium Al Aqeeq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1294.82" OriginalAmount="1282" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80772-32393287/8372900444308395037/24" HotelName="MADINAH HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903600/903564/w3837h2789x3y3-6bedb427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1348.52" OriginalAmount="1335.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4887527" Longitude="39.5641065" StarRating="0" HotelCode="|178389" HotelName="Le Meridien Medina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road - Madinah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/9/178389_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1635.60" OriginalAmount="1619.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611|Bed &amp; Breakfast" HotelName="Millennium Taiba Hotel Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1993.21" OriginalAmount="1973.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4714864" Longitude="39.6114743" StarRating="5" HotelCode="|178384" HotelName="Dar Al Taqwa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>City Center</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/4/178384_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2004.98" OriginalAmount="1985.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|6388682|Bed &amp; Breakfast" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2075.35" OriginalAmount="2054.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144|Bed &amp; Breakfast" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="3" HotelCode="835434|712570|Bed &amp; Breakfast" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46336551" Longitude="39.60535684" StarRating="3" HotelCode="776997|629992|Bed &amp; Breakfast" HotelName="Rawdah Al Mukhtara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ben Awaf Street, Northern Area Of Al 10, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629992/629992a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rawdaht Al.Mukhtara Hotel is a prestigious 2 Stars property that located in the hart of the Al.Madin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|629994|Bed &amp; Breakfast" HotelName="Al Mukhtara Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7365.39" OriginalAmount="7292.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535|Bed &amp; Breakfast" HotelName="Al Mukhtara Al Gharbi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Fax,Internet,Lounge,Telephone Service,Restaurant,Room Service,Spa,Conference Hall,Jacuzzi,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Gift Shop,24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Currency Exchange,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Kitchen,Central Heating,Designated Smoking Area</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:b6baed05-afed-4f2e-913a-9bfbaf907375
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:18:52.2957925+01:00" Version="0" EchoToken="Search" TransactionIdentifier="9b46e005-2477-41fe-b842-0cf811dec9f6" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="224.48" OriginalAmount="222.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248|Bed &amp; Breakfast" HotelName="Al Mukhtara International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.40" OriginalAmount="225.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.488143" Longitude="39.616199" StarRating="0" HotelCode="|471533" HotelName="Zaha Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zur Al Ghafari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/3/3/471533_a451ea91956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|629988|Bed &amp; Breakfast" HotelName="Odst Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47329" Longitude="39.60898" StarRating="4" HotelCode="310083|629984|Bed &amp; Breakfast" HotelName="Zowar International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Central Area, P.O. 42311, Madina, Al Munnawarra?</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629984/629984a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="393.63" OriginalAmount="389.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|613309|Bed &amp; Breakfast" HotelName="Saja Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="436.14" OriginalAmount="431.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|35724|Bed &amp; Breakfast" HotelName="Madinah Mövenpick Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="441.29" OriginalAmount="436.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|008381" HotelName="Nusk Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="502.10" OriginalAmount="497.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Bed &amp; Breakfast" HotelName="Hotel Pullman ZamZam Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="509.83" OriginalAmount="504.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355|Bed &amp; Breakfast" HotelName="Tulip Inn Al Dar Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="565.68" OriginalAmount="560.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|2367525|Bed &amp; Breakfast" HotelName="Nozol Al Shakreen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="574.32" OriginalAmount="568.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Bed &amp; Breakfast" HotelName="Elaf Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.75" OriginalAmount="575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|holiday_villa_madinah_2" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="593.63" OriginalAmount="587.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4677128" Longitude="39.60459341" StarRating="4" HotelCode="357072|589337" HotelName="Golden Tulip AL Mektan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f1c5203a3bfec0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="604.99" OriginalAmount="599.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|al_muna_kareem_radisson_blu_hotel_al_madinah" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="609.03" OriginalAmount="603" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6533794" Longitude="-84.4470971" StarRating="5" HotelCode="0|305525-19576019/8372900444308395037/0" HotelName="PULLMAN ZAMZAM MADINA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1776 Harvard Avenue, College Park, GA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9100000/9093700/9093635/ae38d178_b.jpg</HotelPictures>
        <HotelDescription>Just minutes from the world's busiest airport, the Hotel Indigo® Atlanta Airport College Park hotel is nestled in an historic neighborhood with a thoughtful team ready to help you discover its charm. Our spacious guest rooms offer a chance to spread out
 after your journey, and our own Harvard &amp;amp;amp; Main restaurant serves specialties that couldnt be any more local. Ingredients come from our on-site herb garden. Similarly, our bar will spoil you with personal service and tasty cocktails. For meetings, we offer
 2800 square feet of available space, and for easy discovery of greater Atlanta, were also a quick walk to the citys train system, MARTA.
&lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 12:00&lt;br /&gt;Maximum child age: 19&lt;br /&gt; Hotel Indigo Atlanta Airport College Park welcomes your pets up to 75 Lbs to stay with us. Pets above 80 Lbs are not accepted. A non refundable fee for your pet of 25 dollar for the first night or 50 dollars for a multiple night stays is required.
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="635.26" OriginalAmount="628.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635|Bed &amp; Breakfast" HotelName="Royal Dyar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="636.30" OriginalAmount="630" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1466322-32938583/8372900444308395037/80" HotelName="DIYAR AJWA, TAPESTRY COLLECTION BY HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121310000/121306700/121306618/w5757h3835x0y5-8e9276b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="642.88" OriginalAmount="636.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|1368483|Bed &amp; Breakfast" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="656.00" OriginalAmount="649.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|CAS397300|Bed &amp; Breakfast" HotelName="Mövenpick Anwar Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="662.55" OriginalAmount="655.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4720016" Longitude="39.6082188" StarRating="5" HotelCode="310367|52598546|Bed &amp; Breakfast" HotelName="Arac Al Aqeeq" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Gift Shop,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>North Central Region, Musab Bin Omair Street, Al Madinah, Al Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/05/6a05a8da6612e74c9a6e0b3f41c75199ac3b3ee2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Medina, Al Aqeeq Palace Arac Hotel Madinah is minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="697.15" OriginalAmount="690.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47191172685" Longitude="39.613252208836" StarRating="5" HotelCode="98069|3509383|Bed &amp; Breakfast" HotelName="Al Haram Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 25739, Al-Madinah al-Munawwarah 41476</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/41/8d41f05b47356e1596e1f72eaf5ddabbf7ebaf62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="707.00" OriginalAmount="700" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450425-32372448/8372900444308395037/52" HotelName="DOUBLETREE BY HILTON MADINAH GATE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120310000/120302900/120302839/49f6de84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1130.19" OriginalAmount="1119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|intercontinental_dar_al_hijra_madinah" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1142.40" OriginalAmount="1131.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|2391035|Bed &amp; Breakfast" HotelName="Marriott Executive Apartments Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0f8617ce8709cd0e9c938559a95054e03fe6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1154.95" OriginalAmount="1143.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|321221|Bed &amp; Breakfast" HotelName="Shaza Al Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1257.94" OriginalAmount="1245.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505|Bed &amp; Breakfast" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1258.85" OriginalAmount="1246.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|321559|Bed &amp; Breakfast" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1260.28" OriginalAmount="1247.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669|Bed &amp; Breakfast" HotelName="Hilton Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1287.69" OriginalAmount="1274.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300|Bed &amp; Breakfast" HotelName="Millennium Al Aqeeq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1294.82" OriginalAmount="1282" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80772-32393287/8372900444308395037/24" HotelName="MADINAH HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903600/903564/w3837h2789x3y3-6bedb427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1348.52" OriginalAmount="1335.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4887527" Longitude="39.5641065" StarRating="0" HotelCode="|178389" HotelName="Le Meridien Medina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road - Madinah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/9/178389_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1635.60" OriginalAmount="1619.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611|Bed &amp; Breakfast" HotelName="Millennium Taiba Hotel Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1993.21" OriginalAmount="1973.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4714864" Longitude="39.6114743" StarRating="5" HotelCode="|178384" HotelName="Dar Al Taqwa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>City Center</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/4/178384_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2004.98" OriginalAmount="1985.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|6388682|Bed &amp; Breakfast" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2075.35" OriginalAmount="2054.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144|Bed &amp; Breakfast" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="3" HotelCode="835434|712570|Bed &amp; Breakfast" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46336551" Longitude="39.60535684" StarRating="3" HotelCode="776997|629992|Bed &amp; Breakfast" HotelName="Rawdah Al Mukhtara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ben Awaf Street, Northern Area Of Al 10, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629992/629992a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rawdaht Al.Mukhtara Hotel is a prestigious 2 Stars property that located in the hart of the Al.Madin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|629994|Bed &amp; Breakfast" HotelName="Al Mukhtara Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7365.39" OriginalAmount="7292.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535|Bed &amp; Breakfast" HotelName="Al Mukhtara Al Gharbi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Fax,Internet,Lounge,Telephone Service,Conference Hall,Restaurant,Room Service,Spa,Jacuzzi,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Gift Shop,24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Currency Exchange,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Kitchen,Central Heating,Designated Smoking Area</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="399895|1785248|Bed &amp; Breakfast" SourceId="16" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|RateHawkPrice|exception while supplier interation||RateHawk|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:b6baed05-afed-4f2e-913a-9bfbaf907375
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:19:18.5551942+01:00" Version="0" EchoToken="Search" TransactionIdentifier="9b46e005-2477-41fe-b842-0cf811dec9f6" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="224.48" OriginalAmount="222.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248|Bed &amp; Breakfast" HotelName="Al Mukhtara International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.40" OriginalAmount="225.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.488143" Longitude="39.616199" StarRating="0" HotelCode="|471533" HotelName="Zaha Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zur Al Ghafari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/3/3/471533_a451ea91956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|629988|Bed &amp; Breakfast" HotelName="Odst Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47329" Longitude="39.60898" StarRating="4" HotelCode="310083|629984|Bed &amp; Breakfast" HotelName="Zowar International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Central Area, P.O. 42311, Madina, Al Munnawarra?</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629984/629984a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="393.63" OriginalAmount="389.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|613309|Bed &amp; Breakfast" HotelName="Saja Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="436.14" OriginalAmount="431.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|35724|Bed &amp; Breakfast" HotelName="Madinah Mövenpick Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="441.29" OriginalAmount="436.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|008381" HotelName="Nusk Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="502.10" OriginalAmount="497.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Bed &amp; Breakfast" HotelName="Hotel Pullman ZamZam Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="509.83" OriginalAmount="504.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355|Bed &amp; Breakfast" HotelName="Tulip Inn Al Dar Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="565.68" OriginalAmount="560.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|2367525|Bed &amp; Breakfast" HotelName="Nozol Al Shakreen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="574.32" OriginalAmount="568.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Bed &amp; Breakfast" HotelName="Elaf Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.75" OriginalAmount="575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|holiday_villa_madinah_2" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="593.63" OriginalAmount="587.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4677128" Longitude="39.60459341" StarRating="4" HotelCode="357072|589337" HotelName="Golden Tulip AL Mektan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f1c5203a3bfec0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="604.99" OriginalAmount="599.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|al_muna_kareem_radisson_blu_hotel_al_madinah" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="609.03" OriginalAmount="603" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6533794" Longitude="-84.4470971" StarRating="5" HotelCode="0|305525-19576019/8372900444308395037/0" HotelName="PULLMAN ZAMZAM MADINA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1776 Harvard Avenue, College Park, GA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9100000/9093700/9093635/ae38d178_b.jpg</HotelPictures>
        <HotelDescription>Just minutes from the world's busiest airport, the Hotel Indigo® Atlanta Airport College Park hotel is nestled in an historic neighborhood with a thoughtful team ready to help you discover its charm. Our spacious guest rooms offer a chance to spread out
 after your journey, and our own Harvard &amp;amp;amp; Main restaurant serves specialties that couldnt be any more local. Ingredients come from our on-site herb garden. Similarly, our bar will spoil you with personal service and tasty cocktails. For meetings, we offer
 2800 square feet of available space, and for easy discovery of greater Atlanta, were also a quick walk to the citys train system, MARTA.
&lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 12:00&lt;br /&gt;Maximum child age: 19&lt;br /&gt; Hotel Indigo Atlanta Airport College Park welcomes your pets up to 75 Lbs to stay with us. Pets above 80 Lbs are not accepted. A non refundable fee for your pet of 25 dollar for the first night or 50 dollars for a multiple night stays is required.
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="635.26" OriginalAmount="628.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635|Bed &amp; Breakfast" HotelName="Royal Dyar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="636.30" OriginalAmount="630" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1466322-32938583/8372900444308395037/80" HotelName="DIYAR AJWA, TAPESTRY COLLECTION BY HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121310000/121306700/121306618/w5757h3835x0y5-8e9276b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="642.88" OriginalAmount="636.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|1368483|Bed &amp; Breakfast" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="656.00" OriginalAmount="649.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|CAS397300|Bed &amp; Breakfast" HotelName="Mövenpick Anwar Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="662.55" OriginalAmount="655.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4720016" Longitude="39.6082188" StarRating="5" HotelCode="310367|52598546|Bed &amp; Breakfast" HotelName="Arac Al Aqeeq" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Gift Shop,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>North Central Region, Musab Bin Omair Street, Al Madinah, Al Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/05/6a05a8da6612e74c9a6e0b3f41c75199ac3b3ee2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Medina, Al Aqeeq Palace Arac Hotel Madinah is minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="697.15" OriginalAmount="690.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47191172685" Longitude="39.613252208836" StarRating="5" HotelCode="98069|3509383|Bed &amp; Breakfast" HotelName="Al Haram Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 25739, Al-Madinah al-Munawwarah 41476</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/41/8d41f05b47356e1596e1f72eaf5ddabbf7ebaf62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="707.00" OriginalAmount="700" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450425-32372448/8372900444308395037/52" HotelName="DOUBLETREE BY HILTON MADINAH GATE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120310000/120302900/120302839/49f6de84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1130.19" OriginalAmount="1119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|intercontinental_dar_al_hijra_madinah" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1142.40" OriginalAmount="1131.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|2391035|Bed &amp; Breakfast" HotelName="Marriott Executive Apartments Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0f8617ce8709cd0e9c938559a95054e03fe6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1154.95" OriginalAmount="1143.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|321221|Bed &amp; Breakfast" HotelName="Shaza Al Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1257.94" OriginalAmount="1245.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505|Bed &amp; Breakfast" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1258.85" OriginalAmount="1246.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|321559|Bed &amp; Breakfast" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1260.28" OriginalAmount="1247.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669|Bed &amp; Breakfast" HotelName="Hilton Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1287.69" OriginalAmount="1274.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300|Bed &amp; Breakfast" HotelName="Millennium Al Aqeeq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1294.82" OriginalAmount="1282" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80772-32393287/8372900444308395037/24" HotelName="MADINAH HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903600/903564/w3837h2789x3y3-6bedb427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1348.52" OriginalAmount="1335.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4887527" Longitude="39.5641065" StarRating="0" HotelCode="|178389" HotelName="Le Meridien Medina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road - Madinah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/9/178389_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1635.60" OriginalAmount="1619.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611|Bed &amp; Breakfast" HotelName="Millennium Taiba Hotel Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1993.21" OriginalAmount="1973.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4714864" Longitude="39.6114743" StarRating="5" HotelCode="|178384" HotelName="Dar Al Taqwa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>City Center</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/4/178384_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2004.98" OriginalAmount="1985.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|6388682|Bed &amp; Breakfast" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2075.35" OriginalAmount="2054.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144|Bed &amp; Breakfast" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="3" HotelCode="835434|712570|Bed &amp; Breakfast" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46336551" Longitude="39.60535684" StarRating="3" HotelCode="776997|629992|Bed &amp; Breakfast" HotelName="Rawdah Al Mukhtara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ben Awaf Street, Northern Area Of Al 10, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629992/629992a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rawdaht Al.Mukhtara Hotel is a prestigious 2 Stars property that located in the hart of the Al.Madin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|629994|Bed &amp; Breakfast" HotelName="Al Mukhtara Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7365.39" OriginalAmount="7292.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535|Bed &amp; Breakfast" HotelName="Al Mukhtara Al Gharbi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Fax,Internet,Lounge,Telephone Service,Restaurant,Room Service,Spa,Conference Hall,Jacuzzi,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Gift Shop,24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Currency Exchange,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Kitchen,Central Heating,Designated Smoking Area</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:b6baed05-afed-4f2e-913a-9bfbaf907375
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:19:35.0665576+01:00" Version="0" EchoToken="Search" TransactionIdentifier="9b46e005-2477-41fe-b842-0cf811dec9f6" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="224.48" OriginalAmount="222.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248|Bed &amp; Breakfast" HotelName="Al Mukhtara International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.40" OriginalAmount="225.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.488143" Longitude="39.616199" StarRating="0" HotelCode="|471533" HotelName="Zaha Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zur Al Ghafari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/3/3/471533_a451ea91956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|629988|Bed &amp; Breakfast" HotelName="Odst Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47329" Longitude="39.60898" StarRating="4" HotelCode="310083|629984|Bed &amp; Breakfast" HotelName="Zowar International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Central Area, P.O. 42311, Madina, Al Munnawarra?</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629984/629984a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="358.79" OriginalAmount="355.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|2292965|Bed &amp; Breakfast" HotelName="Nusk Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="393.63" OriginalAmount="389.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|613309|Bed &amp; Breakfast" HotelName="Saja Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="436.14" OriginalAmount="431.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|35724|Bed &amp; Breakfast" HotelName="Madinah Mövenpick Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="502.10" OriginalAmount="497.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Bed &amp; Breakfast" HotelName="Hotel Pullman ZamZam Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="509.83" OriginalAmount="504.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355|Bed &amp; Breakfast" HotelName="Tulip Inn Al Dar Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="542.51" OriginalAmount="537.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|1658548|Bed &amp; Breakfast" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="565.68" OriginalAmount="560.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|2367525|Bed &amp; Breakfast" HotelName="Nozol Al Shakreen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="574.32" OriginalAmount="568.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Bed &amp; Breakfast" HotelName="Elaf Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.75" OriginalAmount="575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|holiday_villa_madinah_2" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="593.63" OriginalAmount="587.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4677128" Longitude="39.60459341" StarRating="4" HotelCode="357072|589337" HotelName="Golden Tulip AL Mektan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f1c5203a3bfec0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="609.03" OriginalAmount="603" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6533794" Longitude="-84.4470971" StarRating="5" HotelCode="0|305525-19576019/8372900444308395037/0" HotelName="PULLMAN ZAMZAM MADINA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1776 Harvard Avenue, College Park, GA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9100000/9093700/9093635/ae38d178_b.jpg</HotelPictures>
        <HotelDescription>Just minutes from the world's busiest airport, the Hotel Indigo® Atlanta Airport College Park hotel is nestled in an historic neighborhood with a thoughtful team ready to help you discover its charm. Our spacious guest rooms offer a chance to spread out
 after your journey, and our own Harvard &amp;amp;amp; Main restaurant serves specialties that couldnt be any more local. Ingredients come from our on-site herb garden. Similarly, our bar will spoil you with personal service and tasty cocktails. For meetings, we offer
 2800 square feet of available space, and for easy discovery of greater Atlanta, were also a quick walk to the citys train system, MARTA.
&lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 12:00&lt;br /&gt;Maximum child age: 19&lt;br /&gt; Hotel Indigo Atlanta Airport College Park welcomes your pets up to 75 Lbs to stay with us. Pets above 80 Lbs are not accepted. A non refundable fee for your pet of 25 dollar for the first night or 50 dollars for a multiple night stays is required.
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="635.26" OriginalAmount="628.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635|Bed &amp; Breakfast" HotelName="Royal Dyar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="636.30" OriginalAmount="630" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1466322-32938583/8372900444308395037/80" HotelName="DIYAR AJWA, TAPESTRY COLLECTION BY HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121310000/121306700/121306618/w5757h3835x0y5-8e9276b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="642.88" OriginalAmount="636.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|1368483|Bed &amp; Breakfast" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="656.00" OriginalAmount="649.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|CAS397300|Bed &amp; Breakfast" HotelName="Mövenpick Anwar Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="662.55" OriginalAmount="655.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4720016" Longitude="39.6082188" StarRating="5" HotelCode="310367|52598546|Bed &amp; Breakfast" HotelName="Arac Al Aqeeq" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Gift Shop,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>North Central Region, Musab Bin Omair Street, Al Madinah, Al Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/05/6a05a8da6612e74c9a6e0b3f41c75199ac3b3ee2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Medina, Al Aqeeq Palace Arac Hotel Madinah is minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="697.15" OriginalAmount="690.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47191172685" Longitude="39.613252208836" StarRating="5" HotelCode="98069|3509383|Bed &amp; Breakfast" HotelName="Al Haram Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 25739, Al-Madinah al-Munawwarah 41476</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/41/8d41f05b47356e1596e1f72eaf5ddabbf7ebaf62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="707.00" OriginalAmount="700" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450425-32372448/8372900444308395037/52" HotelName="DOUBLETREE BY HILTON MADINAH GATE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120310000/120302900/120302839/49f6de84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1130.19" OriginalAmount="1119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|intercontinental_dar_al_hijra_madinah" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1142.40" OriginalAmount="1131.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|2391035|Bed &amp; Breakfast" HotelName="Marriott Executive Apartments Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0f8617ce8709cd0e9c938559a95054e03fe6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1154.95" OriginalAmount="1143.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|321221|Bed &amp; Breakfast" HotelName="Shaza Al Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1257.94" OriginalAmount="1245.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505|Bed &amp; Breakfast" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1258.85" OriginalAmount="1246.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|321559|Bed &amp; Breakfast" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1260.28" OriginalAmount="1247.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669|Bed &amp; Breakfast" HotelName="Hilton Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1287.69" OriginalAmount="1274.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300|Bed &amp; Breakfast" HotelName="Millennium Al Aqeeq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1294.82" OriginalAmount="1282" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80772-32393287/8372900444308395037/24" HotelName="MADINAH HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903600/903564/w3837h2789x3y3-6bedb427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1348.52" OriginalAmount="1335.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4887527" Longitude="39.5641065" StarRating="0" HotelCode="|178389" HotelName="Le Meridien Medina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road - Madinah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/9/178389_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1635.60" OriginalAmount="1619.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611|Bed &amp; Breakfast" HotelName="Millennium Taiba Hotel Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1993.21" OriginalAmount="1973.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4714864" Longitude="39.6114743" StarRating="5" HotelCode="|178384" HotelName="Dar Al Taqwa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>City Center</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/4/178384_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2004.98" OriginalAmount="1985.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|6388682|Bed &amp; Breakfast" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2075.35" OriginalAmount="2054.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144|Bed &amp; Breakfast" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="3" HotelCode="835434|712570|Bed &amp; Breakfast" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46336551" Longitude="39.60535684" StarRating="3" HotelCode="776997|629992|Bed &amp; Breakfast" HotelName="Rawdah Al Mukhtara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ben Awaf Street, Northern Area Of Al 10, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629992/629992a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rawdaht Al.Mukhtara Hotel is a prestigious 2 Stars property that located in the hart of the Al.Madin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|629994|Bed &amp; Breakfast" HotelName="Al Mukhtara Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7365.39" OriginalAmount="7292.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535|Bed &amp; Breakfast" HotelName="Al Mukhtara Al Gharbi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service,Jacuzzi,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Gift Shop,24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Currency Exchange,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Kitchen,Central Heating,Designated Smoking Area</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="313286|59432551|Bed &amp; Breakfast" SourceId="12" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6" TimeStamp="0001-01-01T00:00:00" HotelName="Hotel Pullman ZamZam Madinah" HotelCode="313286|59432551" StarRating="5" GTCityId="71497" CountryCode="SA" CityName="Madinah" CountryName="Saudi Arabia" Address="Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499" PostCode="41499" PhoneNo="+966148210500,+966148211889" FaxNo="" Email="h9245@accor.com" CheckInTime="16:00" CheckOutTime="12:00" Latitude="24.464248237184" Longitude="39.611160794889" SourceId="12" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, 4 BEDS, CITY VIEW" RoomTypeCode="0|0|1161427545|1786007981031289B2164B0||yes|1940985|16|MzQ2LjY1fEdCUHwyMDI2LTA4LTA2" OriginalAmount="347" TotalPrice="350.12" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly... NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="350.12" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Quadruple room with city view" RoomTypeCode="h-71b3b482-394b-5254-b0fa-876d6d6b642f|63|MzYyLjAwfEdCUHwyMDI2LTA4LTA2" OriginalAmount="362" TotalPrice="365.62" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 47.22-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Fridge|Family room|VIP room amenities|Indoor Fireplace|Smoke Detector|TV|Minibar|Hairdryer|Shower/Bathtub|Shower|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="365.62" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: SUPERIOR ROOM" RoomTypeCode="4291916267-1-0|714291916267|4|0|12|MzcwLjY2fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="371" TotalPrice="374.37" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: QUADRUPLE SUPERIOR CITY VIEW" RoomTypeCode="3027040745-1-0|713027040745|4|0|12|Mzg1LjE5fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="385" TotalPrice="389.04" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, QUADRUPLE, CITY VIEW" RoomTypeCode="0|0|1249865615|1786007981060844B2120B6||yes|1940985|16|NDAyLjM0fEdCUHwyMDI2LTA4LTA2" OriginalAmount="402" TotalPrice="406.36" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="406.36" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Superior Double room with city view (twin beds) (bed type is subject to availability, extra beds not included)" RoomTypeCode="h-a71f006f-bfd3-50ba-bb46-4bea389c4db9|63|NDE1LjAwfEdCUHwyMDI2LTA4LTA2" OriginalAmount="415" TotalPrice="419.15" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 54.13-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Fridge|Family room|VIP room amenities|Indoor Fireplace|Smoke Detector|TV|Minibar|Hairdryer|Shower/Bathtub|Shower|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="419.15" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Superior Room, 4 Single Size Beds - City view" RoomTypeCode="20260915$20260918$W$273$460321$ROO.CV-SU$ID_B2B_97$RO$APFLMRA1$1~4~0$$N@07~A-SIC~20824e~-5273130~N~~~NOR~~DEA50C5BB8D9471178600733824906AAUK001500090006082431e6|8|NDg2LjY3fEVVUnwyMDI2LTA5LTA3" OriginalAmount="417" TotalPrice="421.34" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-07T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="417.17" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, SUITE, DOUBLE AND TWIN BEDS, CITY VIEW" RoomTypeCode="0|0|1134538695|1786007981031289B2164B7||yes|1940985|16|NDM4LjMyfEdCUHwyMDI2LTA4LTA2" OriginalAmount="438" TotalPrice="442.70" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly.MEA APAC MID-YEAR SALE 2026. NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="442.70" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: EXECUTIVE, SUITE, DOUBLE AND TWIN BEDS, CITY VIEW" RoomTypeCode="0|0|1134538715|1786007981031289B2164B14||yes|1940985|16|NDUyLjQ0fEdCUHwyMDI2LTA4LTA2" OriginalAmount="452" TotalPrice="456.96" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly.MEA APAC MID-YEAR SALE 2026. NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="456.96" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Deluxe Suite with city view" RoomTypeCode="h-3be5c73b-7e7f-5da6-8c75-5c2ef8b2ada1|63|NDU3LjAwfEdCUHwyMDI2LTA4LTA2" OriginalAmount="457" TotalPrice="461.57" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 59.61-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Fridge|Family room|VIP room amenities|Indoor Fireplace|Smoke Detector|TV|Minibar|Hairdryer|Shower/Bathtub|Shower|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="461.57" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: DELUXE SUITE -  CITY VIEW" RoomTypeCode="1413017382-1-0|711413017382|4|0|12|NDY4LjgxfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="469" TotalPrice="473.50" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Executive Suite with city view" RoomTypeCode="h-0f6c7906-e333-5741-9077-bd92221346d1|63|NDcyLjAwfEdCUHwyMDI2LTA4LTA2" OriginalAmount="472" TotalPrice="476.72" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 61.57-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Fridge|Family room|VIP room amenities|Indoor Fireplace|Smoke Detector|TV|Minibar|Hairdryer|Shower/Bathtub|Shower|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="476.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: DELUXE SUITE -  CITY VIEW NON REFUNDABLE" RoomTypeCode="184690765-1-0|710184690765|4|0|12|NDc1LjYzfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="476" TotalPrice="480.39" Status="CheckRates" NonRefundable="false" FreeText="Non Refundable Rate" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room only-No Breakfast service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Superior Room, 4 Single Size Beds - City View" RoomTypeCode="02095|74aa1cd1-9176-11f1-8857-61bf5990a587$VDLJZkUNsvP6Qg9d-ridMAXDmEfh6oRD_LJITfE_0H_IP6JNiX-rkY9nrgWEf9TOY4fkfkxGN-ftbEVP7Cnu9ndy5RxRXkvH9Zx3FBGxZsJzSv8lzJjrVv3_wB0l08uoj59zN_Qvb-SuavGAro-NNmn7WqFYSmElbhBGZK_xgjQuVkX7rgs1AhZw9KOFBi3VsdZ0Ij11gPv189QZRe5n3zZZy79Ye5aoaMe2YZclWSL_wScilvUBcEyGtTtN4mUAf8DEO7Kzhyx6O-siukYvcCSPw0Bi5WYYKazVdiG9K2oodlTVf29qg6Rg-sxgSQNQIys5jLTqqhw|476.85|313286|CBA592700|1|NDc2Ljg1fEdCUHwyMDI2LTA5LTA2" OriginalAmount="477" TotalPrice="481.62" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 06/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="481.62" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, SUITE, KING BED, CITY VIEW" RoomTypeCode="0|0|1173161495|1786007981050988B2129B31||yes|1940985|16|NDc4LjI0fEdCUHwyMDI2LTA4LTA2" OriginalAmount="478" TotalPrice="483.02" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Guests must contact this property in advance to reserve onsite parking&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Some water is reused through a grey water recycling system&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher and a first aid kit&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of ALLSAFE (Accor Hotels)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately SAR 86 for adults and SAR 43 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Self parking fee: SAR 70 per day (in/out privileges)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Early check-in fee: 100 percent of room rate (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Housekeeping is available for an additional fee&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: SAR 150.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Up to 2 children 12 years old and younger stay free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 4 people: 149.74 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 4 people: 117.93 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 4 people: 226.36 USD (This amount is included within the total price). NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="483.02" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, CITY VIEW" RoomTypeCode="0|0|1249865655|1786007981031710B2172B8||yes|1940985|16|NDg1LjUxfEdCUHwyMDI2LTA4LTA2" OriginalAmount="486" TotalPrice="490.37" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="490.37" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: EXECUTIVE, SUITE, DOUBLE BED, CITY VIEW" RoomTypeCode="0|0|1249865645|1786007981050988B2129B19||yes|1940985|16|NDkzLjY1fEdCUHwyMDI2LTA4LTA2" OriginalAmount="494" TotalPrice="498.59" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Guests must contact this property in advance to reserve onsite parking&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Some water is reused through a grey water recycling system&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher and a first aid kit&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of ALLSAFE (Accor Hotels)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately SAR 86 for adults and SAR 43 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Self parking fee: SAR 70 per day (in/out privileges)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Early check-in fee: 100 percent of room rate (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Housekeeping is available for an additional fee&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: SAR 150.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Up to 2 children 12 years old and younger stay free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 4 people: 153.55 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 4 people: 121.72 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 4 people: 230.17 USD (This amount is included within the total price). NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="498.59" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: EXECUTIVE, SUITE, DOUBLE AND TWIN BEDS, HARAM VIEW" RoomTypeCode="0|0|1134538835|1786007981031289B2164B21||yes|1940985|16|NDk0LjY3fEdCUHwyMDI2LTA4LTA2" OriginalAmount="495" TotalPrice="499.62" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly.MEA APAC MID-YEAR SALE 2026. NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="499.62" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast Service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Superior Room, 4 Single Size Beds - City View" RoomTypeCode="02095|74aa1cd1-9176-11f1-8857-61bf5990a587$gf-xCppmRkEiv-eOigi4MOTAIKWzhHnQ_vea-dphz0MdAMYql5cktYf1o8SNvUvZSiMLlNeJIb_3gtTJKecJ78oPkh3vj18iLdZaQMCR2dsNgvcIAdoqi0639ySjFI-kjZP4V3nzpLLuyGyBCg7dpL0ZgSCS8r4UPvIW7pGa-q3MkXbB9t3_Rm3MYViHT8Wr19v2HJAKXtmP_jHcXaodRLLJFQy3go2YCcMBYBRZUId8Ij37-1QqCIE1kY6kSW9I2Z3NfyBzbK6NmxqAOfo9hbJGCqsJWKdwpb4Ll252N10EcbdRl83Eps-w8UQj23r5ps23WPP1cQjU0iFxGuExjA|495.18|313286|CBA592700|1|NDk1LjE4fEdCUHwyMDI2LTA5LTA3" OriginalAmount="495" TotalPrice="500.13" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-07T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="500.13" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE, SUITE, CITY VIEW" RoomTypeCode="0|0|1249865575|1786007981077988B2153B4||yes|1940985|16|NTAwLjI2fEdCUHwyMDI2LTA4LTA2" OriginalAmount="500" TotalPrice="505.26" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="505.26" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Executive Haram View Suite" RoomTypeCode="h-071bba68-8009-570d-8d14-44f4d2cc8752|63|NTE2LjAwfEdCUHwyMDI2LTA4LTA2" OriginalAmount="516" TotalPrice="521.16" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 67.30-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Fridge|Family room|VIP room amenities|Indoor Fireplace|Smoke Detector|TV|Minibar|Hairdryer|Shower/Bathtub|Shower|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="521.16" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: EXECUTIVE, SUITE, CITY VIEW" RoomTypeCode="0|0|1249865585|1786007981077988B2153B8||yes|1940985|16|NTE2LjM5fEdCUHwyMDI2LTA4LTA2" OriginalAmount="516" TotalPrice="521.55" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="521.55" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: DELUXE SUITE, 1 Double Size Bed, 2 Single Size Beds, City View" RoomTypeCode="20260915$20260918$W$273$460321$SUI.DX$ID_B2B_97$RO$APFLMRA1$1~4~0$$N@07~A-SIC~20d2ea~-2680241~N~~~NOR~~DEA50C5BB8D9471178600733824906AAUK00150009000608225267|8|NjE1LjM3fEVVUnwyMDI2LTA5LTA3" OriginalAmount="528" TotalPrice="532.78" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-07T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="527.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: EXECUTIVE, SUITE, KING BED, HARAM VIEW" RoomTypeCode="0|0|1249866855|1786007981050988B2129B43||yes|1940985|16|NTM5LjczfEdCUHwyMDI2LTA4LTA2" OriginalAmount="540" TotalPrice="545.13" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Guests must contact this property in advance to reserve onsite parking&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Some water is reused through a grey water recycling system&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher and a first aid kit&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property affirms that it follows the cleaning and disinfection practices of ALLSAFE (Accor Hotels)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for buffet breakfast: approximately SAR 86 for adults and SAR 43 for children&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Self parking fee: SAR 70 per day (in/out privileges)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Early check-in fee: 100 percent of room rate (subject to availability)&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Housekeeping is available for an additional fee&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Rollaway bed fee: SAR 150.0 per night&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Up to 2 children 12 years old and younger stay free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The property has connecting/adjoining rooms, which are subject to availability and can be requested by contacting the property using the number on the booking confirmation. &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 4 people: 164.90 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 4 people: 133.10 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 4 people: 241.51 USD (This amount is included within the total price). NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="545.13" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: EXECUTIVE SUITE, 1 Double Size Bed, 2 Single Size Beds, City View" RoomTypeCode="20260915$20260918$W$273$460321$SUI.CV-EJ$ID_B2B_97$RO$APFLMRA1$1~4~0$$N@07~A-SIC~212302~1298673612~N~~~NOR~~DEA50C5BB8D9471178600733824906AAUK0015000900060821427b|8|NjM1LjIwfEVVUnwyMDI2LTA5LTA3" OriginalAmount="544" TotalPrice="549.93" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-07T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="544.49" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUPERIOR, QUADRUPLE, WITH VIEW" RoomTypeCode="0|0|1537195255|1786007981069530B2098B13||yes|1940985|16|NTUyLjI4fEdCUHwyMDI2LTA4LTA2" OriginalAmount="552" TotalPrice="557.80" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="557.80" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: EXECUTIVE, SUITE, HARAM VIEW" RoomTypeCode="0|0|1249865625|1786007981077988B2153B12||yes|1940985|16|NTY0LjU4fEdCUHwyMDI2LTA4LTA2" OriginalAmount="565" TotalPrice="570.23" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="570.23" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Classic Triple room (extra bed not included)" RoomTypeCode="h-2cc2de82-45d8-5a01-9f32-baba55134d79|63|NTY2LjAwfEdCUHwyMDI2LTA5LTEy" OriginalAmount="566" TotalPrice="571.66" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/09/2026"><AdditionalDetails>GBP 73.83-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Fridge|Family room|VIP room amenities|Indoor Fireplace|Smoke Detector|TV|Minibar|Hairdryer|Shower/Bathtub|Shower|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-08T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="571.66" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: EXECUTIVE SUITE, 1 Double Size Bed, 2 Single Size Beds, Haram View" RoomTypeCode="20260915$20260918$W$273$460321$SUI.EJ$ID_B2B_97$RO$APFLMRA1$1~4~0$$N@07~A-SIC~20534a~694389665~N~~~NOR~~DEA50C5BB8D9471178600733824906AAUK0015000900060822f2b6|8|Njk0LjQ3fEVVUnwyMDI2LTA5LTA3" OriginalAmount="595" TotalPrice="601.25" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-07T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="595.30" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: SUPERIOR CITY VIEW QUAD" RoomTypeCode="2315537868-1-0|712315537868|4|0|12|NTk3Ljg1fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="598" TotalPrice="603.83" Status="CheckRates" NonRefundable="false" FreeText="Non Refundable Rate" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: EXECUTIVE SUITE -  CITY VIEW" RoomTypeCode="3922712838-1-0|713922712838|4|0|12|NjEwLjI3fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="610" TotalPrice="616.37" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Deluxe Double room (full double bed) (bed type is subject to availability, extra beds not included)" RoomTypeCode="h-b140c7bf-2ddc-5d6f-ac6a-ec6689a752c4|63|NjE1LjAwfEdCUHwyMDI2LTA4LTA2" OriginalAmount="615" TotalPrice="621.15" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 80.22-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Fridge|Family room|VIP room amenities|Indoor Fireplace|Smoke Detector|TV|Minibar|Hairdryer|Shower/Bathtub|Shower|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="621.15" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: EXECUTIVE SUITE -  CITY VIEW NON REFUNDABLE" RoomTypeCode="1246882840-1-0|711246882840|4|0|12|NjE4LjA1fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="618" TotalPrice="624.23" Status="CheckRates" NonRefundable="false" FreeText="Non Refundable Rate" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast Service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Deluxe Suite with City View" RoomTypeCode="02095|74aa1cd1-9176-11f1-8857-61bf5990a587$gf-xCppmRkHOZJKLgeXXAW900JvptiTZAzPw0xF4qdSHcXITmDOfpRFpB60LWSdp4_2YmL9nfksTK42hbQaROD4U_CMeEIMgxjTJMd2rx0CB0XdPx2WD77EQBjfwqV5WsEMgSpDvQzalvGH6VrscfUOHqf3ays8YCMg_OPr7icxk_FW8UYv3d7p6v4or_Ry4QicNNMd4H5YCP4X7E6RE__dhYp-hsSF3fkJMUVeP3rbC4bAcpBVbDj7cq_fJfPhI91FWpiKdZLziSSqQJ3XSOEa49MBpsiGDHxNkkLGJ6xLxiRq0Fass8HoqUgzuVOv-NlnLv1h7lqjVnHeSlEQNbw|626.15|313286|CBA592700|1|NjI2LjE1fEdCUHwyMDI2LTA5LTA3" OriginalAmount="626" TotalPrice="632.41" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-07T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="632.41" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: CLASSIC" RoomTypeCode="0|1331|1161107745|1786007981049575B2119B42||yes|1940985|16|NjI2LjYzfEdCUHwyMDI2LTA4LTA2" OriginalAmount="627" TotalPrice="632.90" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="632.90" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast Service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Executive Suite with City View" RoomTypeCode="02095|74aa1cd1-9176-11f1-8857-61bf5990a587$gf-xCppmRkFaB8gRjMQKIpCruXIQltNRZ9_xLdbCWRzQCswzns9vcEyIwEImnV_-1SEAZqTkLfo3A58gbgVMUEx45Iwo_AUx5QsPqa33L1gNgvcIAdoqi0639ySjFI-kjZP4V3nzpLLuyGyBCg7dpL0ZgSCS8r4UPvIW7pGa-q3MkXbB9t3_Rgcgio2RnwTy19v2HJAKXtmP_jHcXaodRLLJFQy3go2YCcMBYBRZUId8Ij37-1QqCIE1kY6kSW9I2Z3NfyBzbK6NmxqAOfo9hbJGCqsJWKdwpb4Ll252N10EcbdRl83Eps-w8UQj23r5ps23WPP1cQjU0iFxGuExjA|646.32|313286|CBA592700|1|NjQ2LjMyfEdCUHwyMDI2LTA5LTA3" OriginalAmount="646" TotalPrice="652.78" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-07T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="652.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: EXECUTIVE SUITE -  HARAM VIEW" RoomTypeCode="1814089261-1-0|711814089261|4|0|12|NjU1LjQwfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="655" TotalPrice="661.95" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: EXECUTIVE SUITE -  HARAM VIEW NON REFUNDABLE" RoomTypeCode="1305828519-1-0|711305828519|4|0|12|NjYzLjc3fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="664" TotalPrice="670.41" Status="CheckRates" NonRefundable="false" FreeText="Non Refundable Rate" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room only-No breakfast Service" FilterMealType="ROOM ONLY-NO BREAKFAST SERVICE" RoomType="Room 1: Executive Suite with Haram View" RoomTypeCode="02095|74aa1cd1-9176-11f1-8857-61bf5990a587$gf-xCppmRkHkzvLYQWpiCwk0Y6F4lISeIWFVA9sTLBiIhCRok4qEGEUhxjQBiH9LfkRihDXQQ61RnrQ_pTgDpkx45Iwo_AUxoaZxg03L0c8NgvcIAdoqi0639ySjFI-kjZP4V3nzpLLuyGyBCg7dpL0ZgSCS8r4UPvIW7pGa-q3MkXbB9t3_Rh9pHwYHZ8Di19v2HJAKXtmP_jHcXaodRLLJFQy3go2YCcMBYBRZUId8Ij37-1QqCIE1kY6kSW9I2Z3NfyBzbK6NmxqAOfo9hbJGCqsJWKdwpb4Ll252N10EcbdRl83Eps-w8UQj23r5ps23WPP1cQjU0iFxGuExjA|706.65|313286|CBA592700|1|NzA2LjY1fEdCUHwyMDI2LTA5LTA3" OriginalAmount="707" TotalPrice="713.72" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-07T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="713.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Deluxe Double room (full double bed) (king size bed, extra beds not included)" RoomTypeCode="h-48445c48-a3a6-5ee6-af06-05ed124336e8|63|NzIxLjAwfEdCUHwyMDI2LTA4LTA2" OriginalAmount="721" TotalPrice="728.21" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 94.04-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="true" InRoomAccessibility="true" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Fridge|Family room|VIP room amenities|Indoor Fireplace|Smoke Detector|TV|Minibar|Hairdryer|Shower/Bathtub|Shower|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="728.21" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: EXECUTIVE, SUITE" RoomTypeCode="0|0|1249873765|1786007981069530B2098B55||yes|1940985|16|NzIyLjQwfEdCUHwyMDI2LTA4LTA2" OriginalAmount="722" TotalPrice="729.62" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="729.62" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: EXECUTIVE, SUITE, KING BED" RoomTypeCode="0|0|1536496635|1786007981069530B2098B61||yes|1940985|16|Nzg5Ljg0fEdCUHwyMDI2LTA4LTA2" OriginalAmount="790" TotalPrice="797.74" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="797.74" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: EXECUTIVE SUITE CITY VIEW QUAD" RoomTypeCode="1101465081-1-0|711101465081|4|0|12|OTg1Ljc1fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="986" TotalPrice="995.61" Status="CheckRates" NonRefundable="false" FreeText="Non Refundable Rate" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="true" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Bathroom|Shower|Internet access|Air conditioning (centrally regulated)|Lounge|TV|Double Bed</OtherFacilities></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/mec/1e/ef/1eefa8fcc62eff3a679b52f84e4b4e191d259ea6.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/2a/f7/2af77d33bfacb999f25b68d8f90eddeecb54bfe6.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/99/42/9942f1f1dd44e4a87463c85fee2e706e04eb41f5.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/e3/9c/e39ce82cf4a817307d0526b1c4713b1b63d9d855.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/7d/af/7daf57b8a8e761295ee97aacdb3ca11c270f8cc9.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/89/74/8974f0bbb9881fcd20a7e0b137fb24d02a7ffe0c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d3/d1/d3d1ec19aab6351dc626d812c8949bfbb0a76cdd.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/b6/36/b6360cd043ff0a7837fee77c2698d73d4958af35.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/8d/62/8d6264e3163100c9a99fcd4a5fe0ce499b4f9348.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/78/44/7844d610dd42c7df7fcecd17f0fa2e2dc4bf5c94.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/25/8f/258f53a7864a32fdb875771b71de38683b6ec891.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/ce/e7/cee7827fcde7357f7d2dc1a2452b5aacf8bfbcd9.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/85/f4/85f42a9b1d82b38c57a7b65ca4b2a9025776b2fd.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/02/1a/021a35836fba154fb7063b0d32d7fdecda65b87d.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a0/bb/a0bbad219e65bb858294ac865d7bb65f19ce3c9b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/c9/fd/c9fd23c743b4d9f63565fb085fee49b908cf53b2.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/6b/f8/6bf8dad3902835a2b76f61cd84d79739fbdc74f3.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/fb/4c/fb4c37de4d2062c802247548d24930344497d75c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/61/83/6183e97852d5435015484e2ff99c6efb55188039.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/41/b5/41b52f2eda9d03915159b4753bbfb6828e8f3694.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/f6/ce/f6ce17ec30ac9a7cc9e5037fbb8097fd95f413de.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/0b/61/0b61b93b5cf9bb2768f53de09cd7a71dc79184ed.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/71/7f/717f3550320d0cc9f8c9f6cb1a66cd02e4cd4f3c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/61/31/61310fc6a8eddfe1c03051825fb9e238cf15469f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/b5/11/b5111563bd4b8330a305dfd34cf5275e1a9cf56f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/61/c9/61c9b98f8cd5990e397fe60d216c16801d10c515.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/4f/76/4f76e5f542ce3208dafb76ce4186cd3e42b9d4cf.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e2/97/e2979ad85d1b5d86b8f1ee9b5cf778700124bd24.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/36/c1/36c15ff17945623bf88bc51dfaa0fd5a360a9fb7.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/0c/e7/0ce71ea63552256296e9ea1fed090207866c646c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/fb/4b/fb4b3a4654e998136bcce12abf2757dac89d466a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/49/b7/49b73c4eac40987f1ddc08a03364df5d8218902e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/f3/db/f3db254c085053ae1e659de0f0cee866cd4757ae.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/f7/3d/f73daf1f43cc83614b65fe02e18880fa57605842.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b6/ca/b6cabb0be00a9f0d42d4ac9e0bc31ffe46926a14.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/54/43/5443c6df426a2beca3cfc0a8677f68e90b9789e9.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/f6/7b/f67bf22b2b161cf352cffc17bd5036dcec1904fc.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d8/ea/d8ea61450905165246592098a645d27855a18fef.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/6b/70/6b702247dd78c0835bfa5bf38ab60863cafaa379.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d7/4a/d74a9c53ca1e0b95146911b29f1735580f511c32.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/17/b8/17b89ef93185c3cf4c2da82fa95c8ecd0bc07386.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/74/2f/742f6f70d3dc5add616ec5f1d772314cefdf6c6b.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/fd/08/fd0890f4071630030da29d7e4d8b10a7b39185bf.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/8c/88/8c88e1122dabf8ef4ef5e0db22a2d5d2bf678d6d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/49/02/4902e711d950d689d381d073ce6673bcdaa2c7a1.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/e8/e0/e8e0d627f9cd6893b71b358c1e61bda225b826e1.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/45/5a/455ab2a45c388406da59c8511dc284ae466b4fec.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/6c/25/6c259620a336adecc1c37a55000ad5478102d257.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/5d/4c/5d4c439d69f987dde18cf2bbc1969ee05d38bf38.JPEG" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel is located in the heart of Madinah.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;835 rooms are available to guests. To ensure a comfortable and relaxing stay, the hotel provides a business centre. Wireless internet access allows guests to stay connected while on holiday. A fireplace creates a cosy atmosphere. Guests arriving by car can park their vehicles in the car park.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Rooms feature a living area and a bathroom, and air conditioning ensures just the right temperature. Rooms include a double bed. Separate bedrooms can be booked. Equipped with a telephone, a TV and WiFi, the rooms provide many ways for guests to stay connected and entertained. Bathrooms are appointed with a shower. 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;It is possible to order breakfast.&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;Price of an additional breakfast: 75.00 SAR per person. Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;Meals may be limited during Ramadan.&lt;br /&gt;&lt;b&gt;Children And Information About Extra Beds: &lt;/b&gt;Breakfast for children costs: 37.50 SAR.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Early check-in and/or late check-out is available for an additional fee.&lt;br /&gt;Couples checking into the same room must present a valid marriage certificate upon check-in. Otherwise, the property may reject the booking or request that a second room be booked.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>966-148211889</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>966-148210500</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>835</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast Buffet</Description><Value>true</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:b6baed05-afed-4f2e-913a-9bfbaf907375
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:20:18.2007396+01:00" Version="0" EchoToken="Search" TransactionIdentifier="9b46e005-2477-41fe-b842-0cf811dec9f6" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="224.48" OriginalAmount="222.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248|Bed &amp; Breakfast" HotelName="Al Mukhtara International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.40" OriginalAmount="225.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.488143" Longitude="39.616199" StarRating="0" HotelCode="|471533" HotelName="Zaha Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zur Al Ghafari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/3/3/471533_a451ea91956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|629988|Bed &amp; Breakfast" HotelName="Odst Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47329" Longitude="39.60898" StarRating="4" HotelCode="310083|629984|Bed &amp; Breakfast" HotelName="Zowar International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Central Area, P.O. 42311, Madina, Al Munnawarra?</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629984/629984a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="393.63" OriginalAmount="389.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|613309|Bed &amp; Breakfast" HotelName="Saja Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="436.14" OriginalAmount="431.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|35724|Bed &amp; Breakfast" HotelName="Madinah Mövenpick Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="441.29" OriginalAmount="436.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|008381" HotelName="Nusk Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="502.10" OriginalAmount="497.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Bed &amp; Breakfast" HotelName="Hotel Pullman ZamZam Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="565.68" OriginalAmount="560.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|2367525|Bed &amp; Breakfast" HotelName="Nozol Al Shakreen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="574.32" OriginalAmount="568.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Bed &amp; Breakfast" HotelName="Elaf Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.75" OriginalAmount="575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|holiday_villa_madinah_2" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="593.63" OriginalAmount="587.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4677128" Longitude="39.60459341" StarRating="4" HotelCode="357072|589337" HotelName="Golden Tulip AL Mektan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f1c5203a3bfec0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="604.99" OriginalAmount="599.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|al_muna_kareem_radisson_blu_hotel_al_madinah" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="609.03" OriginalAmount="603" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6533794" Longitude="-84.4470971" StarRating="5" HotelCode="0|305525-19576019/8372900444308395037/0" HotelName="PULLMAN ZAMZAM MADINA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1776 Harvard Avenue, College Park, GA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9100000/9093700/9093635/ae38d178_b.jpg</HotelPictures>
        <HotelDescription>Just minutes from the world's busiest airport, the Hotel Indigo® Atlanta Airport College Park hotel is nestled in an historic neighborhood with a thoughtful team ready to help you discover its charm. Our spacious guest rooms offer a chance to spread out
 after your journey, and our own Harvard &amp;amp;amp; Main restaurant serves specialties that couldnt be any more local. Ingredients come from our on-site herb garden. Similarly, our bar will spoil you with personal service and tasty cocktails. For meetings, we offer
 2800 square feet of available space, and for easy discovery of greater Atlanta, were also a quick walk to the citys train system, MARTA.
&lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 12:00&lt;br /&gt;Maximum child age: 19&lt;br /&gt; Hotel Indigo Atlanta Airport College Park welcomes your pets up to 75 Lbs to stay with us. Pets above 80 Lbs are not accepted. A non refundable fee for your pet of 25 dollar for the first night or 50 dollars for a multiple night stays is required.
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="635.26" OriginalAmount="628.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635|Bed &amp; Breakfast" HotelName="Royal Dyar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="636.30" OriginalAmount="630" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1466322-32938583/8372900444308395037/80" HotelName="DIYAR AJWA, TAPESTRY COLLECTION BY HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121310000/121306700/121306618/w5757h3835x0y5-8e9276b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="642.88" OriginalAmount="636.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|1368483|Bed &amp; Breakfast" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="656.00" OriginalAmount="649.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|CAS397300|Bed &amp; Breakfast" HotelName="Mövenpick Anwar Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="662.55" OriginalAmount="655.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4720016" Longitude="39.6082188" StarRating="5" HotelCode="310367|52598546|Bed &amp; Breakfast" HotelName="Arac Al Aqeeq" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Gift Shop,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>North Central Region, Musab Bin Omair Street, Al Madinah, Al Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/05/6a05a8da6612e74c9a6e0b3f41c75199ac3b3ee2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Medina, Al Aqeeq Palace Arac Hotel Madinah is minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="697.15" OriginalAmount="690.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47191172685" Longitude="39.613252208836" StarRating="5" HotelCode="98069|3509383|Bed &amp; Breakfast" HotelName="Al Haram Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 25739, Al-Madinah al-Munawwarah 41476</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/41/8d41f05b47356e1596e1f72eaf5ddabbf7ebaf62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="707.00" OriginalAmount="700" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450425-32372448/8372900444308395037/52" HotelName="DOUBLETREE BY HILTON MADINAH GATE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120310000/120302900/120302839/49f6de84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1130.19" OriginalAmount="1119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|intercontinental_dar_al_hijra_madinah" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1154.95" OriginalAmount="1143.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|321221|Bed &amp; Breakfast" HotelName="Shaza Al Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1204.93" OriginalAmount="1193.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|marriott_executive_apartments_madinah" HotelName="Marriott Executive Apartments Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0f8617ce8709cd0e9c938559a95054e03fe6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1257.94" OriginalAmount="1245.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505|Bed &amp; Breakfast" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1258.85" OriginalAmount="1246.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|321559|Bed &amp; Breakfast" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1260.28" OriginalAmount="1247.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669|Bed &amp; Breakfast" HotelName="Hilton Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1287.69" OriginalAmount="1274.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300|Bed &amp; Breakfast" HotelName="Millennium Al Aqeeq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1294.82" OriginalAmount="1282" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80772-32393287/8372900444308395037/24" HotelName="MADINAH HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903600/903564/w3837h2789x3y3-6bedb427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1348.52" OriginalAmount="1335.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4887527" Longitude="39.5641065" StarRating="0" HotelCode="|178389" HotelName="Le Meridien Medina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road - Madinah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/9/178389_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1635.60" OriginalAmount="1619.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611|Bed &amp; Breakfast" HotelName="Millennium Taiba Hotel Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1993.21" OriginalAmount="1973.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4714864" Longitude="39.6114743" StarRating="5" HotelCode="|178384" HotelName="Dar Al Taqwa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>City Center</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/4/178384_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2004.98" OriginalAmount="1985.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|6388682|Bed &amp; Breakfast" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2075.35" OriginalAmount="2054.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144|Bed &amp; Breakfast" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="3" HotelCode="835434|712570|Bed &amp; Breakfast" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46336551" Longitude="39.60535684" StarRating="3" HotelCode="776997|629992|Bed &amp; Breakfast" HotelName="Rawdah Al Mukhtara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ben Awaf Street, Northern Area Of Al 10, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629992/629992a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rawdaht Al.Mukhtara Hotel is a prestigious 2 Stars property that located in the hart of the Al.Madin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|629994|Bed &amp; Breakfast" HotelName="Al Mukhtara Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7365.39" OriginalAmount="7292.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535|Bed &amp; Breakfast" HotelName="Al Mukhtara Al Gharbi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Fax,Internet,Lounge,Telephone Service,Conference Hall,Restaurant,Room Service,Spa,Jacuzzi,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Gift Shop,24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Currency Exchange,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Kitchen,Central Heating,Designated Smoking Area</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:b6baed05-afed-4f2e-913a-9bfbaf907375
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:20:23.2613934+01:00" Version="0" EchoToken="Search" TransactionIdentifier="9b46e005-2477-41fe-b842-0cf811dec9f6" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="224.48" OriginalAmount="222.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248|Bed &amp; Breakfast" HotelName="Al Mukhtara International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.40" OriginalAmount="225.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.488143" Longitude="39.616199" StarRating="0" HotelCode="|471533" HotelName="Zaha Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zur Al Ghafari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/3/3/471533_a451ea91956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|629988|Bed &amp; Breakfast" HotelName="Odst Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47329" Longitude="39.60898" StarRating="4" HotelCode="310083|629984|Bed &amp; Breakfast" HotelName="Zowar International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Central Area, P.O. 42311, Madina, Al Munnawarra?</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629984/629984a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="393.63" OriginalAmount="389.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|613309|Bed &amp; Breakfast" HotelName="Saja Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="436.14" OriginalAmount="431.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|35724|Bed &amp; Breakfast" HotelName="Madinah Mövenpick Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="441.29" OriginalAmount="436.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|008381" HotelName="Nusk Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="502.10" OriginalAmount="497.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Bed &amp; Breakfast" HotelName="Hotel Pullman ZamZam Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="574.32" OriginalAmount="568.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Bed &amp; Breakfast" HotelName="Elaf Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.75" OriginalAmount="575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|holiday_villa_madinah_2" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="593.63" OriginalAmount="587.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4677128" Longitude="39.60459341" StarRating="4" HotelCode="357072|589337" HotelName="Golden Tulip AL Mektan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f1c5203a3bfec0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="604.99" OriginalAmount="599.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|al_muna_kareem_radisson_blu_hotel_al_madinah" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="609.03" OriginalAmount="603" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6533794" Longitude="-84.4470971" StarRating="5" HotelCode="0|305525-19576019/8372900444308395037/0" HotelName="PULLMAN ZAMZAM MADINA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1776 Harvard Avenue, College Park, GA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9100000/9093700/9093635/ae38d178_b.jpg</HotelPictures>
        <HotelDescription>Just minutes from the world's busiest airport, the Hotel Indigo® Atlanta Airport College Park hotel is nestled in an historic neighborhood with a thoughtful team ready to help you discover its charm. Our spacious guest rooms offer a chance to spread out
 after your journey, and our own Harvard &amp;amp;amp; Main restaurant serves specialties that couldnt be any more local. Ingredients come from our on-site herb garden. Similarly, our bar will spoil you with personal service and tasty cocktails. For meetings, we offer
 2800 square feet of available space, and for easy discovery of greater Atlanta, were also a quick walk to the citys train system, MARTA.
&lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 12:00&lt;br /&gt;Maximum child age: 19&lt;br /&gt; Hotel Indigo Atlanta Airport College Park welcomes your pets up to 75 Lbs to stay with us. Pets above 80 Lbs are not accepted. A non refundable fee for your pet of 25 dollar for the first night or 50 dollars for a multiple night stays is required.
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="636.30" OriginalAmount="630" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1466322-32938583/8372900444308395037/80" HotelName="DIYAR AJWA, TAPESTRY COLLECTION BY HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121310000/121306700/121306618/w5757h3835x0y5-8e9276b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="642.88" OriginalAmount="636.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|1368483|Bed &amp; Breakfast" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="656.00" OriginalAmount="649.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|CAS397300|Bed &amp; Breakfast" HotelName="Mövenpick Anwar Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="662.55" OriginalAmount="655.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4720016" Longitude="39.6082188" StarRating="5" HotelCode="310367|52598546|Bed &amp; Breakfast" HotelName="Arac Al Aqeeq" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Gift Shop,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>North Central Region, Musab Bin Omair Street, Al Madinah, Al Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/05/6a05a8da6612e74c9a6e0b3f41c75199ac3b3ee2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Medina, Al Aqeeq Palace Arac Hotel Madinah is minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="697.15" OriginalAmount="690.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47191172685" Longitude="39.613252208836" StarRating="5" HotelCode="98069|3509383|Bed &amp; Breakfast" HotelName="Al Haram Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 25739, Al-Madinah al-Munawwarah 41476</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/41/8d41f05b47356e1596e1f72eaf5ddabbf7ebaf62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="707.00" OriginalAmount="700" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450425-32372448/8372900444308395037/52" HotelName="DOUBLETREE BY HILTON MADINAH GATE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120310000/120302900/120302839/49f6de84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1130.19" OriginalAmount="1119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|intercontinental_dar_al_hijra_madinah" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1154.95" OriginalAmount="1143.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|321221|Bed &amp; Breakfast" HotelName="Shaza Al Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1204.93" OriginalAmount="1193.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|marriott_executive_apartments_madinah" HotelName="Marriott Executive Apartments Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0f8617ce8709cd0e9c938559a95054e03fe6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1258.85" OriginalAmount="1246.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|321559|Bed &amp; Breakfast" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1260.28" OriginalAmount="1247.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669|Bed &amp; Breakfast" HotelName="Hilton Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1287.69" OriginalAmount="1274.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300|Bed &amp; Breakfast" HotelName="Millennium Al Aqeeq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1294.82" OriginalAmount="1282" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80772-32393287/8372900444308395037/24" HotelName="MADINAH HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903600/903564/w3837h2789x3y3-6bedb427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1348.52" OriginalAmount="1335.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4887527" Longitude="39.5641065" StarRating="0" HotelCode="|178389" HotelName="Le Meridien Medina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road - Madinah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/9/178389_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1535.20" OriginalAmount="1520.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|royal_inn_al_rawda__dyar_international_previously" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1635.60" OriginalAmount="1619.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611|Bed &amp; Breakfast" HotelName="Millennium Taiba Hotel Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1993.21" OriginalAmount="1973.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4714864" Longitude="39.6114743" StarRating="5" HotelCode="|178384" HotelName="Dar Al Taqwa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>City Center</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/4/178384_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2004.98" OriginalAmount="1985.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|6388682|Bed &amp; Breakfast" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2075.35" OriginalAmount="2054.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144|Bed &amp; Breakfast" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="3" HotelCode="835434|712570|Bed &amp; Breakfast" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46336551" Longitude="39.60535684" StarRating="3" HotelCode="776997|629992|Bed &amp; Breakfast" HotelName="Rawdah Al Mukhtara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ben Awaf Street, Northern Area Of Al 10, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629992/629992a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rawdaht Al.Mukhtara Hotel is a prestigious 2 Stars property that located in the hart of the Al.Madin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|629994|Bed &amp; Breakfast" HotelName="Al Mukhtara Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Fax,Internet,Lounge,Telephone Service,Restaurant,Room Service,Spa,Conference Hall,Jacuzzi,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Gift Shop,24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Currency Exchange,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Kitchen,Designated Smoking Area,Central Heating</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:b6baed05-afed-4f2e-913a-9bfbaf907375
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:20:24.5767139+01:00" Version="0" EchoToken="Search" TransactionIdentifier="9b46e005-2477-41fe-b842-0cf811dec9f6" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="153.93" OriginalAmount="152.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248" HotelName="Al Mukhtara International Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.24" OriginalAmount="155.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.466477" Longitude="39.605509" StarRating="0" HotelCode="|455708" HotelName="Mokhtara Diamond" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Haram, Al-Madinah al-Munawwarah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/7/0/8/455708_a5e7d651713.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="164.63" OriginalAmount="163" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|457646-5345420/7886843990013197289/18" HotelName="AL MUKHTARA INTERNATIONAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/57bd2e8b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="203.86" OriginalAmount="201.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47329" Longitude="39.60898" StarRating="4" HotelCode="310083|629984" HotelName="Zowar International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Central Area, P.O. 42311, Madina, Al Munnawarra?</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629984/629984a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="207.21" OriginalAmount="205.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|629988" HotelName="Odst Al Madinah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="208.06" OriginalAmount="206" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|256920-4228787/7886843990013197289/19" HotelName="ZOWAR ALALAMI" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7770000/7760800/7760785/0d5391e2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.07" OriginalAmount="207.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46713435" Longitude="39.60585419" StarRating="0" HotelCode="682527|mirage_al_salam_hotel" HotelName="Mirage Al Salam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, Al Madinah 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/1b/a11b2eb97d322e1de7814a0a94e7c5f13fa43018.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.09" OriginalAmount="209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4635672" Longitude="39.60744048" StarRating="0" HotelCode="701633|al_wahaa_hotel" HotelName="Al Waha Al Roda Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Central Area South</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/33/6033b329d4ca97e8bd8511ba58d993dfb02b8ba8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="222.37" OriginalAmount="220.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.466517701437" Longitude="39.603623413036" StarRating="3" HotelCode="392259|2345045" HotelName="Al Eiman Ohud Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Street, Western Central, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/4b/934be69117a8f3e5eccec8f8bbc24866aed42c46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="224.24" OriginalAmount="222.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46483674" Longitude="39.60993194" StarRating="4" HotelCode="433688|2367385" HotelName="Al Ansar Golden Tulip" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>4147 Al Madina Al Munawarah, PO Box 3241, Al Madina Al Munawwarah 41421</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/81/a481878346fd32d2830b1f1fa8125f99cd95b31b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="225.63" OriginalAmount="223.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473472" Longitude="39.606573" StarRating="0" HotelCode="|470252" HotelName="Waqf Outhman Bin Affan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Badaah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/2/5/2/470252_63ae8631247.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.40" OriginalAmount="225.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.488143" Longitude="39.616199" StarRating="0" HotelCode="|471533" HotelName="Zaha Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zur Al Ghafari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/3/3/471533_a451ea91956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.40" OriginalAmount="240.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471806444444" Longitude="39.609406222222" StarRating="3" HotelCode="417174|al_aqeeq_hotel__by_al_rawda" HotelName="Hotel Rawda Al Aqiq" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Manakhah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/4b/204b8c66f2348a9e42ff44faa615a24c8709a3cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.40" OriginalAmount="240.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4687162" Longitude="39.60422509" StarRating="4" HotelCode="351550|al_ameen_crom_hotel" HotelName="AlAmeen CROM Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Restaurant,Room Service,Spa,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Alsalam road, Madinah 55555</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d6/47d6f6857a9e64976735a0b8a80dc2a1b9143293.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Al Ameen CROM Hotel places you in the heart of Medina, c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="245.43" OriginalAmount="243.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47824427" Longitude="39.65203855" StarRating="3" HotelCode="611529|doosh_teeba_hotel_suites" HotelName="Doosh Teeba Hotel Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Prince Muqrin Ibn Abdulaziz, Al Aridh, Al Madinah 42317</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/9c/c59cace556b0484654cc9d0213decfbc4686a5b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="259.58" OriginalAmount="257.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464569" Longitude="39.60959" StarRating="4" HotelCode="|563298" HotelName="Nusk Al Madinah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>South Central Area of Prophetic Mosque</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/3/2/9/8/563298_41a041e1841.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="262.60" OriginalAmount="260" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1454621-32416690/7886843990013197289/751" HotelName="SEDRA GLOBAL" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111280000/111278800/111278731/3cb9aacb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="272.70" OriginalAmount="270.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47189596" Longitude="39.6063055" StarRating="4" HotelCode="356750|jewar_al_saqefah_hotel" HotelName="Jewar Al Saqefah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Umm Salmah Bent Abi Umiah Street, Central Area, Al Madinah 00966</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/05/f805ad21ca9ddfc89dcc02f8ffad290d5e517153.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="273.71" OriginalAmount="271.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46902438" Longitude="39.60405428" StarRating="1" HotelCode="615699|taba_alsalam_hotel" HotelName="Taba Al Salam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad bin Zaid al Korashy Street, Al Markazeya West, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/0d/470daea8c3ac4d803e2c84efe25cdb7d6f0e0ab0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="281.10" OriginalAmount="278.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|613309" HotelName="Saja Al Madinah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="281.22" OriginalAmount="278.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.468895" Longitude="39.604199" StarRating="3" HotelCode="|565667" HotelName="Taba Al Salam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Central Western,Almunakhih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/5/6/6/7/565667_75ef3282021.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="298.96" OriginalAmount="296.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48686113" Longitude="39.64810415" StarRating="0" HotelCode="777242|hafawah_suites" HotelName="Hafawah Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Road, Opposite Alrashid Mall, Medina 42319</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/13/7413dbe1c04033e3947f0c594cc73f068fb05d85.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="300.12" OriginalAmount="297.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.452486" Longitude="39.591589" StarRating="0" HotelCode="|470947" HotelName="The Seasons Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Branch Road 49</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/9/4/7/470947_4c32c011240.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="301.99" OriginalAmount="299" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1318502-26629314/7886843990013197289/660" HotelName="SEASON STAR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/58000000/57150000/57144900/57144870/72b9da16_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="320.53" OriginalAmount="317.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.434601" Longitude="39.656897" StarRating="0" HotelCode="|470658" HotelName="Hasana Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Branch Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/6/5/8/470658_e5083921257.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="350.47" OriginalAmount="347" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.573" Longitude="-116.215" StarRating="4" HotelCode="0|503033-28572478/7886843990013197289/142" HotelName="SAJA BY WARWICK MADINAH HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>3300 SOUTH VISTA AVE, BOISE, 83705, ID, US	</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19720000/19710600/19710557/6810b09e_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   When you stay at The Boise Hotel and Conference Center in Boise, you'll be near the airport and close to Hillcrest Country Club and Boise State University. This hotel is within close proximity of Zoo Boise and Morrison-Knudsen Nature Center.   Rooms   Make yourself at home in one of the 195 air-conditioned guestrooms. Cable television is provided for your entertainment. Conveniences include desks and complimentary newspapers, as well as direct-dial phones with voice mail.   Rec, Spa, Premium Amenities   Enjoy recreational amenities such as an indoor pool and a fitness facility. Additional amenities include complimentary wireless Internet access and an arcade/game room.   Dining   Take advantage of the hotel's room service (during limited hours). Quench your thirst with your favorite drink at a bar/lounge.   Business, Other Amenities   Featured amenities include a business center, secretarial services, and complimentary newspapers in the lobby. Event facilities at this hotel consist of conference/meeting rooms, small meeting rooms, and banquet facilities. A roundtrip airport shuttle is provided at no charge.   Room Info:    Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      A pet fee will be charged per stay       The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Pets allowed   Check-in time starts at 3 PM  Check-out time is 11 AM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="358.55" OriginalAmount="355.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|elaf_taiba_hotel_2" HotelName="Elaf Taiba Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="365.62" OriginalAmount="362.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|pullman_zamzam_madina_" HotelName="Hotel Pullman ZamZam Madinah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="366.63" OriginalAmount="363" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6533794" Longitude="-84.4470971" StarRating="5" HotelCode="0|305525-27876583/7886843990013197289/795" HotelName="PULLMAN ZAMZAM MADINA" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1776 Harvard Avenue, College Park, GA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9100000/9093700/9093635/ae38d178_b.jpg</HotelPictures>
        <HotelDescription>Just minutes from the world's busiest airport, the Hotel Indigo® Atlanta Airport College Park hotel is nestled in an historic neighborhood with a thoughtful team ready to help you discover its charm. Our spacious guest rooms offer a chance to spread out
 after your journey, and our own Harvard &amp;amp;amp; Main restaurant serves specialties that couldnt be any more local. Ingredients come from our on-site herb garden. Similarly, our bar will spoil you with personal service and tasty cocktails. For meetings, we offer
 2800 square feet of available space, and for easy discovery of greater Atlanta, were also a quick walk to the citys train system, MARTA.
&lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 12:00&lt;br /&gt;Maximum child age: 19&lt;br /&gt; Hotel Indigo Atlanta Airport College Park welcomes your pets up to 75 Lbs to stay with us. Pets above 80 Lbs are not accepted. A non refundable fee for your pet of 25 dollar for the first night or 50 dollars for a multiple night stays is required.
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="375.72" OriginalAmount="372.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48827314" Longitude="39.61096136" StarRating="1" HotelCode="612903|ewan_dar_al_hejra_hotel" HotelName="Ewan Dar AL Hejra Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8144 King Fahd Road, Behind Awaji Mosque, Medina 42313</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/20/7720a03bbe2e9a3e4499a1173c8bc424e1d094ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="413.09" OriginalAmount="409" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|262204-32413765/7886843990013197289/186" HotelName="TAIBA FRONT HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/262204/201441101026183.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="423.19" OriginalAmount="419.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|nozol_al_shakreen_hotel" HotelName="Nozol Al Shakreen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="425.21" OriginalAmount="421" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|172104-25357995/7886843990013197289/537" HotelName="ANWAR AL MADINAH MOVENPICK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/ec191428_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="427.23" OriginalAmount="423.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|anwar_al_madinah_moevenpick_hotel" HotelName="Mövenpick Anwar Al Madinah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="445.41" OriginalAmount="441.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47122151" Longitude="39.60930713" StarRating="3" HotelCode="416974|al_majeedi_arac_suites_" HotelName="Elaf Al Majeedi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Front Line Of Prophet Mosque, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/ce/fece671a2915605625b9071b207cd8f51ad1224d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most of the storeys are easily accessible by lift. A cash machine, a newspaper stand and a hairdress...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="447.43" OriginalAmount="443" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1318501-26629312/7886843990013197289/666" HotelName="Y PLATINUM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/65000000/64400000/64392500/64392435/c3f5a2f4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="449.45" OriginalAmount="445" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|457757-25626622/7886843990013197289/626" HotelName="GOLDEN TULIP AL SHAKREEN" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10630000/10624000/10623980/e5631671_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="453.49" OriginalAmount="449" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4823-28569936/7886843990013197289/327" HotelName="ELAF TAIBA" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,ALL INCLUSIVE,FULL BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3430000/3422500/3422415/d14076eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="460.56" OriginalAmount="456.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47271126" Longitude="39.61049887" StarRating="4" HotelCode="358709|royal_inn_" HotelName="Nozol Royal Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abi Obaida ibn Aljarrah Street, North Central Area, Madinah 99999</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/dd/dfdd224be95a057eabf7558aa127f83aab9063a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="461.86" OriginalAmount="457.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.484865" Longitude="39.682216" StarRating="0" HotelCode="|467200" HotelName="Flavor Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Prince Muqrin Ibn Abdulaziz</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/2/0/0/467200_1a7c3941758.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="471.59" OriginalAmount="466.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355" HotelName="Tulip Inn Al Dar Madinah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="474.57" OriginalAmount="469.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472759" Longitude="39.610839" StarRating="5" HotelCode="|556058" HotelName="MADEN-مادن" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/0/5/8/556058_a233f601518.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="485.81" OriginalAmount="481.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|royal_dyar_hotel" HotelName="Royal Dyar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="487.83" OriginalAmount="483" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|305543-25510767/7886843990013197289/619" HotelName="ROYAL INN AL-NOKHBA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17860000/17853900/17853828/f0f16e0f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="492.88" OriginalAmount="488.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47191172685" Longitude="39.613252208836" StarRating="5" HotelCode="98069|al_haram_hotel_by_al_rawda" HotelName="Al Haram Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 25739, Al-Madinah al-Munawwarah 41476</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/41/8d41f05b47356e1596e1f72eaf5ddabbf7ebaf62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="493.89" OriginalAmount="489" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|305534-6121151/7886843990013197289/98" HotelName="EMAAR AL MEKTAN" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21060000/21058600/21058516/c5a8a4d6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="498.94" OriginalAmount="494" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1438260-32416691/7886843990013197289/726" HotelName="WORTH PENINSULA MADINAH" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/114000000/113780000/113778900/113778887/86b86d17_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="511.06" OriginalAmount="506" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1466322-32938583/7886843990013197289/86" HotelName="DIYAR AJWA, TAPESTRY COLLECTION BY HILTON" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121310000/121306700/121306618/w5757h3835x0y5-8e9276b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="519.08" OriginalAmount="513.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4677128" Longitude="39.60459341" StarRating="4" HotelCode="357072|589337" HotelName="Golden Tulip AL Mektan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f1c5203a3bfec0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="538.33" OriginalAmount="533" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|262210-28595255/7886843990013197289/195" HotelName="RUVE AL MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8140000/8131500/8131490/e9974115_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="539.70" OriginalAmount="534.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300" HotelName="Millennium Al Aqeeq Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="546.41" OriginalAmount="541.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47348164" Longitude="39.61311597" StarRating="5" HotelCode="353519|al_eiman_royal_hotel" HotelName="Al Eiman Royal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area North, Al Madina, 20012 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/6f/1a6fabef202b86adb2fc6e6ffcec780c7178ee54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="556.51" OriginalAmount="551.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47110066" Longitude="39.60646085" StarRating="3" HotelCode="351666|mawaddah_al_safwa" HotelName="Mawaddah Al Safwa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/09/2026" HotelFacility="Air Conditioning,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Abdul Mohsen Bin Abdulaziz Street, Madinah 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/21/5021dd39020a5607443203e17f199b21ae9d5c5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="557.52" OriginalAmount="552" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|457760-28444114/7886843990013197289/209" HotelName="EMAAR ROYAL" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/457760/201731015034395.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.75" OriginalAmount="575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|holiday_villa_madinah_2" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="583.78" OriginalAmount="578.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|shaza_al_madina" HotelName="Shaza Al Madina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="588.83" OriginalAmount="583" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450425-32740233/7886843990013197289/719" HotelName="DOUBLETREE BY HILTON MADINAH GATE" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120310000/120302900/120302839/49f6de84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="595.90" OriginalAmount="590" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1413735-30815228/7886843990013197289/685" HotelName="AL MANAKHA ROTANA MADINAH" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/106000000/105780000/105779700/105779680/bd112964_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="597.92" OriginalAmount="592" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="1" HotelCode="0|1174699-27888454/7886843990013197289/769" HotelName="MAWADDAH AL SAFWAH HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/19000000/18090000/18083200/18083144/4c44c6a2_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="598.93" OriginalAmount="593" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1386067-27888044/7886843990013197289/771" HotelName="AL EIMAN ROYAL" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9850000/9840400/9840311/4a6461b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="604.99" OriginalAmount="599.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|al_muna_kareem_radisson_blu_hotel_al_madinah" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="642.88" OriginalAmount="636.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|1368483" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="662.55" OriginalAmount="655.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4720016" Longitude="39.6082188" StarRating="5" HotelCode="310367|52598546" HotelName="Arac Al Aqeeq" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Gift Shop,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>North Central Region, Musab Bin Omair Street, Al Madinah, Al Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/05/6a05a8da6612e74c9a6e0b3f41c75199ac3b3ee2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Medina, Al Aqeeq Palace Arac Hotel Madinah is minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="668.34" OriginalAmount="661.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4721477" Longitude="39.61198578" StarRating="4" HotelCode="352214|684476" HotelName="Dallah Taibah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 02/09/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Meeting Room,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zar Street, PO Box 6747, Madinah Al-Munawarah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/0d/1b0d5e12d9d7effc2b2c3b189d5466d913fce4b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Dallah Taibah Hotel in Medina, you'll be in a shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="747.40" OriginalAmount="740" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|56710-32431509/7886843990013197289/117" HotelName="NEW MADINAH HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/911500/911494/dcc50ed8_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="753.46" OriginalAmount="746" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|252417-28462897/7886843990013197289/174" HotelName="DALLAH TAIBAH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6630000/6622600/6622541/a68bc066_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="787.47" OriginalAmount="779.67" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|1341825" HotelName="Madinah Mövenpick Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="892.84" OriginalAmount="884.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47282562" Longitude="39.60682845" StarRating="4" HotelCode="351867|al_eiman_taibah" HotelName="Al Eiman Taibah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central North, Al Madinah 55555</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/e4/a6e4a7f0e1fd1a66379ccac29b36f70b092bf2c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of facilities and services to ensure a comfortable stay. Individual storeys...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="926.17" OriginalAmount="917" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203613-27868755/7886843990013197289/834" HotelName="SOFITEL SHAHD AL MADINAH" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4150000/4143500/4143410/a907ca47_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1044.34" OriginalAmount="1034" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80776-25251025/7886843990013197289/739" HotelName="OBEROI" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6630000/6622700/6622640/3738d253_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1088.78" OriginalAmount="1078" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1452584-32740426/7886843990013197289/681" HotelName="MAKAREM BURJ AL MADINAH" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110620000/110617700/110617682/w6945h4628x0y0-9c2c3375_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1091.81" OriginalAmount="1081.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|dar_al_iman_intercontinental" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BREAKFAST-FOR-2" BedType="BREAKFAST-FOR-2" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1092.24" OriginalAmount="1081.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669" HotelName="Hilton Madinah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1108.98" OriginalAmount="1098" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4823511" Longitude="9.2028803" StarRating="5" HotelCode="0|457754-32732858/7886843990013197289/741" HotelName="MILLENNIUM AL AQEEQ" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Via Ruggero Boscovich, 21 (Hotel Bolzano) ,Milan,  20124</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/8000000/7360000/7353600/7353509/c08749a6_b.jpg</HotelPictures>
        <HotelDescription>Set in a prime location of Milan, Hotel Bolzano puts everything the city has to offer just outside your doorstep. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. 24-hour room service, free Wi-Fi in all rooms, Wi-Fi in public areas, airport transfer, tours are there for guest`s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Enjoy the hotel`s recreational facilities, including garden, before retiring to your room for a well-deserved rest. For reliable service and professional staff, Hotel Bolzano caters to your needs. &lt;br /&gt;American Express, Visa, Euro/Mastercard, Carte Bleue, Diners Club, JCB, Maestro, Bankcard, CartaSi, Australian BankCard&lt;br /&gt;Guests over 3 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1116.05" OriginalAmount="1105" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|491141-28440809/7886843990013197289/196" HotelName="MARRIOTT EXECUTIVE APARTMENTS MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37030000/37028700/37028684/bcdb99bb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1122.11" OriginalAmount="1111" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80772-32393287/7886843990013197289/30" HotelName="MADINAH HILTON" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903600/903564/w3837h2789x3y3-6bedb427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1130.19" OriginalAmount="1119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|intercontinental_dar_al_hijra_madinah" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1141.30" OriginalAmount="1130" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80770-25251019/7886843990013197289/512" HotelName="INTERCONTINENTAL MADINAH - DAR AL IMAN" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2537900/2537849/w6605h4398x0y6-08a8d65c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1179.68" OriginalAmount="1168" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|78218-25247468/7886843990013197289/603" HotelName="INTERCONTINENTAL DAR AL HIJRA MADINAH" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/130000/124800/124784/357586b6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1257.37" OriginalAmount="1244.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|6388682" HotelName="The Oberoi, Madina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1257.94" OriginalAmount="1245.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1300.88" OriginalAmount="1288" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203612-27886547/7886843990013197289/800" HotelName="LE MERIDIEN MEDINA" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/2000000/1050000/1042900/1042883/d795afa7_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1362.49" OriginalAmount="1349" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|457742-28701947/7886843990013197289/747" HotelName="MILLENNIUM TAIBA HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4310000/4308800/4308755/b3cdede8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1374.29" OriginalAmount="1360.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4653717" Longitude="39.6066073" StarRating="5" HotelCode="|160205" HotelName="Taiba Madinah" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Omar Ibn Al Khattab Road, P.O. Box 5300, 41422</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/0/2/0/5/160205_d8d1b381716.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has comfortable facilities. SITUATION: This hotel is near the city centre, is 20 minutes away from the airport excellent transport links to the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1481.43" OriginalAmount="1466.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472002" Longitude="39.609925" StarRating="5" HotelCode="|552494" HotelName="Maden AlRawda" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, 20012</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/4/9/4/552494_3a22f481514.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1513.07" OriginalAmount="1498.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611" HotelName="Millennium Taiba Hotel Madina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1936.17" OriginalAmount="1917" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1454607-32416689/7886843990013197289/668" HotelName="JAYDEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108690000/108686400/108686352/27e2c417_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1993.21" OriginalAmount="1973.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4714864" Longitude="39.6114743" StarRating="5" HotelCode="|178384" HotelName="Dar Al Taqwa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>City Center</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/4/178384_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2075.35" OriginalAmount="2054.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2086.66" OriginalAmount="2066" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80765-28598704/7886843990013197289/137" HotelName="DAR AL TAQWA (CITY VIEW)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/8000000/7994200/7994117/8f004e17_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="3" HotelCode="835434|712570" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46336551" Longitude="39.60535684" StarRating="3" HotelCode="776997|629992" HotelName="Rawdah Al Mukhtara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ben Awaf Street, Northern Area Of Al 10, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629992/629992a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rawdaht Al.Mukhtara Hotel is a prestigious 2 Stars property that located in the hart of the Al.Madin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|629994" HotelName="Al Mukhtara Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7365.39" OriginalAmount="7292.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535" HotelName="Al Mukhtara Al Gharbi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Fax,Internet,Lounge,Telephone Service,Restaurant,Room Service,Spa,Conference Hall,24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Laundry,Meeting Room,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Jacuzzi,24 Hour Front Desk,24 Hour Room Service,Coffee Shop,Concierge,Dry Cleaning,Elevator,Housekeeping,LCD/Projector,Luggage Storage,Gift Shop,Central Heating,Designated Smoking Area</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD,ALL INCLUSIVE</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Half Board</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:b6baed05-afed-4f2e-913a-9bfbaf907375
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:20:27.0813125+01:00" Version="0" EchoToken="Search" TransactionIdentifier="9b46e005-2477-41fe-b842-0cf811dec9f6" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="83" TotalAmount="729.22" OriginalAmount="722" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1438260-32416691/7886843990013197289/726" HotelName="WORTH PENINSULA MADINAH" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/114000000/113780000/113778900/113778887/86b86d17_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="794.87" OriginalAmount="787" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|305534-6121151/7886843990013197289/98" HotelName="EMAAR AL MEKTAN" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21060000/21058600/21058516/c5a8a4d6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="798.20" OriginalAmount="790.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4677128" Longitude="39.60459341" StarRating="4" HotelCode="357072|589337" HotelName="Golden Tulip AL Mektan" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f1c5203a3bfec0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="809.55" OriginalAmount="801.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Half Board" HotelName="Hotel Pullman ZamZam Madinah" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="821.19" OriginalAmount="813.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355|Half Board" HotelName="Tulip Inn Al Dar Madinah" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="822.14" OriginalAmount="814" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6533794" Longitude="-84.4470971" StarRating="5" HotelCode="0|305525-27876583/7886843990013197289/795" HotelName="PULLMAN ZAMZAM MADINA" Meals="HALF BOARD" BedType="HALF BOARD">
        <Address>
          <AddressLines>
            <AddressLine>1776 Harvard Avenue, College Park, GA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9100000/9093700/9093635/ae38d178_b.jpg</HotelPictures>
        <HotelDescription>Just minutes from the world's busiest airport, the Hotel Indigo® Atlanta Airport College Park hotel is nestled in an historic neighborhood with a thoughtful team ready to help you discover its charm. Our spacious guest rooms offer a chance to spread out
 after your journey, and our own Harvard &amp;amp;amp; Main restaurant serves specialties that couldnt be any more local. Ingredients come from our on-site herb garden. Similarly, our bar will spoil you with personal service and tasty cocktails. For meetings, we offer
 2800 square feet of available space, and for easy discovery of greater Atlanta, were also a quick walk to the citys train system, MARTA.
&lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 12:00&lt;br /&gt;Maximum child age: 19&lt;br /&gt; Hotel Indigo Atlanta Airport College Park welcomes your pets up to 75 Lbs to stay with us. Pets above 80 Lbs are not accepted. A non refundable fee for your pet of 25 dollar for the first night or 50 dollars for a multiple night stays is required.
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="827.19" OriginalAmount="819" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1466322-32938583/7886843990013197289/86" HotelName="DIYAR AJWA, TAPESTRY COLLECTION BY HILTON" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121310000/121306700/121306618/w5757h3835x0y5-8e9276b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="848.40" OriginalAmount="840" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|457760-28444114/7886843990013197289/209" HotelName="EMAAR ROYAL" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/457760/201731015034395.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="912.03" OriginalAmount="903" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1386067-27888044/7886843990013197289/771" HotelName="AL EIMAN ROYAL" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9850000/9840400/9840311/4a6461b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="917.08" OriginalAmount="908" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4823-28569936/7886843990013197289/327" HotelName="ELAF TAIBA" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3430000/3422500/3422415/d14076eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="920.11" OriginalAmount="911" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450425-32740233/7886843990013197289/719" HotelName="DOUBLETREE BY HILTON MADINAH GATE" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120310000/120302900/120302839/49f6de84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1016.06" OriginalAmount="1006" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1413735-30815228/7886843990013197289/685" HotelName="AL MANAKHA ROTANA MADINAH" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/106000000/105780000/105779700/105779680/bd112964_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1087.55" OriginalAmount="1076.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Half Board" HotelName="Elaf Taiba Hotel" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1310.48" OriginalAmount="1297.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|321559|Half Board" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1362.49" OriginalAmount="1349" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|56710-32431509/7886843990013197289/117" HotelName="NEW MADINAH HOTEL" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/911500/911494/dcc50ed8_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1394.57" OriginalAmount="1380.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|321221|Half Board" HotelName="Shaza Al Madina" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1402.66" OriginalAmount="1388.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|318995|Half Board" HotelName="InterContinental Dar Al Hijra" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1414.34" OriginalAmount="1400.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|150838|Half Board" HotelName="Madinah Mövenpick Hotel" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1443.29" OriginalAmount="1429" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203613-27868755/7886843990013197289/834" HotelName="SOFITEL SHAHD AL MADINAH" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4150000/4143500/4143410/a907ca47_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1479.65" OriginalAmount="1465" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80770-25251019/7886843990013197289/512" HotelName="INTERCONTINENTAL MADINAH - DAR AL IMAN" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2537900/2537849/w6605h4398x0y6-08a8d65c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1502.45" OriginalAmount="1487.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669|Half Board" HotelName="Hilton Madinah" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1543.28" OriginalAmount="1528" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80772-32393287/7886843990013197289/30" HotelName="MADINAH HILTON" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903600/903564/w3837h2789x3y3-6bedb427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1583.68" OriginalAmount="1568" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|78218-25247468/7886843990013197289/603" HotelName="INTERCONTINENTAL DAR AL HIJRA MADINAH" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/130000/124800/124784/357586b6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1588.37" OriginalAmount="1572.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|22004|Half Board" HotelName="The Oberoi, Madina" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1938.06" OriginalAmount="1918.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505|Half Board" HotelName="Royal Inn Al Rawda" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1978.59" OriginalAmount="1959" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80776-25251025/7886843990013197289/739" HotelName="OBEROI" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6630000/6622700/6622640/3738d253_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service,Laundry</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>HALF BOARD</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="313286|59432551|Half Board" SourceId="12" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
21646fa1-6550-4047-a733-eca3a73d6ad5|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
21646fa1-6550-4047-a733-eca3a73d6ad5|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:20:33.8162766+01:00" Version="0" EchoToken="Search" TransactionIdentifier="21646fa1-6550-4047-a733-eca3a73d6ad5" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="53.09" OriginalAmount="52.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|2525015|Bed &amp; Breakfast" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="60.95" OriginalAmount="60.35" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248|Bed &amp; Breakfast" HotelName="Al Mukhtara International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="73.73" OriginalAmount="73.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|nozol_al_shakreen_hotel" HotelName="Nozol Al Shakreen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="75.15" OriginalAmount="74.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|2292975|Bed &amp; Breakfast" HotelName="Odst Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="79.97" OriginalAmount="79.18" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47329" Longitude="39.60898" StarRating="4" HotelCode="310083|1695968|Bed &amp; Breakfast" HotelName="Zowar International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Central Area, P.O. 42311, Madina, Al Munnawarra?</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629984/629984a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="81.59" OriginalAmount="80.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|2292965|Bed &amp; Breakfast" HotelName="Nusk Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="86.59" OriginalAmount="85.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47282562" Longitude="39.60682845" StarRating="4" HotelCode="351867|2347035|Bed &amp; Breakfast" HotelName="Al Eiman Taibah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central North, Al Madinah 55555</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/e4/a6e4a7f0e1fd1a66379ccac29b36f70b092bf2c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of facilities and services to ensure a comfortable stay. Individual storeys...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.46" OriginalAmount="86.59" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|1658548|Bed &amp; Breakfast" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="87.96" OriginalAmount="87.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|35724|Bed &amp; Breakfast" HotelName="Madinah Mövenpick Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="93.38" OriginalAmount="92.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.550404312371" Longitude="39.718454923116" StarRating="5" HotelCode="757151|9971998|Bed &amp; Breakfast" HotelName="Millennium Madinah Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="24 Hour Security,Air Conditioning,Banquet Hall,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Garden,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Prince Mohammed Bin Abdulaziz International Airport, Madinah 42342</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/46/ca467fdd8197c82573cd3d6f40f0490102192c6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A newly built Millennium Madinah Airport boasts 227 comfortable guest rooms &amp; suites across six floo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="95.80" OriginalAmount="94.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48954135" Longitude="39.56409616" StarRating="5" HotelCode="80156|1622948|Bed &amp; Breakfast" HotelName="Le Meridien Medina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road, PO Box 1735, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/24/c224bf893b45e94d60fa8c053abc791397270039.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="97.78" OriginalAmount="96.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355|Bed &amp; Breakfast" HotelName="Tulip Inn Al Dar Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="100.19" OriginalAmount="99.20" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471382519462" Longitude="39.612612187647" StarRating="4" HotelCode="236168|2520835|Bed &amp; Breakfast" HotelName="Golden Tulip Al Zahabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/12/5512363ab285c5a263cefbee18608b2561c00e72.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="103.30" OriginalAmount="102.28" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|71782436|Bed &amp; Breakfast" HotelName="Saja Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="107.81" OriginalAmount="106.74" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Bed &amp; Breakfast" HotelName="Hotel Pullman ZamZam Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="108.87" OriginalAmount="107.79" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505|Bed &amp; Breakfast" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="116.15" OriginalAmount="115.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|marriott_executive_apartments_madinah" HotelName="Marriott Executive Apartments Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0f8617ce8709cd0e9c938559a95054e03fe6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="117.42" OriginalAmount="116.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463882" Longitude="39.610066" StarRating="4" HotelCode="207932|1514050|Bed &amp; Breakfast" HotelName="Crowne Plaza Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street Between 1st Ring Road, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/3f/c73fb6cb9ae21983ccdf719e941356fedbe0260c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="118.99" OriginalAmount="117.81" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611|Bed &amp; Breakfast" HotelName="Millennium Taiba Hotel Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="122.01" OriginalAmount="120.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|2795947|Bed &amp; Breakfast" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="135.04" OriginalAmount="133.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300|Bed &amp; Breakfast" HotelName="Millennium Al Aqeeq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/08/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="144.27" OriginalAmount="142.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|2346695|Bed &amp; Breakfast" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="153.24" OriginalAmount="151.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635|Bed &amp; Breakfast" HotelName="Royal Dyar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="165.08" OriginalAmount="163.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|CAS397300|Bed &amp; Breakfast" HotelName="Mövenpick Anwar Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 12/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="171.38" OriginalAmount="169.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|1368483|Bed &amp; Breakfast" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="191.34" OriginalAmount="189.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|CAM375700|Bed &amp; Breakfast" HotelName="Hilton Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 14/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="202.04" OriginalAmount="200.04" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|2891071|Bed &amp; Breakfast" HotelName="Shaza Al Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="206.89" OriginalAmount="204.84" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|1710634|Bed &amp; Breakfast" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="209.37" OriginalAmount="207.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144|Bed &amp; Breakfast" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="223.17" OriginalAmount="220.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|22004|Bed &amp; Breakfast" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2116.19" OriginalAmount="2095.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535|Bed &amp; Breakfast" HotelName="Al Mukhtara Al Gharbi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2333.10" OriginalAmount="2310.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="0" HotelCode="835434|al_mokhtara_al_gharbi_hotel" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2432.08" OriginalAmount="2408.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|al_mukhtara_tower" HotelName="Al Mukhtara Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 13/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service,Jacuzzi,24 Hour Security,Banquet Hall,Business Centre,Currency Exchange,Designated Smoking Area,Dining,Garden,Laundry,Meeting Room,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Kitchen,Airport Transfer (on Demand),Central Heating</BasicAmenities>
    <HotelRating>5,4,3,1,2</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Half Board</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:b6baed05-afed-4f2e-913a-9bfbaf907375
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:21:26.477779+01:00" Version="0" EchoToken="Search" TransactionIdentifier="9b46e005-2477-41fe-b842-0cf811dec9f6" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="83" TotalAmount="729.22" OriginalAmount="722" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1438260-32416691/7886843990013197289/726" HotelName="WORTH PENINSULA MADINAH" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/114000000/113780000/113778900/113778887/86b86d17_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="794.87" OriginalAmount="787" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|305534-6121151/7886843990013197289/98" HotelName="EMAAR AL MEKTAN" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21060000/21058600/21058516/c5a8a4d6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="798.20" OriginalAmount="790.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4677128" Longitude="39.60459341" StarRating="4" HotelCode="357072|589337" HotelName="Golden Tulip AL Mektan" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f1c5203a3bfec0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="809.55" OriginalAmount="801.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Half Board" HotelName="Hotel Pullman ZamZam Madinah" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="821.19" OriginalAmount="813.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355|Half Board" HotelName="Tulip Inn Al Dar Madinah" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="822.14" OriginalAmount="814" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6533794" Longitude="-84.4470971" StarRating="5" HotelCode="0|305525-27876583/7886843990013197289/795" HotelName="PULLMAN ZAMZAM MADINA" Meals="HALF BOARD" BedType="HALF BOARD">
        <Address>
          <AddressLines>
            <AddressLine>1776 Harvard Avenue, College Park, GA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9100000/9093700/9093635/ae38d178_b.jpg</HotelPictures>
        <HotelDescription>Just minutes from the world's busiest airport, the Hotel Indigo® Atlanta Airport College Park hotel is nestled in an historic neighborhood with a thoughtful team ready to help you discover its charm. Our spacious guest rooms offer a chance to spread out
 after your journey, and our own Harvard &amp;amp;amp; Main restaurant serves specialties that couldnt be any more local. Ingredients come from our on-site herb garden. Similarly, our bar will spoil you with personal service and tasty cocktails. For meetings, we offer
 2800 square feet of available space, and for easy discovery of greater Atlanta, were also a quick walk to the citys train system, MARTA.
&lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 12:00&lt;br /&gt;Maximum child age: 19&lt;br /&gt; Hotel Indigo Atlanta Airport College Park welcomes your pets up to 75 Lbs to stay with us. Pets above 80 Lbs are not accepted. A non refundable fee for your pet of 25 dollar for the first night or 50 dollars for a multiple night stays is required.
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="827.19" OriginalAmount="819" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1466322-32938583/7886843990013197289/86" HotelName="DIYAR AJWA, TAPESTRY COLLECTION BY HILTON" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121310000/121306700/121306618/w5757h3835x0y5-8e9276b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="848.40" OriginalAmount="840" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|457760-28444114/7886843990013197289/209" HotelName="EMAAR ROYAL" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/457760/201731015034395.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="912.03" OriginalAmount="903" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1386067-27888044/7886843990013197289/771" HotelName="AL EIMAN ROYAL" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9850000/9840400/9840311/4a6461b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="917.08" OriginalAmount="908" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4823-28569936/7886843990013197289/327" HotelName="ELAF TAIBA" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3430000/3422500/3422415/d14076eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="920.11" OriginalAmount="911" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450425-32740233/7886843990013197289/719" HotelName="DOUBLETREE BY HILTON MADINAH GATE" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120310000/120302900/120302839/49f6de84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1016.06" OriginalAmount="1006" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1413735-30815228/7886843990013197289/685" HotelName="AL MANAKHA ROTANA MADINAH" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/106000000/105780000/105779700/105779680/bd112964_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1087.55" OriginalAmount="1076.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Half Board" HotelName="Elaf Taiba Hotel" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1310.48" OriginalAmount="1297.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|321559|Half Board" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1362.49" OriginalAmount="1349" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|56710-32431509/7886843990013197289/117" HotelName="NEW MADINAH HOTEL" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/911500/911494/dcc50ed8_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1394.57" OriginalAmount="1380.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|321221|Half Board" HotelName="Shaza Al Madina" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1402.66" OriginalAmount="1388.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|318995|Half Board" HotelName="InterContinental Dar Al Hijra" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1414.34" OriginalAmount="1400.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|150838|Half Board" HotelName="Madinah Mövenpick Hotel" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1443.29" OriginalAmount="1429" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203613-27868755/7886843990013197289/834" HotelName="SOFITEL SHAHD AL MADINAH" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4150000/4143500/4143410/a907ca47_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1479.65" OriginalAmount="1465" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80770-25251019/7886843990013197289/512" HotelName="INTERCONTINENTAL MADINAH - DAR AL IMAN" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2537900/2537849/w6605h4398x0y6-08a8d65c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1502.45" OriginalAmount="1487.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669|Half Board" HotelName="Hilton Madinah" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1543.28" OriginalAmount="1528" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80772-32393287/7886843990013197289/30" HotelName="MADINAH HILTON" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903600/903564/w3837h2789x3y3-6bedb427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1583.68" OriginalAmount="1568" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|78218-25247468/7886843990013197289/603" HotelName="INTERCONTINENTAL DAR AL HIJRA MADINAH" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/130000/124800/124784/357586b6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1588.37" OriginalAmount="1572.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|22004|Half Board" HotelName="The Oberoi, Madina" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1938.06" OriginalAmount="1918.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505|Half Board" HotelName="Royal Inn Al Rawda" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1978.59" OriginalAmount="1959" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80776-25251025/7886843990013197289/739" HotelName="OBEROI" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6630000/6622700/6622640/3738d253_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Fax,Internet,Lounge,Telephone Service,Conference Hall,Restaurant,Room Service,Spa,Laundry</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>HALF BOARD</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="0|1466322-32938583/7886843990013197289/86" SourceId="83" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6" TimeStamp="0001-01-01T00:00:00" HotelName="DIYAR AJWA, TAPESTRY COLLECTION BY HILTON" HotelCode="|1466322" StarRating="4" GTCityId="0" CityName="Madinah" CountryName="Saudi Arabia" Address="Mus'ab bin Umair Street, Buddaah Dist. Building Number 159, 42311, Madinah, Saudi Arabia" PhoneNo="9660145135000" FaxNo="" SourceId="83" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: FOUR SINGLE BEDS DELUXE ROOM COMP WIFI/ENHANCED AMENITIES/55IN SMARTTV 35 SQM/IRON AND BOARD/LAPTOP SAFE/MINI FRIDGE" RoomTypeCode="32938583/7886843990013197289/86|83|NTA2fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="506" TotalPrice="511.06" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>PLEASE NOTE THAT THIS IS NON AMENDABLE&amp;lt;BR /&amp;gt;BREAKFAST IS INCLUDED ONLY FOR REGISTERED ADULTS ON THE RESERVATION. MEALS FOR CHILDREN ARE NOT INCLUDED IN THE RATE AND MUST BE PAID SEPARATELY AT THE HOTEL.CXL charges apply as follows: STARTING 12/09/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-08T00:00:00" End="2026-09-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: FAMILY CONNECTING STANDARD ROOM COMP WIFI/KING-TWIN/DEDICATED CHILDRENS BEDRM 57 SQM/2 BATHROOMS/2 TVS/SAFE/MINI FRIDGE" RoomTypeCode="32938583/7886843990013197289/87|83|NzQwfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="740" TotalPrice="747.40" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>PLEASE NOTE THAT THIS IS NON AMENDABLE&amp;lt;BR /&amp;gt;BREAKFAST IS INCLUDED ONLY FOR REGISTERED ADULTS ON THE RESERVATION. MEALS FOR CHILDREN ARE NOT INCLUDED IN THE RATE AND MUST BE PAID SEPARATELY AT THE HOTEL.CXL charges apply as follows: STARTING 12/09/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-08T00:00:00" End="2026-09-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: FAMILY CONNECTING DELUXE ROOM COMP WIFI/TWIN-TWIN/DEDICATED CHILDRENS BEDRM 70 SQM/2 BATHROOMS/2 TVS/SAFE/MINI FRIDGE" RoomTypeCode="32938583/7886843990013197289/88|83|Nzk3fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="797" TotalPrice="804.97" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>PLEASE NOTE THAT THIS IS NON AMENDABLE&amp;lt;BR /&amp;gt;BREAKFAST IS INCLUDED ONLY FOR REGISTERED ADULTS ON THE RESERVATION. MEALS FOR CHILDREN ARE NOT INCLUDED IN THE RATE AND MUST BE PAID SEPARATELY AT THE HOTEL.CXL charges apply as follows: STARTING 12/09/2026 CXL-PENALTY FEE IS 100% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-08T00:00:00" End="2026-09-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Deluxe Triple Room Multiple Beds Connecting Rooms (Deluxe)" RoomTypeCode="32939175/7886843990013197289/700|83|ODQ1fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="845" TotalPrice="853.45" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>Bed types are not guaranteed:Deluxe Triple Room, Multiple Beds, Connecting Rooms (Deluxe) - 3 Twin Beds and 3 Large Twin Beds(room for 0 adults )CXL charges apply as follows: STARTING 12/09/2026 CXL-PENALTY FEE IS PRICE OF 1 NIGHTS.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-08T00:00:00" End="2026-09-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><HotelAmenities>&lt;BR /&gt;Fitness center is available&lt;BR /&gt;Restaurants is available&lt;BR /&gt;Wheel chair access is available&lt;BR /&gt;Exercise room is available&lt;BR /&gt;Free guest HSIA is available</HotelAmenities><HotelDescription>In central Madinah, our hotel is within walking distance of the Al Masjid an Nabawi, the Prophet’s Mosque. Shopping at Al Haram Plaza is less than a 15-minute drive away, and Madinah Station and Dar Al Madinah Museum are under 20 minutes. Our on-site all-day restaurant, Lobby Cafe, and fitness center complete your stay.&lt;BR /&gt;Checkin Time: 16:00&lt;BR /&gt;Checkout Time: 12:00&lt;BR /&gt;Early departure is available with 100 fee&lt;BR /&gt;Late checkout is available with 100 fee&lt;BR /&gt;Late checkout remarks: 50 percent of the daily rate&lt;BR /&gt;Pre registered Checkin is available&lt;BR /&gt;N/A&lt;BR /&gt;100% non smoking&lt;BR /&gt;12 non smoking floors&lt;BR /&gt;Smoking policy: A fee  will be assessed for smoking in a non-smoking room. Please ask the Front Desk for locations of designated outdoor smoking areas.&lt;BR /&gt;Website: https://www.hilton.com/en/hotels/medinup-diyar-ajwa-tapestry-collection-by-hilton/</HotelDescription><Facilities><HotelFacilities><Type>Facilities</Type><Description>&lt;BR /&gt;Fitness center is available&lt;BR /&gt;Restaurants is available&lt;BR /&gt;Wheel chair access is available&lt;BR /&gt;Exercise room is available&lt;BR /&gt;Free guest HSIA is available</Description></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Half Board</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:b6baed05-afed-4f2e-913a-9bfbaf907375
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:22:00.0470878+01:00" Version="0" EchoToken="Search" TransactionIdentifier="9b46e005-2477-41fe-b842-0cf811dec9f6" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="83" TotalAmount="729.22" OriginalAmount="722" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1438260-32416691/7886843990013197289/726" HotelName="WORTH PENINSULA MADINAH" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/114000000/113780000/113778900/113778887/86b86d17_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="794.87" OriginalAmount="787" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|305534-6121151/7886843990013197289/98" HotelName="EMAAR AL MEKTAN" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21060000/21058600/21058516/c5a8a4d6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="798.20" OriginalAmount="790.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4677128" Longitude="39.60459341" StarRating="4" HotelCode="357072|589337" HotelName="Golden Tulip AL Mektan" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f1c5203a3bfec0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="809.55" OriginalAmount="801.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Half Board" HotelName="Hotel Pullman ZamZam Madinah" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="821.19" OriginalAmount="813.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355|Half Board" HotelName="Tulip Inn Al Dar Madinah" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="822.14" OriginalAmount="814" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6533794" Longitude="-84.4470971" StarRating="5" HotelCode="0|305525-27876583/7886843990013197289/795" HotelName="PULLMAN ZAMZAM MADINA" Meals="HALF BOARD" BedType="HALF BOARD">
        <Address>
          <AddressLines>
            <AddressLine>1776 Harvard Avenue, College Park, GA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9100000/9093700/9093635/ae38d178_b.jpg</HotelPictures>
        <HotelDescription>Just minutes from the world's busiest airport, the Hotel Indigo® Atlanta Airport College Park hotel is nestled in an historic neighborhood with a thoughtful team ready to help you discover its charm. Our spacious guest rooms offer a chance to spread out
 after your journey, and our own Harvard &amp;amp;amp; Main restaurant serves specialties that couldnt be any more local. Ingredients come from our on-site herb garden. Similarly, our bar will spoil you with personal service and tasty cocktails. For meetings, we offer
 2800 square feet of available space, and for easy discovery of greater Atlanta, were also a quick walk to the citys train system, MARTA.
&lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 12:00&lt;br /&gt;Maximum child age: 19&lt;br /&gt; Hotel Indigo Atlanta Airport College Park welcomes your pets up to 75 Lbs to stay with us. Pets above 80 Lbs are not accepted. A non refundable fee for your pet of 25 dollar for the first night or 50 dollars for a multiple night stays is required.
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="827.19" OriginalAmount="819" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1466322-32938583/7886843990013197289/86" HotelName="DIYAR AJWA, TAPESTRY COLLECTION BY HILTON" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121310000/121306700/121306618/w5757h3835x0y5-8e9276b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="848.40" OriginalAmount="840" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|457760-28444114/7886843990013197289/209" HotelName="EMAAR ROYAL" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/457760/201731015034395.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="912.03" OriginalAmount="903" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1386067-27888044/7886843990013197289/771" HotelName="AL EIMAN ROYAL" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9850000/9840400/9840311/4a6461b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="917.08" OriginalAmount="908" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4823-28569936/7886843990013197289/327" HotelName="ELAF TAIBA" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3430000/3422500/3422415/d14076eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="920.11" OriginalAmount="911" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450425-32740233/7886843990013197289/719" HotelName="DOUBLETREE BY HILTON MADINAH GATE" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120310000/120302900/120302839/49f6de84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1016.06" OriginalAmount="1006" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1413735-30815228/7886843990013197289/685" HotelName="AL MANAKHA ROTANA MADINAH" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/106000000/105780000/105779700/105779680/bd112964_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1087.55" OriginalAmount="1076.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Half Board" HotelName="Elaf Taiba Hotel" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1310.48" OriginalAmount="1297.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|321559|Half Board" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1362.49" OriginalAmount="1349" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|56710-32431509/7886843990013197289/117" HotelName="NEW MADINAH HOTEL" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/911500/911494/dcc50ed8_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1394.57" OriginalAmount="1380.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|321221|Half Board" HotelName="Shaza Al Madina" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1402.66" OriginalAmount="1388.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|318995|Half Board" HotelName="InterContinental Dar Al Hijra" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1414.34" OriginalAmount="1400.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|150838|Half Board" HotelName="Madinah Mövenpick Hotel" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1443.29" OriginalAmount="1429" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203613-27868755/7886843990013197289/834" HotelName="SOFITEL SHAHD AL MADINAH" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4150000/4143500/4143410/a907ca47_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1479.65" OriginalAmount="1465" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80770-25251019/7886843990013197289/512" HotelName="INTERCONTINENTAL MADINAH - DAR AL IMAN" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2537900/2537849/w6605h4398x0y6-08a8d65c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1502.45" OriginalAmount="1487.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669|Half Board" HotelName="Hilton Madinah" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1543.28" OriginalAmount="1528" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80772-32393287/7886843990013197289/30" HotelName="MADINAH HILTON" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903600/903564/w3837h2789x3y3-6bedb427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1583.68" OriginalAmount="1568" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|78218-25247468/7886843990013197289/603" HotelName="INTERCONTINENTAL DAR AL HIJRA MADINAH" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/130000/124800/124784/357586b6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1588.37" OriginalAmount="1572.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|22004|Half Board" HotelName="The Oberoi, Madina" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1938.06" OriginalAmount="1918.87" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505|Half Board" HotelName="Royal Inn Al Rawda" Meals="HALF BOARD" BedType="HALF BOARD" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1978.59" OriginalAmount="1959" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80776-25251025/7886843990013197289/739" HotelName="OBEROI" Meals="HALF BOARD" BedType="HALF BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6630000/6622700/6622640/3738d253_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Fax,Internet,Lounge,Telephone Service,Restaurant,Room Service,Spa,Conference Hall,Laundry</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>HALF BOARD</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:b6baed05-afed-4f2e-913a-9bfbaf907375
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Full Board</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:b6baed05-afed-4f2e-913a-9bfbaf907375
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:22:08.3083388+01:00" Version="0" EchoToken="Search" TransactionIdentifier="9b46e005-2477-41fe-b842-0cf811dec9f6" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="1160.87" OriginalAmount="1149.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Full Board" HotelName="Elaf Taiba Hotel" Meals="FULL BOARD" BedType="FULL BOARD" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1634.20" OriginalAmount="1618.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|321221|Full Board" HotelName="Shaza Al Madina" Meals="FULL BOARD" BedType="FULL BOARD" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1712.96" OriginalAmount="1696" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203613-25401551/6501539809105278624/486" HotelName="SOFITEL SHAHD AL MADINAH" Meals="FULL BOARD" BedType="FULL BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4150000/4143500/4143410/a907ca47_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1846.28" OriginalAmount="1828" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4823-28569936/6501539809105278624/421" HotelName="ELAF TAIBA" Meals="FULL BOARD" BedType="FULL BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3430000/3422500/3422415/d14076eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Fax,Internet,Lounge,Telephone Service,Restaurant,Room Service,Spa,Conference Hall</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>FULL BOARD</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:b6baed05-afed-4f2e-913a-9bfbaf907375
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Full Board</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:b6baed05-afed-4f2e-913a-9bfbaf907375
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:22:12.0767108+01:00" Version="0" EchoToken="Search" TransactionIdentifier="9b46e005-2477-41fe-b842-0cf811dec9f6" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="1160.87" OriginalAmount="1149.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Full Board" HotelName="Elaf Taiba Hotel" Meals="FULL BOARD" BedType="FULL BOARD" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1292.80" OriginalAmount="1280" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4823-28569936/658306403725514582/1142" HotelName="ELAF TAIBA" Meals="FULL BOARD" BedType="FULL BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3430000/3422500/3422415/d14076eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1634.20" OriginalAmount="1618.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|321221|Full Board" HotelName="Shaza Al Madina" Meals="FULL BOARD" BedType="FULL BOARD" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1712.96" OriginalAmount="1696" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203613-22243341/658306403725514582/512" HotelName="SOFITEL SHAHD AL MADINAH" Meals="FULL BOARD" BedType="FULL BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4150000/4143500/4143410/a907ca47_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Fax,Internet,Lounge,Telephone Service,Restaurant,Room Service,Spa,Conference Hall</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>FULL BOARD</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="174017|321221|Full Board" SourceId="8" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Full Board</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:b6baed05-afed-4f2e-913a-9bfbaf907375
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:23:07.269962+01:00" Version="0" EchoToken="Search" TransactionIdentifier="9b46e005-2477-41fe-b842-0cf811dec9f6" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="1160.87" OriginalAmount="1149.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Full Board" HotelName="Elaf Taiba Hotel" Meals="FULL BOARD" BedType="FULL BOARD" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1292.80" OriginalAmount="1280" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4823-28569936/658306403725514582/1142" HotelName="ELAF TAIBA" Meals="FULL BOARD" BedType="FULL BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3430000/3422500/3422415/d14076eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1634.20" OriginalAmount="1618.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|321221|Full Board" HotelName="Shaza Al Madina" Meals="FULL BOARD" BedType="FULL BOARD" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1712.96" OriginalAmount="1696" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203613-22243341/658306403725514582/512" HotelName="SOFITEL SHAHD AL MADINAH" Meals="FULL BOARD" BedType="FULL BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4150000/4143500/4143410/a907ca47_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Fax,Internet,Lounge,Telephone Service,Restaurant,Room Service,Spa,Conference Hall</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>FULL BOARD</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6" TimeStamp="0001-01-01T00:00:00" HotelName="Shaza Al Madina" HotelCode="174017|2891071" StarRating="5" GTCityId="71497" CountryCode="SA" CityName="Madinah" CountryName="SAUDI ARABIA" Address="King Fahad Road, P.O.Box 25517, Al Madina" PostCode="" PhoneNo="+966148290001" FaxNo="+966148290001" Email="" CheckInTime="16:00" CheckOutTime="12:00" Latitude="24.472106494779" Longitude="39.611377716065" SourceId="12" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: PRESTIGE, SUITE, TWIN BEDS" RoomTypeCode="0|0|1160642845|1786008214006122B2164B0||yes|897695|16|ODc5LjA4fEdCUHwyMDI2LTA4LTA2" OriginalAmount="879" TotalPrice="887.87" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly... NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="887.87" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: PRESTIGE, SUITE, KING BED" RoomTypeCode="0|0|1134808795|1786008214006122B2164B8||yes|897695|16|ODc5LjA4fEdCUHwyMDI2LTA4LTA2" OriginalAmount="879" TotalPrice="887.87" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly... NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="887.87" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: PRESTIGE, SUITE, KING BED, PARTIAL HARAM VIEW, PLAZA VIEW" RoomTypeCode="0|0|1134808845|1786008214006122B2164B24||yes|897695|16|OTAyLjMzfEdCUHwyMDI2LTA4LTA2" OriginalAmount="902" TotalPrice="911.35" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly... NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="911.35" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: PRESTIGE, SUITE, TWIN BEDS, PARTIAL HARAM VIEW, PLAZA VIEW" RoomTypeCode="0|0|1134808875|1786008214006122B2164B16||yes|897695|16|OTAyLjMzfEdCUHwyMDI2LTA4LTA2" OriginalAmount="902" TotalPrice="911.35" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly... NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="911.35" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Prestige Double Suite with city view (twin beds) (extra beds not included)" RoomTypeCode="h-eb74eef4-1251-5a20-8c89-98b966e1f267|63|OTQ0LjAwfEdCUHwyMDI2LTA5LTEy" OriginalAmount="944" TotalPrice="953.44" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/09/2026"><AdditionalDetails>GBP 39.33-- city tax is included in the room rate.&lt;br/&gt;GBP 118.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|VIP room amenities|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-08T00:00:00" End="2026-09-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="953.44" /></CancelPenalty><CancelPenalty Start="2026-09-10T00:00:00" End="2026-09-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="953.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Prestige Double Suite with city view (full double bed) (king size bed, extra beds not included)" RoomTypeCode="h-2d778f59-2a91-503f-bed6-ceee00025b5f|63|OTQ0LjAwfEdCUHwyMDI2LTA5LTEy" OriginalAmount="944" TotalPrice="953.44" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/09/2026"><AdditionalDetails>GBP 39.33-- city tax is included in the room rate.&lt;br/&gt;GBP 118.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|VIP room amenities|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-08T00:00:00" End="2026-09-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="953.44" /></CancelPenalty><CancelPenalty Start="2026-09-10T00:00:00" End="2026-09-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="953.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: PRESTIGE SUITE" RoomTypeCode="1550710193-1-0|711550710193|4|0|12|OTU2LjUzfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="957" TotalPrice="966.10" Status="CheckRates" NonRefundable="false" FreeText="Non Refundable Rate" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: PRESTIGE, SUITE, SINGLE BED" RoomTypeCode="0|0|1454506275|1786008214027693B2129B52||yes|897695|16|OTYyLjE2fEdCUHwyMDI2LTA4LTA2" OriginalAmount="962" TotalPrice="971.78" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property reserves the right to pre-authorize the guest&amp;#039;s credit card prior to arrival.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, a security system, and a first aid kit&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. The credit card used to book the reservation must be presented by the cardholder at check-in along with matching photo identification. Other arrangements must be coordinated with the property prior to arrival. For any questions, please contact the property using the information on the booking confirmation. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Covered self parking fee: SAR 150 per day&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Late check-in fee for check-in between midnight and 4:00 AM&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Only Muslims are allowed to enter the holy cities of Mecca and Medina. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Local laws may restrict unmarried guests from sharing rooms. Guests are responsible for providing proof of marriage, if requested by the property. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;One child 6 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-in and contactless check-out are available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 4 people: 237.77 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 4 people: 287.50 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 4 people: 420.11 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 4 people: 353.79 USD (This amount is included within the total price). NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="971.78" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Prestige Suite, Twin Bed" RoomTypeCode="20260915$20260918$W$273$321221$JSU.2B$ID_B2B_97$RO$APFLMRA1$1~4~0$$N@07~A-SIC~24f555~-512974217~N~~~NOR~~DEA50C5BB8D9471178600733824906AAUK0015000900060822a466|8|MTEyNi40MnxFVVJ8MjAyNi0wOS0wOQ==" OriginalAmount="966" TotalPrice="975.23" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-09T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="965.57" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Prestige Suite, 1 King Bed" RoomTypeCode="20260915$20260918$W$273$321221$JSU.KG$ID_B2B_97$RO$APFLMRA1$1~4~0$$N@07~A-SIC~24f555~-1236304509~N~~~NOR~~DEA50C5BB8D9471178600733824906AAUK0015000900060822a466|8|MTEyNi40MnxFVVJ8MjAyNi0wOS0wOQ==" OriginalAmount="966" TotalPrice="975.23" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-09T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="965.57" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: PRESTIGE SUITE -  PARTIAL HARAM PLAZA VIEW NON REFUNDABLE" RoomTypeCode="3254870785-1-0|713254870785|4|0|12|OTgxLjE0fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="981" TotalPrice="990.95" Status="CheckRates" NonRefundable="false" FreeText="Non Refundable Rate" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: PRESTIGE, SUITE, SINGLE" RoomTypeCode="0|0|1311022875|1786008214050896B2081B8||yes|897695|16|OTg2LjQzfEdCUHwyMDI2LTA4LTA2" OriginalAmount="986" TotalPrice="996.29" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="996.29" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: PRESTIGE, SUITE, SINGLE BED, PARTIAL HARAM VIEW, PLAZA VIEW" RoomTypeCode="0|0|1502020575|1786008214027693B2129B84||yes|897695|16|OTg3LjYwfEdCUHwyMDI2LTA4LTA2" OriginalAmount="988" TotalPrice="997.48" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property reserves the right to pre-authorize the guest&amp;#039;s credit card prior to arrival.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, a security system, and a first aid kit&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. The credit card used to book the reservation must be presented by the cardholder at check-in along with matching photo identification. Other arrangements must be coordinated with the property prior to arrival. For any questions, please contact the property using the information on the booking confirmation. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Covered self parking fee: SAR 150 per day&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Late check-in fee for check-in between midnight and 4:00 AM&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Only Muslims are allowed to enter the holy cities of Mecca and Medina. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Local laws may restrict unmarried guests from sharing rooms. Guests are responsible for providing proof of marriage, if requested by the property. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;One child 6 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-in and contactless check-out are available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 4 people: 244.05 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 4 people: 293.81 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 4 people: 426.41 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 4 people: 360.09 USD (This amount is included within the total price). NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="997.48" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Prestige Suite Partial Haram Plaza view, 1 King Bed" RoomTypeCode="20260915$20260918$W$273$321221$JSU.WV-1$ID_B2B_97$RO$APFLMRA1$1~4~0$$N@07~A-SIC~20857a~1336939487~N~~~NOR~~DEA50C5BB8D9471178600733824906AAUK00150009000608224484|8|MTE1Ni4zNnxFVVJ8MjAyNi0wOS0wOQ==" OriginalAmount="991" TotalPrice="1001.14" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-09T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="991.23" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Prestige Suite Partial Haram Plaza view, Twin Bed" RoomTypeCode="20260915$20260918$W$273$321221$JSU.WV-2$ID_B2B_97$RO$APFLMRA1$1~4~0$$N@07~A-SIC~20857a~53028320~N~~~NOR~~DEA50C5BB8D9471178600733824906AAUK00150009000608224484|8|MTE1Ni4zNnxFVVJ8MjAyNi0wOS0wOQ==" OriginalAmount="991" TotalPrice="1001.14" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-09T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="991.23" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Prestige Double Suite (twin beds) (extra beds included)" RoomTypeCode="h-1d247e08-c065-55bd-a912-3850a53b8445|63|MTAwNS4wMHxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="1005" TotalPrice="1015.05" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 41.88-- city tax is included in the room rate.&lt;br/&gt;GBP 125.63-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|VIP room amenities|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1015.05" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Prestige Double Suite (full double bed) (king size bed, extra beds included)" RoomTypeCode="h-c8a3d558-b6f9-51cb-a22f-e9a7d80ab222|63|MTAwNS4wMHxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="1005" TotalPrice="1015.05" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 41.88-- city tax is included in the room rate.&lt;br/&gt;GBP 125.63-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|VIP room amenities|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1015.05" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: PRESTIGE, SUITE, TWIN BEDS" RoomTypeCode="0|1331|1160642845|1786008214074273B2191B3||no|897695|16|MTAzNy42NHxHQlB8MjAyNi0wOS0xMw==" OriginalAmount="1038" TotalPrice="1048.02" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/09/2026"><AdditionalDetails>In connection with facilitating your hotel transaction, the charge to your method of payment will include a charge for Taxes and Fees. This charge includes an estimated amount to recover the amount we pay to the hotel in connection with your reservation for taxes owed by the hotel including, without limitation, sales and use tax, occupancy tax, room tax, excise tax, value added tax and/or other similar taxes. In certain locations, the tax amount may also include government imposed service fees or other fees not paid directly to the taxing authorities but required by law to be collected by the hotel. The amount paid to the hotel in connection with your reservation for taxes may vary from the amount we estimate and include in the charge to you. The balance of the charge for Taxes and Fees is a fee we retain as part of the compensation for our services and to cover the costs of your reservation, including, for example, customer service costs. The charge for Taxes and Fees varies based on a number of factors including, without limitation, the amount we pay the hotel and the location of the hotel where you will be staying, and may include profit that we retain. Except as described below, we are not the vendor collecting and remitting taxes to the applicable taxing authorities. Our hotel suppliers, as vendors, include all applicable taxes in the amount billed to us and we pay over such amounts directly to the vendors. We are not a co-vendor associated with the vendor with whom we book or reserve our customer&amp;#039;s travel arrangements. Taxability and the appropriate tax rate and the type of applicable taxes vary greatly by location. For transactions involving hotels located within certain jurisdictions, the charge to your method of payment for Taxes and Fees includes a payment of tax that we are required to collect and remit to the jurisdiction for tax owed on amounts we retain as compensation for our services. Depending on the property you stay at you may also be charged (i) certain mandatory hotel specific service fees, for example, resort fees (which typically apply to resort type destinations and, if applicable, may range from $10 to $40 per day), energy surcharges, newspaper delivery fees, in-room safe fees, tourism fees, or housekeeping fees and/or (ii) certain optional incidental fees, for example, parking charges, minibar charges, phone calls, room service and movie rentals, etc. These charges, if applicable, will be payable by you to the hotel directly at checkout. When you check in, a credit card or, in the hotel&amp;#039;s discretion, a debit card, will be required to secure these charges and fees that you may incur during your stay. Please contact the hotel directly as to whether and which charges or service fees apply. Please note that we are unable to facilitate a rebate of Canadian Goods and Services Tax (&amp;#039;GST&amp;#039;) for customers booking Canadian hotel accommodations utilizing our services. For bookings in Canada, the charges may also include destination marketing fees collected by the hotel and passed along to tourist bureaus. The reservation holder must be 21 years of age or older. Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund. Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received. The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate. All rooms will accommodate up to 4 people. Requests for bed types (King, Queen, Double, etc.) or other request(including preferences for smoking or non-smoking rooms) should be requested through your confirmed hotel and cannot be guaranteed. Pets are not allowed. Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-09T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1048.02" /></CancelPenalty><CancelPenalty Start="2026-09-11T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1048.02" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: PRESTIGE, SUITE, KING BED" RoomTypeCode="0|1331|1134808795|1786008214074273B2191B7||no|897695|16|MTAzNy42NHxHQlB8MjAyNi0wOS0xMw==" OriginalAmount="1038" TotalPrice="1048.02" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/09/2026"><AdditionalDetails>In connection with facilitating your hotel transaction, the charge to your method of payment will include a charge for Taxes and Fees. This charge includes an estimated amount to recover the amount we pay to the hotel in connection with your reservation for taxes owed by the hotel including, without limitation, sales and use tax, occupancy tax, room tax, excise tax, value added tax and/or other similar taxes. In certain locations, the tax amount may also include government imposed service fees or other fees not paid directly to the taxing authorities but required by law to be collected by the hotel. The amount paid to the hotel in connection with your reservation for taxes may vary from the amount we estimate and include in the charge to you. The balance of the charge for Taxes and Fees is a fee we retain as part of the compensation for our services and to cover the costs of your reservation, including, for example, customer service costs. The charge for Taxes and Fees varies based on a number of factors including, without limitation, the amount we pay the hotel and the location of the hotel where you will be staying, and may include profit that we retain. Except as described below, we are not the vendor collecting and remitting taxes to the applicable taxing authorities. Our hotel suppliers, as vendors, include all applicable taxes in the amount billed to us and we pay over such amounts directly to the vendors. We are not a co-vendor associated with the vendor with whom we book or reserve our customer&amp;#039;s travel arrangements. Taxability and the appropriate tax rate and the type of applicable taxes vary greatly by location. For transactions involving hotels located within certain jurisdictions, the charge to your method of payment for Taxes and Fees includes a payment of tax that we are required to collect and remit to the jurisdiction for tax owed on amounts we retain as compensation for our services. Depending on the property you stay at you may also be charged (i) certain mandatory hotel specific service fees, for example, resort fees (which typically apply to resort type destinations and, if applicable, may range from $10 to $40 per day), energy surcharges, newspaper delivery fees, in-room safe fees, tourism fees, or housekeeping fees and/or (ii) certain optional incidental fees, for example, parking charges, minibar charges, phone calls, room service and movie rentals, etc. These charges, if applicable, will be payable by you to the hotel directly at checkout. When you check in, a credit card or, in the hotel&amp;#039;s discretion, a debit card, will be required to secure these charges and fees that you may incur during your stay. Please contact the hotel directly as to whether and which charges or service fees apply. Please note that we are unable to facilitate a rebate of Canadian Goods and Services Tax (&amp;#039;GST&amp;#039;) for customers booking Canadian hotel accommodations utilizing our services. For bookings in Canada, the charges may also include destination marketing fees collected by the hotel and passed along to tourist bureaus. The reservation holder must be 21 years of age or older. Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund. Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received. The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate. All rooms will accommodate up to 4 people. Requests for bed types (King, Queen, Double, etc.) or other request(including preferences for smoking or non-smoking rooms) should be requested through your confirmed hotel and cannot be guaranteed. Pets are not allowed. Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-09T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1048.02" /></CancelPenalty><CancelPenalty Start="2026-09-11T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1048.02" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: PRESTIGE, SUITE, KING BED, PARTIAL HARAM VIEW, PLAZA VIEW" RoomTypeCode="0|1331|1134808845|1786008214074273B2191B15||no|897695|16|MTA2MS4xMnxHQlB8MjAyNi0wOS0xMw==" OriginalAmount="1061" TotalPrice="1071.73" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/09/2026"><AdditionalDetails>In connection with facilitating your hotel transaction, the charge to your method of payment will include a charge for Taxes and Fees. This charge includes an estimated amount to recover the amount we pay to the hotel in connection with your reservation for taxes owed by the hotel including, without limitation, sales and use tax, occupancy tax, room tax, excise tax, value added tax and/or other similar taxes. In certain locations, the tax amount may also include government imposed service fees or other fees not paid directly to the taxing authorities but required by law to be collected by the hotel. The amount paid to the hotel in connection with your reservation for taxes may vary from the amount we estimate and include in the charge to you. The balance of the charge for Taxes and Fees is a fee we retain as part of the compensation for our services and to cover the costs of your reservation, including, for example, customer service costs. The charge for Taxes and Fees varies based on a number of factors including, without limitation, the amount we pay the hotel and the location of the hotel where you will be staying, and may include profit that we retain. Except as described below, we are not the vendor collecting and remitting taxes to the applicable taxing authorities. Our hotel suppliers, as vendors, include all applicable taxes in the amount billed to us and we pay over such amounts directly to the vendors. We are not a co-vendor associated with the vendor with whom we book or reserve our customer&amp;#039;s travel arrangements. Taxability and the appropriate tax rate and the type of applicable taxes vary greatly by location. For transactions involving hotels located within certain jurisdictions, the charge to your method of payment for Taxes and Fees includes a payment of tax that we are required to collect and remit to the jurisdiction for tax owed on amounts we retain as compensation for our services. Depending on the property you stay at you may also be charged (i) certain mandatory hotel specific service fees, for example, resort fees (which typically apply to resort type destinations and, if applicable, may range from $10 to $40 per day), energy surcharges, newspaper delivery fees, in-room safe fees, tourism fees, or housekeeping fees and/or (ii) certain optional incidental fees, for example, parking charges, minibar charges, phone calls, room service and movie rentals, etc. These charges, if applicable, will be payable by you to the hotel directly at checkout. When you check in, a credit card or, in the hotel&amp;#039;s discretion, a debit card, will be required to secure these charges and fees that you may incur during your stay. Please contact the hotel directly as to whether and which charges or service fees apply. Please note that we are unable to facilitate a rebate of Canadian Goods and Services Tax (&amp;#039;GST&amp;#039;) for customers booking Canadian hotel accommodations utilizing our services. For bookings in Canada, the charges may also include destination marketing fees collected by the hotel and passed along to tourist bureaus. The reservation holder must be 21 years of age or older. Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund. Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received. The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate. All rooms will accommodate up to 4 people. Requests for bed types (King, Queen, Double, etc.) or other request(including preferences for smoking or non-smoking rooms) should be requested through your confirmed hotel and cannot be guaranteed. Pets are not allowed. Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-09T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1071.73" /></CancelPenalty><CancelPenalty Start="2026-09-11T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1071.73" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: PRESTIGE, SUITE, TWIN BEDS, PARTIAL HARAM VIEW, PLAZA VIEW" RoomTypeCode="0|1331|1134808875|1786008214074273B2191B11||no|897695|16|MTA2MS4xMnxHQlB8MjAyNi0wOS0xMw==" OriginalAmount="1061" TotalPrice="1071.73" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/09/2026"><AdditionalDetails>In connection with facilitating your hotel transaction, the charge to your method of payment will include a charge for Taxes and Fees. This charge includes an estimated amount to recover the amount we pay to the hotel in connection with your reservation for taxes owed by the hotel including, without limitation, sales and use tax, occupancy tax, room tax, excise tax, value added tax and/or other similar taxes. In certain locations, the tax amount may also include government imposed service fees or other fees not paid directly to the taxing authorities but required by law to be collected by the hotel. The amount paid to the hotel in connection with your reservation for taxes may vary from the amount we estimate and include in the charge to you. The balance of the charge for Taxes and Fees is a fee we retain as part of the compensation for our services and to cover the costs of your reservation, including, for example, customer service costs. The charge for Taxes and Fees varies based on a number of factors including, without limitation, the amount we pay the hotel and the location of the hotel where you will be staying, and may include profit that we retain. Except as described below, we are not the vendor collecting and remitting taxes to the applicable taxing authorities. Our hotel suppliers, as vendors, include all applicable taxes in the amount billed to us and we pay over such amounts directly to the vendors. We are not a co-vendor associated with the vendor with whom we book or reserve our customer&amp;#039;s travel arrangements. Taxability and the appropriate tax rate and the type of applicable taxes vary greatly by location. For transactions involving hotels located within certain jurisdictions, the charge to your method of payment for Taxes and Fees includes a payment of tax that we are required to collect and remit to the jurisdiction for tax owed on amounts we retain as compensation for our services. Depending on the property you stay at you may also be charged (i) certain mandatory hotel specific service fees, for example, resort fees (which typically apply to resort type destinations and, if applicable, may range from $10 to $40 per day), energy surcharges, newspaper delivery fees, in-room safe fees, tourism fees, or housekeeping fees and/or (ii) certain optional incidental fees, for example, parking charges, minibar charges, phone calls, room service and movie rentals, etc. These charges, if applicable, will be payable by you to the hotel directly at checkout. When you check in, a credit card or, in the hotel&amp;#039;s discretion, a debit card, will be required to secure these charges and fees that you may incur during your stay. Please contact the hotel directly as to whether and which charges or service fees apply. Please note that we are unable to facilitate a rebate of Canadian Goods and Services Tax (&amp;#039;GST&amp;#039;) for customers booking Canadian hotel accommodations utilizing our services. For bookings in Canada, the charges may also include destination marketing fees collected by the hotel and passed along to tourist bureaus. The reservation holder must be 21 years of age or older. Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund. Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received. The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate. All rooms will accommodate up to 4 people. Requests for bed types (King, Queen, Double, etc.) or other request(including preferences for smoking or non-smoking rooms) should be requested through your confirmed hotel and cannot be guaranteed. Pets are not allowed. Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-09T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1071.73" /></CancelPenalty><CancelPenalty Start="2026-09-11T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1071.73" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: PRESTIGE SUITE PARTIAL HARAM PLAZA VIEW" RoomTypeCode="2633658950-1-0|712633658950|4|0|12|MTA2Mi44NHxHQlB8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1063" TotalPrice="1073.47" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Prestige Double Suite (full double bed) (king size bed, extra beds not included)" RoomTypeCode="h-df57605c-f92c-5620-878a-086948cbf19f|63|MTA3MS4wMHxHQlB8MjAyNi0wOS0xNA==" OriginalAmount="1071" TotalPrice="1081.71" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/09/2026"><AdditionalDetails>GBP 44.63-- city tax is included in the room rate.&lt;br/&gt;GBP 133.88-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|VIP room amenities|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-10T00:00:00" End="2026-09-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1081.71" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Prestige Double Suite (twin beds) (extra beds not included)" RoomTypeCode="h-cf81806e-69da-57b4-a524-7dd1792a87ae|63|MTA3MS4wMHxHQlB8MjAyNi0wOS0xNA==" OriginalAmount="1071" TotalPrice="1081.71" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/09/2026"><AdditionalDetails>GBP 44.63-- city tax is included in the room rate.&lt;br/&gt;GBP 133.88-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|VIP room amenities|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-10T00:00:00" End="2026-09-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1081.71" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Prestige Double Suite (full double bed) (bed type is subject to availability, extra beds not included)" RoomTypeCode="h-a0a4440a-c85c-5a82-a6d2-57594ae9ba51|63|MTIzMC4wMHxHQlB8MjAyNi0wOS0xMw==" OriginalAmount="1230" TotalPrice="1242.30" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 08/09/2026"><AdditionalDetails>GBP 51.25-- city tax is included in the room rate.&lt;br/&gt;GBP 153.75-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|VIP room amenities|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-09T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1242.30" /></CancelPenalty><CancelPenalty Start="2026-09-11T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1242.30" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED &amp; BREAKFAST" RoomType="Room 1: PRESTIGE SUITE -  PARTIAL HARAM PLAZA VIEW" RoomTypeCode="2554357685-1-0|712554357685|4|0|12|MTMxMy40N3xHQlB8c3VwcGxpZXJkZWFkbGluZQ==" OriginalAmount="1313" TotalPrice="1326.60" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Prestige Double Suite (twin beds) (extra beds not included)" RoomTypeCode="h-5da6ca42-163d-5379-936d-c55541234550|63|MTQwNC4wMHxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="1404" TotalPrice="1418.04" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 58.50-- city tax is included in the room rate.&lt;br/&gt;GBP 175.50-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|VIP room amenities|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1418.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: Prestige Double Suite (full double bed) (king size bed, extra beds not included)" RoomTypeCode="h-b15dda1a-cd91-5d88-8437-7fbc2ae60f4f|63|MTQwNC4wMHxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="1404" TotalPrice="1418.04" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 58.50-- city tax is included in the room rate.&lt;br/&gt;GBP 175.50-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|VIP room amenities|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1418.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 2 BEDROOMS, FAMILY SUITE" RoomTypeCode="0|0|1429027215|1786008214074273B2191B18||no|897695|16|MTUxMi45M3xHQlB8MjAyNi0wOS0xMw==" OriginalAmount="1513" TotalPrice="1528.06" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/09/2026"><AdditionalDetails>In connection with facilitating your hotel transaction, the charge to your method of payment will include a charge for Taxes and Fees. This charge includes an estimated amount to recover the amount we pay to the hotel in connection with your reservation for taxes owed by the hotel including, without limitation, sales and use tax, occupancy tax, room tax, excise tax, value added tax and/or other similar taxes. In certain locations, the tax amount may also include government imposed service fees or other fees not paid directly to the taxing authorities but required by law to be collected by the hotel. The amount paid to the hotel in connection with your reservation for taxes may vary from the amount we estimate and include in the charge to you. The balance of the charge for Taxes and Fees is a fee we retain as part of the compensation for our services and to cover the costs of your reservation, including, for example, customer service costs. The charge for Taxes and Fees varies based on a number of factors including, without limitation, the amount we pay the hotel and the location of the hotel where you will be staying, and may include profit that we retain. Except as described below, we are not the vendor collecting and remitting taxes to the applicable taxing authorities. Our hotel suppliers, as vendors, include all applicable taxes in the amount billed to us and we pay over such amounts directly to the vendors. We are not a co-vendor associated with the vendor with whom we book or reserve our customer&amp;#039;s travel arrangements. Taxability and the appropriate tax rate and the type of applicable taxes vary greatly by location. For transactions involving hotels located within certain jurisdictions, the charge to your method of payment for Taxes and Fees includes a payment of tax that we are required to collect and remit to the jurisdiction for tax owed on amounts we retain as compensation for our services. Depending on the property you stay at you may also be charged (i) certain mandatory hotel specific service fees, for example, resort fees (which typically apply to resort type destinations and, if applicable, may range from $10 to $40 per day), energy surcharges, newspaper delivery fees, in-room safe fees, tourism fees, or housekeeping fees and/or (ii) certain optional incidental fees, for example, parking charges, minibar charges, phone calls, room service and movie rentals, etc. These charges, if applicable, will be payable by you to the hotel directly at checkout. When you check in, a credit card or, in the hotel&amp;#039;s discretion, a debit card, will be required to secure these charges and fees that you may incur during your stay. Please contact the hotel directly as to whether and which charges or service fees apply. Please note that we are unable to facilitate a rebate of Canadian Goods and Services Tax (&amp;#039;GST&amp;#039;) for customers booking Canadian hotel accommodations utilizing our services. For bookings in Canada, the charges may also include destination marketing fees collected by the hotel and passed along to tourist bureaus. The reservation holder must be 21 years of age or older. Reservation is guaranteed for arrival on the confirmed check-in date only. If you don&amp;#039;t check-in to the hotel on the first day of your reservation and you do not alert the hotel in advance the remaining portion of your reservation will be canceled and you will not be entitled to a refund. Your credit card is charged the total cost at time of purchase. Prices and room availability are not guaranteed until full payment is received. The reservation holder must present a valid photo ID and credit card at check-in.  The credit card is required for any additional hotel specific service fees or incidental charges or fees that may be charged by the hotel to the customer at checkout. These charges may be mandatory (e.g., resort fees) or optional (parking, phone calls or mini-bar charges) and are not included in the room rate. All rooms will accommodate up to 4 people. Requests for bed types (King, Queen, Double, etc.) or other request(including preferences for smoking or non-smoking rooms) should be requested through your confirmed hotel and cannot be guaranteed. Pets are not allowed. Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-09T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1528.06" /></CancelPenalty><CancelPenalty Start="2026-09-11T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1528.06" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 2 BEDROOMS, FAMILY, SUITE" RoomTypeCode="0|0|1160643135|1786008215011639B2153B12||no|897695|16|MTU2Ny45N3xHQlB8MjAyNi0wOS0xMw==" OriginalAmount="1568" TotalPrice="1583.65" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/09/2026"><AdditionalDetails>Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-09T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1583.65" /></CancelPenalty><CancelPenalty Start="2026-09-11T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1583.65" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: 2 Bedrooms Family Suite" RoomTypeCode="h-f20f80f2-1b3c-5861-9286-0908ff347e44|63|MTU3Ni4wMHxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="1576" TotalPrice="1591.76" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 65.67-- city tax is included in the room rate.&lt;br/&gt;GBP 197.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|VIP room amenities|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1591.76" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Full Board" FilterMealType="FULL BOARD" RoomType="Room 1: PRESTIGE, SUITE, TWIN BEDS" RoomTypeCode="0|1335|1160642845|1786008214006122B2164B7||no|897695|16|MTY3MS42MnxHQlB8MjAyNi0wOS0xNA==" OriginalAmount="1672" TotalPrice="1688.34" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/09/2026"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly... Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-10T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1688.34" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Full Board" FilterMealType="FULL BOARD" RoomType="Room 1: PRESTIGE, SUITE, KING BED" RoomTypeCode="0|1335|1134808795|1786008214006122B2164B15||no|897695|16|MTY3MS42MnxHQlB8MjAyNi0wOS0xNA==" OriginalAmount="1672" TotalPrice="1688.34" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/09/2026"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly... Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-10T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1688.34" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Full Board" FilterMealType="FULL BOARD" RoomType="Room 1: PRESTIGE, SUITE, KING BED, PARTIAL HARAM VIEW, PLAZA VIEW" RoomTypeCode="0|1335|1134808845|1786008214006122B2164B31||no|897695|16|MTY5OC4xM3xHQlB8MjAyNi0wOS0xNA==" OriginalAmount="1698" TotalPrice="1715.11" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/09/2026"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly... Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-10T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1715.11" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Full Board" FilterMealType="FULL BOARD" RoomType="Room 1: PRESTIGE, SUITE, TWIN BEDS, PARTIAL HARAM VIEW, PLAZA VIEW" RoomTypeCode="0|1335|1134808875|1786008214006122B2164B23||no|897695|16|MTY5OC4xM3xHQlB8MjAyNi0wOS0xNA==" OriginalAmount="1698" TotalPrice="1715.11" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 10/09/2026"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly... Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-10T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1715.11" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 2 BEDROOMS, FAMILY SUITE, 1 DOUBLE AND 1 SINGLE BED" RoomTypeCode="0|0|1581926925|1786008214050896B2081B32||yes|897695|16|MTcxNC40MnxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="1714" TotalPrice="1731.56" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1731.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: 2 Bedrooms Family Suite" RoomTypeCode="h-6a3eff56-ca8a-5a07-9c42-2e12f23e92e3|63|MTc4NC4wMHxHQlB8MjAyNi0wOS0xMg==" OriginalAmount="1784" TotalPrice="1801.84" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/09/2026"><AdditionalDetails>GBP 74.33-- city tax is included in the room rate.&lt;br/&gt;GBP 223.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|VIP room amenities|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-08T00:00:00" End="2026-09-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1801.84" /></CancelPenalty><CancelPenalty Start="2026-09-10T00:00:00" End="2026-09-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1801.84" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double Junior Suite (twin beds) (bed type is subject to availability, extra beds not included)" RoomTypeCode="h-0da3ff41-e585-5d7e-97f2-dfb60ee51e85|63|MTg4OS4wMHxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="1889" TotalPrice="1907.89" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 78.71-- city tax is included in the room rate.&lt;br/&gt;GBP 236.13-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|VIP room amenities|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1907.89" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double Junior Suite (twin beds) (extra beds included)" RoomTypeCode="h-d48c9f36-8d25-552b-9e00-8474308aabca|63|MTk2MS4wMHxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="1961" TotalPrice="1980.61" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 81.71-- city tax is included in the room rate.&lt;br/&gt;GBP 245.12-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|VIP room amenities|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="1980.61" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: full-board" FilterMealType="FULL-BOARD" RoomType="Room 1: Prestige Double Suite (full double bed) (king size bed, extra beds included)" RoomTypeCode="h-1a4cbe85-fd89-5cf2-9c8c-89a40cf6f1ec|63|MTk5MC4wMHxHQlB8MjAyNi0wOS0xMg==" OriginalAmount="1990" TotalPrice="2009.90" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/09/2026"><AdditionalDetails>GBP 82.92-- city tax is included in the room rate.&lt;br/&gt;GBP 248.75-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|VIP room amenities|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-08T00:00:00" End="2026-09-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2009.90" /></CancelPenalty><CancelPenalty Start="2026-09-10T00:00:00" End="2026-09-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2009.90" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Half Board" FilterMealType="HALF BOARD" RoomType="Room 1: 2 BEDROOMS, FAMILY SUITE" RoomTypeCode="0|1334|1429027215|1786008214027693B2129B27||yes|897695|16|MjE0MS43NXxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="2142" TotalPrice="2163.17" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;The name on the credit card used at check-in to pay for incidentals must be the primary name on the guestroom reservation&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, debit cards, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property reserves the right to pre-authorize the guest&amp;#039;s credit card prior to arrival.&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a carbon monoxide detector, a fire extinguisher, a smoke detector, a security system, and a first aid kit&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. The credit card used to book the reservation must be presented by the cardholder at check-in along with matching photo identification. Other arrangements must be coordinated with the property prior to arrival. For any questions, please contact the property using the information on the booking confirmation. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Covered self parking fee: SAR 150 per day&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Late check-in fee for check-in between midnight and 4:00 AM&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Only Muslims are allowed to enter the holy cities of Mecca and Medina. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Local laws may restrict unmarried guests from sharing rooms. Guests are responsible for providing proof of marriage, if requested by the property. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;One child 6 years old or younger stays free when occupying the parent or guardian&amp;#039;s room, using existing bedding. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-in and contactless check-out are available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 4 people: 413.27 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 4 people: 463.00 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 4 people: 595.60 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 4 people: 529.27 USD (This amount is included within the total price). NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2163.17" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 3 BEDROOMS, PRESIDENTIAL, SUITE" RoomTypeCode="0|0|1322405045|1786008214006122B2164B32||yes|897695|16|MjE4Ny42M3xHQlB8MjAyNi0wOC0wNg==" OriginalAmount="2188" TotalPrice="2209.51" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly... NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2209.51" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Double Junior Suite (twin beds) (extra beds not included)" RoomTypeCode="h-6c2e6901-a268-522d-a61f-cc7f26e5b285|63|MjIyMS4wMHxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="2221" TotalPrice="2243.21" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 92.54-- city tax is included in the room rate.&lt;br/&gt;GBP 277.63-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|VIP room amenities|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2243.21" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: 3 Bedrooms Presidential Suite" RoomTypeCode="h-2a1167b4-b5fe-51b6-9b59-f9dc8d9adb44|63|MjMxNy4wMHxHQlB8MjAyNi0wOS0xMg==" OriginalAmount="2317" TotalPrice="2340.17" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 07/09/2026"><AdditionalDetails>GBP 96.54-- city tax is included in the room rate.&lt;br/&gt;GBP 289.63-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|VIP room amenities|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-08T00:00:00" End="2026-09-14T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2340.17" /></CancelPenalty><CancelPenalty Start="2026-09-10T00:00:00" End="2026-09-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2340.17" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: SUITE, 2 BEDS" RoomTypeCode="0|0|1162092975|1786008214054999B2098B56||yes|897695|16|MjQ1NC4xNXxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="2454" TotalPrice="2478.69" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2478.69" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 3 BEDROOMS, PRESIDENTIAL, SUITE, KING BED" RoomTypeCode="0|0|1317965605|1786008214050896B2081B40||yes|897695|16|MjQ1NC43NHxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="2455" TotalPrice="2479.29" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2479.29" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Presidential Suite, Three Bed Rooms" RoomTypeCode="20260915$20260918$W$273$321221$SUI.6S$ID_B2B_97$RO$APFLMRA1$1~4~0$$N@07~A-SIC~247dc3~1874947054~N~~~NOR~~DEA50C5BB8D9471178600733824906AAUK0015000900060820fb5a|8|MjkwNi4xNXxFVVJ8MjAyNi0wOS0wOQ==" OriginalAmount="2491" TotalPrice="2516.06" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-09T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2491.15" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 3 BEDROOMS, HARAM, PRESIDENTIAL, SUITE, PLAZA VIEW" RoomTypeCode="0|0|1372699925|1786008214006122B2164B40||yes|897695|16|MjUxNS44N3xHQlB8MjAyNi0wOC0wNg==" OriginalAmount="2516" TotalPrice="2541.03" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>For bookings confirmed through Dynamic Rates any service/resort fee is not included in the rate and payable locally. Depending on the hotel&amp;#039;s policy extra charge for children&amp;#039;s Stay and Breakfast is applicable and payable at hotel directly... NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2541.03" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: 3 Bedrooms Presidential Suite Haram Plaza View" RoomTypeCode="h-6fdcbbd7-dab6-5a2e-a995-21133dc9b84c|63|MjU5NS4wMHxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="2595" TotalPrice="2620.95" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 108.13-- city tax is included in the room rate.&lt;br/&gt;GBP 324.38-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|VIP room amenities|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2620.95" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: half-board" FilterMealType="HALF-BOARD" RoomType="Room 1: 3 Bedrooms Presidential Suite" RoomTypeCode="h-4262f208-5377-5052-a878-e2af6b0c2d7c|63|MjgwOC4wMHxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="2808" TotalPrice="2836.08" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 117.00-- city tax is included in the room rate.&lt;br/&gt;GBP 351.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bridal suite|Non-smoking rooms|Room service|Family room|VIP room amenities|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2836.08" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 3 BEDROOMS, HARAM, PRESIDENTIAL, SUITE, 2 KING BEDS, PLAZA VIEW" RoomTypeCode="0|0|1443166705|1786008214059231B2119B83||yes|897695|16|MjgzMi4xOHxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="2832" TotalPrice="2860.50" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2860.50" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Presidential Suite Haram Plaza View, Three Bedrooms" RoomTypeCode="20260915$20260918$W$273$321221$SUI.6S-WV$ID_B2B_97$RO$APFLMRA1$1~4~0$$N@07~A-SIC~21bfd4~1345226910~N~~~NOR~~DEA50C5BB8D9471178600733824906AAUK00150009000608207d0e|8|MzM0Mi4wN3xFVVJ8MjAyNi0wOS0wOQ==" OriginalAmount="2865" TotalPrice="2893.47" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 09/09/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-09T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="2864.82" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: 3 BEDROOMS, PRESIDENTIAL, SUITE, HARAM VIEW" RoomTypeCode="0|0|1560024495|1786008214011287B2172B6||yes|897695|16|MzU0Mi42OHxHQlB8MjAyNi0wOC0wNg==" OriginalAmount="3543" TotalPrice="3578.11" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="true" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Internet access|Internet access|Minibar|Fridge|Air conditioning (centrally regulated)|Safe|Lounge|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="3578.11" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/bf/d1/bfd146af8281d23af4ccbf607571f06cc71ba699.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/2c/d7/2cd78cffc5cd52d837ab4676d29af9964ca7f73c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/fc/4c/fc4c5a5bb1f40156c43c57b2fc17e90dd312ec12.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ae/50/ae502456c0a181cccf7c2a55a8742461035b19df.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ba/bf/babf4412e83317ba4918368e4eb564d435bc727b.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b9/dd/b9dd40dbad8ae4984eb11a41a37e58edd78916d1.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/fb/7d/fb7da7d7fe00df594af5d69c764f720463b36ca4.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/65/ae/65ae2d51434acfd9c8d4511726abc10d8514656b.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/73/ff/73ff59881d0876e0ec24660edf407c53746f5728.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/8d/49/8d49cdcb1af0b1b16626663a9d0c812cc7bfb676.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/5d/b9/5db9aeabf981298cdca9bc2b27f8f2a9ca871f77.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/28/44/2844da9c294903b7da7430a86ff7de5e3e2b2a37.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d7/7c/d77c073374e3f12ba85077f414fca1742e2c2332.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/55/34/55346b96688686500f2ad10a27319b5050e4ecf2.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/78/44/7844bf7a80c2c7df1ec4cdd89e2e11100d1fa8e6.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e0/27/e027086529fa84b496b9877bb8eb90cd53b560fc.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/be/80/be80212c2c09f1ce77b448ed9a18cc7d1db77cbb.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/55/2d/552ddc58c053b8bf954af36a52798454b36f84a6.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e3/2d/e32da2e650995b96c8fba8226be2225a2ae1a97f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/92/17/9217408525cc34d374b3f7e198e35936224d5659.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/1f/c8/1fc8df6dbca51b87ebd428a0f927a129c186c85b.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/71/d5/71d5ec210f3e34c1ea46c8dfa90151ef8ba1c7be.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/da/08/da081db504009e63a3c2e41fd4f181af2b03e5b2.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/34/38/3438d83332bbcac56f5a3cd00a56c62fbf421db6.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/bc/2a/bc2a3c16abde6e28852601ca7038cd794f9d34f3.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/d3/47/d3477167326e1f1c9dd3c14f6aa60d88c3fa4ccc.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ce/c8/cec89604549e40dbb4798be5c609b257c8602414.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/4f/76/4f76e5f542ce3208dafb76ce4186cd3e42b9d4cf.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/44/e0/44e080e191c1bab65a2438bda28f9623d977953e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e3/62/e362347a5ebe294c3d238554b7deb678aef1a058.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/03/2e/032efb2b29fa7fb22a897ad227cefc41506359b4.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/06/cc/06ccf13f63a111f5a5d37f37125c48cad8b053df.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/62/d8/62d81de9979f45f2c7fbe38d88d3e9697193b16a.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/73/b1/73b1f9301b18308b717a25c03a1a5f6c7c6ce5e1.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/eb/2f/eb2fbb0e24defab34262ec152cd9d668e0e0c4db.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/44/42/4442d6158d04758e888122c45edd32d9a012c517.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/06/fb/06fb3d016d8ddbb9a38a0e7e8eec0c081c05ef37.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/97/fc/97fc02a3260be242d7e15988ae54eaf57185b917.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/de/38/de38bc948ba4492af647b2b7e9124f7e4b58d7ee.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/75/3d/753d05d3ab57d2b943bf355ae6037a2f7c729200.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/1f/9c/1f9c4c37f311ae7071d8d9e9dec6f18611360d32.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/5f/f2/5ff2e3c920ea0611c87d925a5ee1b1a6a65ca908.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/33/51/33511aaeebdf0155563fcfa7d04efdae82ad9e46.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d3/b2/d3b2fc5fa52f4159983b8de663003fa8115b0126.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/bd/d6/bdd645ab49e4a84c68b973f4d2fbda109de0f977.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/db/35/db35ae605c1c4ebb75f55d835df4d0b18c0b8f0f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/6d/e6/6de6091cbd320ea1c07954e6e69f7f2654f81ed1.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b4/5b/b45b1e29e3218d607de47b15e50ced0dc7c02ab2.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/fc/3a/fc3af10b6caacd71e1e49a280b7cc4a7969286cd.JPEG" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;469 rooms await guests at this hotel, which includes a reception desk. Services and facilities include a newspaper stand, a transfer service, translation services, 24-hour room service, a conference room and a business centre. Wireless internet access allows guests to stay connected while on holiday. The hotel has wheelchair-accessible facilities. Souvenirs can be purchased at the gift shop. Guests arriving by car can park their vehicles in the car park.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning ensures that rooms maintain just the right temperature. Rooms include a double bed. Separate bedrooms are available. A safe and a minibar are also available. Additional features include a refrigerator and a mini fridge. Equipped with a telephone and WiFi, the rooms provide many ways for guests to stay connected and entertained. The hotel has family rooms and 14 non-smoking rooms.&lt;br/&gt;&lt;b&gt;Sports Entertainment&lt;/b&gt; &lt;br/&gt;The sports and entertainment facilities at the hotel ensure that guests have plenty of activities to choose from during their stay. There are many ways to relax or stay active at the hotel, including a gym and a spa. 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;Guests have a choice between breakfast.&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;Price of an additional breakfast: 100.00 SAR per person. Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;Meals may be limited during Ramadan.&lt;br /&gt;&lt;b&gt;Children And Information About Extra Beds: &lt;/b&gt;Breakfast for children costs: 86.00 SAR.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Couples checking into the same room must present a valid marriage certificate upon check-in. Otherwise, the property may reject the booking or request that a second room be booked.&lt;br /&gt;&lt;b&gt;Pets: &lt;/b&gt;No pets allowed.&lt;br /&gt;&lt;b&gt;Transfer: &lt;/b&gt;Transfer from/to airport available. Cost: 250.00 SAR one way.</HotelDescription><Facilities><HotelFacilities><Type>Object Information</Type><Description>Fax</Description><Value>966-4-8291030</Value></HotelFacilities><HotelFacilities><Type>Object Information</Type><Description>Telephone Hotel</Description><Value>9-664-8290001</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Official)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Category</Type><Description>Category (Recommended)</Description><Value>5</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of Rooms (total)</Description><Value>469</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Newspaper kiosk</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>Conference Room</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room Service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car Park</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Continental Breakfast</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Sport/Entertainment</Type><Description>Gym</Description><Value>1</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Full Board</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:b6baed05-afed-4f2e-913a-9bfbaf907375
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:24:21.0626747+01:00" Version="0" EchoToken="Search" TransactionIdentifier="9b46e005-2477-41fe-b842-0cf811dec9f6" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="8" TotalAmount="1160.87" OriginalAmount="1149.38" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Full Board" HotelName="Elaf Taiba Hotel" Meals="FULL BOARD" BedType="FULL BOARD" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1292.80" OriginalAmount="1280" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4823-28569936/658306403725514582/1142" HotelName="ELAF TAIBA" Meals="FULL BOARD" BedType="FULL BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3430000/3422500/3422415/d14076eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1634.20" OriginalAmount="1618.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|321221|Full Board" HotelName="Shaza Al Madina" Meals="FULL BOARD" BedType="FULL BOARD" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1712.96" OriginalAmount="1696" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203613-22243341/658306403725514582/512" HotelName="SOFITEL SHAHD AL MADINAH" Meals="FULL BOARD" BedType="FULL BOARD">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4150000/4143500/4143410/a907ca47_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Fax,Internet,Lounge,Telephone Service,Spa,Restaurant,Room Service,Conference Hall</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>FULL BOARD</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:b6baed05-afed-4f2e-913a-9bfbaf907375
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:24:24.4664073+01:00" Version="0" EchoToken="Search" TransactionIdentifier="9b46e005-2477-41fe-b842-0cf811dec9f6" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="224.48" OriginalAmount="222.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248|Bed &amp; Breakfast" HotelName="Al Mukhtara International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.40" OriginalAmount="225.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.488143" Longitude="39.616199" StarRating="0" HotelCode="|471533" HotelName="Zaha Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zur Al Ghafari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/3/3/471533_a451ea91956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="240.38" OriginalAmount="238" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|457646-5345420/658306403725514582/0" HotelName="AL MUKHTARA INTERNATIONAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/57bd2e8b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="262.60" OriginalAmount="260" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1454621-32416690/658306403725514582/973" HotelName="SEDRA GLOBAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111280000/111278800/111278731/3cb9aacb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|629988|Bed &amp; Breakfast" HotelName="Odst Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47329" Longitude="39.60898" StarRating="4" HotelCode="310083|629984|Bed &amp; Breakfast" HotelName="Zowar International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Central Area, P.O. 42311, Madina, Al Munnawarra?</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629984/629984a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="286.84" OriginalAmount="284" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|256920-4228787/658306403725514582/2" HotelName="ZOWAR ALALAMI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7770000/7760800/7760785/0d5391e2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="301.99" OriginalAmount="299" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1318502-26629314/658306403725514582/770" HotelName="SEASON STAR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/58000000/57150000/57144900/57144870/72b9da16_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="358.79" OriginalAmount="355.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|2292965|Bed &amp; Breakfast" HotelName="Nusk Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="393.63" OriginalAmount="389.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|613309|Bed &amp; Breakfast" HotelName="Saja Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="417.13" OriginalAmount="413" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.573" Longitude="-116.215" StarRating="4" HotelCode="0|503033-18213490/658306403725514582/118" HotelName="SAJA BY WARWICK MADINAH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3300 SOUTH VISTA AVE, BOISE, 83705, ID, US	</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19720000/19710600/19710557/6810b09e_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   When you stay at The Boise Hotel and Conference Center in Boise, you'll be near the airport and close to Hillcrest Country Club and Boise State University. This hotel is within close proximity of Zoo Boise and Morrison-Knudsen Nature Center.   Rooms   Make yourself at home in one of the 195 air-conditioned guestrooms. Cable television is provided for your entertainment. Conveniences include desks and complimentary newspapers, as well as direct-dial phones with voice mail.   Rec, Spa, Premium Amenities   Enjoy recreational amenities such as an indoor pool and a fitness facility. Additional amenities include complimentary wireless Internet access and an arcade/game room.   Dining   Take advantage of the hotel's room service (during limited hours). Quench your thirst with your favorite drink at a bar/lounge.   Business, Other Amenities   Featured amenities include a business center, secretarial services, and complimentary newspapers in the lobby. Event facilities at this hotel consist of conference/meeting rooms, small meeting rooms, and banquet facilities. A roundtrip airport shuttle is provided at no charge.   Room Info:    Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      A pet fee will be charged per stay       The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Pets allowed   Check-in time starts at 3 PM  Check-out time is 11 AM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="436.14" OriginalAmount="431.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|35724|Bed &amp; Breakfast" HotelName="Madinah Mövenpick Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="447.43" OriginalAmount="443" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1318501-26629312/658306403725514582/777" HotelName="Y PLATINUM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/65000000/64400000/64392500/64392435/c3f5a2f4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="467.63" OriginalAmount="463" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|457757-32434838/658306403725514582/393" HotelName="GOLDEN TULIP AL SHAKREEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10630000/10624000/10623980/e5631671_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="483.79" OriginalAmount="479" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|56710-18152794/658306403725514582/284" HotelName="NEW MADINAH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/911500/911494/dcc50ed8_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="493.89" OriginalAmount="489" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|305534-18202325/658306403725514582/246" HotelName="EMAAR AL MEKTAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21060000/21058600/21058516/c5a8a4d6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="502.10" OriginalAmount="497.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Bed &amp; Breakfast" HotelName="Hotel Pullman ZamZam Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="509.83" OriginalAmount="504.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355|Bed &amp; Breakfast" HotelName="Tulip Inn Al Dar Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="510.05" OriginalAmount="505" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6533794" Longitude="-84.4470971" StarRating="5" HotelCode="0|305525-18163473/658306403725514582/235" HotelName="PULLMAN ZAMZAM MADINA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1776 Harvard Avenue, College Park, GA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9100000/9093700/9093635/ae38d178_b.jpg</HotelPictures>
        <HotelDescription>Just minutes from the world's busiest airport, the Hotel Indigo® Atlanta Airport College Park hotel is nestled in an historic neighborhood with a thoughtful team ready to help you discover its charm. Our spacious guest rooms offer a chance to spread out
 after your journey, and our own Harvard &amp;amp;amp; Main restaurant serves specialties that couldnt be any more local. Ingredients come from our on-site herb garden. Similarly, our bar will spoil you with personal service and tasty cocktails. For meetings, we offer
 2800 square feet of available space, and for easy discovery of greater Atlanta, were also a quick walk to the citys train system, MARTA.
&lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 12:00&lt;br /&gt;Maximum child age: 19&lt;br /&gt; Hotel Indigo Atlanta Airport College Park welcomes your pets up to 75 Lbs to stay with us. Pets above 80 Lbs are not accepted. A non refundable fee for your pet of 25 dollar for the first night or 50 dollars for a multiple night stays is required.
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="538.33" OriginalAmount="533" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|262210-28595255/658306403725514582/761" HotelName="RUVE AL MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8140000/8131500/8131490/e9974115_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="542.51" OriginalAmount="537.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|1658548|Bed &amp; Breakfast" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="552.47" OriginalAmount="547" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|262204-32413765/658306403725514582/746" HotelName="TAIBA FRONT HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/262204/201441101026183.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="565.68" OriginalAmount="560.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|2367525|Bed &amp; Breakfast" HotelName="Nozol Al Shakreen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="566.61" OriginalAmount="561" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|172104-25357995/658306403725514582/603" HotelName="ANWAR AL MADINAH MOVENPICK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/ec191428_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="574.32" OriginalAmount="568.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Bed &amp; Breakfast" HotelName="Elaf Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="575.70" OriginalAmount="570" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1438260-32416691/658306403725514582/970" HotelName="WORTH PENINSULA MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/114000000/113780000/113778900/113778887/86b86d17_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.75" OriginalAmount="575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|holiday_villa_madinah_2" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="593.63" OriginalAmount="587.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4677128" Longitude="39.60459341" StarRating="4" HotelCode="357072|589337" HotelName="Golden Tulip AL Mektan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f1c5203a3bfec0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="608.02" OriginalAmount="602" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4823-28569936/658306403725514582/1142" HotelName="ELAF TAIBA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3430000/3422500/3422415/d14076eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="609.79" OriginalAmount="603.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|1626188|Bed &amp; Breakfast" HotelName="Millennium Al Aqeeq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="613.07" OriginalAmount="607" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1384396-24030320/658306403725514582/170" HotelName="EMAAR ROYAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1384396/202311281589181.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="634.28" OriginalAmount="628" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|305543-25510767/658306403725514582/755" HotelName="ROYAL INN AL-NOKHBA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17860000/17853900/17853828/f0f16e0f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="635.26" OriginalAmount="628.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635|Bed &amp; Breakfast" HotelName="Royal Dyar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="636.30" OriginalAmount="630" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1466322-32938583/658306403725514582/50" HotelName="DIYAR AJWA, TAPESTRY COLLECTION BY HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121310000/121306700/121306618/w5757h3835x0y5-8e9276b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="639.33" OriginalAmount="633" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|262212-18194765/658306403725514582/210" HotelName="FRONTEL AL HARITHIA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33316300/33316243/981737c4_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="642.88" OriginalAmount="636.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|1368483|Bed &amp; Breakfast" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="656.00" OriginalAmount="649.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|CAS397300|Bed &amp; Breakfast" HotelName="Mövenpick Anwar Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="662.55" OriginalAmount="655.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4720016" Longitude="39.6082188" StarRating="5" HotelCode="310367|52598546|Bed &amp; Breakfast" HotelName="Arac Al Aqeeq" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Gift Shop,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>North Central Region, Musab Bin Omair Street, Al Madinah, Al Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/05/6a05a8da6612e74c9a6e0b3f41c75199ac3b3ee2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Medina, Al Aqeeq Palace Arac Hotel Madinah is minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="697.15" OriginalAmount="690.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47191172685" Longitude="39.613252208836" StarRating="5" HotelCode="98069|3509383|Bed &amp; Breakfast" HotelName="Al Haram Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 25739, Al-Madinah al-Munawwarah 41476</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/41/8d41f05b47356e1596e1f72eaf5ddabbf7ebaf62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="699.93" OriginalAmount="693" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450425-32740233/658306403725514582/944" HotelName="DOUBLETREE BY HILTON MADINAH GATE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120310000/120302900/120302839/49f6de84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="719.12" OriginalAmount="712" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1413735-30815228/658306403725514582/908" HotelName="AL MANAKHA ROTANA MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/106000000/105780000/105779700/105779680/bd112964_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="794.87" OriginalAmount="787" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1386067-26688179/658306403725514582/687" HotelName="AL EIMAN ROYAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9850000/9840400/9840311/4a6461b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1033.23" OriginalAmount="1023" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|78218-22253021/658306403725514582/440" HotelName="INTERCONTINENTAL DAR AL HIJRA MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/130000/124800/124784/357586b6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1038.28" OriginalAmount="1028" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80770-22247113/658306403725514582/493" HotelName="INTERCONTINENTAL MADINAH - DAR AL IMAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2537900/2537849/w6605h4398x0y6-08a8d65c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1039.29" OriginalAmount="1029" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203613-22243341/658306403725514582/512" HotelName="SOFITEL SHAHD AL MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4150000/4143500/4143410/a907ca47_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1088.78" OriginalAmount="1078" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1452584-32740426/658306403725514582/882" HotelName="MAKAREM BURJ AL MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110620000/110617700/110617682/w6945h4628x0y0-9c2c3375_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1116.05" OriginalAmount="1105" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|491141-28440809/658306403725514582/762" HotelName="MARRIOTT EXECUTIVE APARTMENTS MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37030000/37028700/37028684/bcdb99bb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1130.19" OriginalAmount="1119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|intercontinental_dar_al_hijra_madinah" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1154.95" OriginalAmount="1143.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|321221|Bed &amp; Breakfast" HotelName="Shaza Al Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1218.06" OriginalAmount="1206" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4823511" Longitude="9.2028803" StarRating="5" HotelCode="0|457754-21004073/658306403725514582/5" HotelName="MILLENNIUM AL AQEEQ" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Via Ruggero Boscovich, 21 (Hotel Bolzano) ,Milan,  20124</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/8000000/7360000/7353600/7353509/c08749a6_b.jpg</HotelPictures>
        <HotelDescription>Set in a prime location of Milan, Hotel Bolzano puts everything the city has to offer just outside your doorstep. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. 24-hour room service, free Wi-Fi in all rooms, Wi-Fi in public areas, airport transfer, tours are there for guest`s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Enjoy the hotel`s recreational facilities, including garden, before retiring to your room for a well-deserved rest. For reliable service and professional staff, Hotel Bolzano caters to your needs. &lt;br /&gt;American Express, Visa, Euro/Mastercard, Carte Bleue, Diners Club, JCB, Maestro, Bankcard, CartaSi, Australian BankCard&lt;br /&gt;Guests over 3 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1257.94" OriginalAmount="1245.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505|Bed &amp; Breakfast" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1258.85" OriginalAmount="1246.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|321559|Bed &amp; Breakfast" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1260.28" OriginalAmount="1247.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669|Bed &amp; Breakfast" HotelName="Hilton Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1294.82" OriginalAmount="1282" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80772-32393287/658306403725514582/22" HotelName="MADINAH HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903600/903564/w3837h2789x3y3-6bedb427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1348.52" OriginalAmount="1335.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4887527" Longitude="39.5641065" StarRating="0" HotelCode="|178389" HotelName="Le Meridien Medina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road - Madinah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/9/178389_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1427.13" OriginalAmount="1413" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|457742-22313791/658306403725514582/397" HotelName="MILLENNIUM TAIBA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4310000/4308800/4308755/b3cdede8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1515.00" OriginalAmount="1500" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80776-25251025/658306403725514582/967" HotelName="OBEROI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6630000/6622700/6622640/3738d253_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1635.60" OriginalAmount="1619.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611|Bed &amp; Breakfast" HotelName="Millennium Taiba Hotel Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1936.17" OriginalAmount="1917" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1454607-32416689/658306403725514582/811" HotelName="JAYDEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108690000/108686400/108686352/27e2c417_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1993.21" OriginalAmount="1973.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4714864" Longitude="39.6114743" StarRating="5" HotelCode="|178384" HotelName="Dar Al Taqwa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>City Center</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/4/178384_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2004.98" OriginalAmount="1985.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|6388682|Bed &amp; Breakfast" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2075.35" OriginalAmount="2054.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144|Bed &amp; Breakfast" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2086.66" OriginalAmount="2066" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80765-28598704/658306403725514582/685" HotelName="DAR AL TAQWA (CITY VIEW)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/8000000/7994200/7994117/8f004e17_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="3" HotelCode="835434|712570|Bed &amp; Breakfast" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46336551" Longitude="39.60535684" StarRating="3" HotelCode="776997|629992|Bed &amp; Breakfast" HotelName="Rawdah Al Mukhtara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ben Awaf Street, Northern Area Of Al 10, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629992/629992a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rawdaht Al.Mukhtara Hotel is a prestigious 2 Stars property that located in the hart of the Al.Madin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|629994|Bed &amp; Breakfast" HotelName="Al Mukhtara Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7365.39" OriginalAmount="7292.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535|Bed &amp; Breakfast" HotelName="Al Mukhtara Al Gharbi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Fax,Internet,Lounge,Telephone Service,Conference Hall,Restaurant,Room Service,Spa,Jacuzzi,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Gift Shop,24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Currency Exchange,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Kitchen,Central Heating,Designated Smoking Area</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|RateHawkPrice|exception while supplier interation||RateHawk|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6" TimeStamp="0001-01-01T00:00:00" HotelName="Al Mukhtara International Hotel" HotelCode="399895|1785248" StarRating="3" GTCityId="71497" CountryCode="SA" CityName="Madinah" CountryName="Saudi Arabia" Address="60th Road, King Fahad Road, North Central Area, Medina" PostCode="" PhoneNo="" FaxNo="" Email="" CheckInTime="" CheckOutTime="" Latitude="24.473399991589" Longitude="39.612075076177" SourceId="16" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Quadruple Room" RoomTypeCode="0|0|1046415495|1786008272003147B1758B0||no|1785248|16|MTUyLjQxfEdCUHwyMDI2LTA5LTAx" OriginalAmount="152" TotalPrice="153.93" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/08/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
Please note that during Ramadan, standard hotel check-in time is 18:00. Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Internet access|Fridge|Air conditioning (centrally regulated)|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-28T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="153.93" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, QUADRUPLE" RoomTypeCode="0|0|1172451605|1786008272025918B2129B2||no|1785248|16|MjE0LjkyfEdCUHwyMDI2LTA5LTAx" OriginalAmount="215" TotalPrice="217.07" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/08/2026"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property doesn&amp;#039;t offer after-hours check-in. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 4 people: 45.81 USD (This amount is included within the total price). Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Internet access|Fridge|Air conditioning (centrally regulated)|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-28T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="217.07" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_r_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_008.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_r_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_009.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_r_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_006.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_r_004.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_005.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_005.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_004.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_007.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_007.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_006.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_r_005.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_009.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_008.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_010.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_005.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_012.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_004.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_011.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_004.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_007.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_006.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_013.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_018.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_010.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_016.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_017.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_004.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_014.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_015.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_011.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_012.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_013.jpg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel welcomes guests in Madinah.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;The wide range of services and facilities make the hotel the ideal starting point for business and relaxation. Wireless internet access allows guests to surf the internet and catch up on email.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning ensures that rooms maintain comfortable temperatures. Rooms include a double bed. Guests will also find a refrigerator included among the standard features. Equipped with a telephone and WiFi, the rooms provide many ways for guests to stay connected and entertained. Bathrooms are equipped with a shower. 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;It is possible to order breakfast.&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;Price of an additional breakfast: 25.00 SAR per person. Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;Meals may be limited during Ramadan.&lt;br /&gt;&lt;b&gt;Children And Information About Extra Beds: &lt;/b&gt;Breakfast available free of charge for children.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Couples checking into the same room must present a valid marriage certificate upon check-in. Otherwise, the property may reject the booking or request that a second room be booked.</HotelDescription><Facilities><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>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast Buffet</Description><Value>true</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:b6baed05-afed-4f2e-913a-9bfbaf907375
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:24:42.7401294+01:00" Version="0" EchoToken="Search" TransactionIdentifier="9b46e005-2477-41fe-b842-0cf811dec9f6" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="224.48" OriginalAmount="222.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248|Bed &amp; Breakfast" HotelName="Al Mukhtara International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.40" OriginalAmount="225.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.488143" Longitude="39.616199" StarRating="0" HotelCode="|471533" HotelName="Zaha Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zur Al Ghafari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/3/3/471533_a451ea91956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="240.38" OriginalAmount="238" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|457646-5345420/658306403725514582/0" HotelName="AL MUKHTARA INTERNATIONAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/57bd2e8b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="262.60" OriginalAmount="260" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1454621-32416690/658306403725514582/973" HotelName="SEDRA GLOBAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111280000/111278800/111278731/3cb9aacb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|629988|Bed &amp; Breakfast" HotelName="Odst Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47329" Longitude="39.60898" StarRating="4" HotelCode="310083|629984|Bed &amp; Breakfast" HotelName="Zowar International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Central Area, P.O. 42311, Madina, Al Munnawarra?</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629984/629984a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="286.84" OriginalAmount="284" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|256920-4228787/658306403725514582/2" HotelName="ZOWAR ALALAMI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7770000/7760800/7760785/0d5391e2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="301.99" OriginalAmount="299" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1318502-26629314/658306403725514582/770" HotelName="SEASON STAR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/58000000/57150000/57144900/57144870/72b9da16_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="393.63" OriginalAmount="389.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|613309|Bed &amp; Breakfast" HotelName="Saja Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="417.13" OriginalAmount="413" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.573" Longitude="-116.215" StarRating="4" HotelCode="0|503033-18213490/658306403725514582/118" HotelName="SAJA BY WARWICK MADINAH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3300 SOUTH VISTA AVE, BOISE, 83705, ID, US	</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19720000/19710600/19710557/6810b09e_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   When you stay at The Boise Hotel and Conference Center in Boise, you'll be near the airport and close to Hillcrest Country Club and Boise State University. This hotel is within close proximity of Zoo Boise and Morrison-Knudsen Nature Center.   Rooms   Make yourself at home in one of the 195 air-conditioned guestrooms. Cable television is provided for your entertainment. Conveniences include desks and complimentary newspapers, as well as direct-dial phones with voice mail.   Rec, Spa, Premium Amenities   Enjoy recreational amenities such as an indoor pool and a fitness facility. Additional amenities include complimentary wireless Internet access and an arcade/game room.   Dining   Take advantage of the hotel's room service (during limited hours). Quench your thirst with your favorite drink at a bar/lounge.   Business, Other Amenities   Featured amenities include a business center, secretarial services, and complimentary newspapers in the lobby. Event facilities at this hotel consist of conference/meeting rooms, small meeting rooms, and banquet facilities. A roundtrip airport shuttle is provided at no charge.   Room Info:    Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      A pet fee will be charged per stay       The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Pets allowed   Check-in time starts at 3 PM  Check-out time is 11 AM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="436.14" OriginalAmount="431.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|35724|Bed &amp; Breakfast" HotelName="Madinah Mövenpick Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="441.29" OriginalAmount="436.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|008381" HotelName="Nusk Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="447.43" OriginalAmount="443" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1318501-26629312/658306403725514582/777" HotelName="Y PLATINUM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/65000000/64400000/64392500/64392435/c3f5a2f4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="467.63" OriginalAmount="463" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|457757-32434838/658306403725514582/393" HotelName="GOLDEN TULIP AL SHAKREEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10630000/10624000/10623980/e5631671_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="483.79" OriginalAmount="479" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|56710-18152794/658306403725514582/284" HotelName="NEW MADINAH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/911500/911494/dcc50ed8_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="493.89" OriginalAmount="489" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|305534-18202325/658306403725514582/246" HotelName="EMAAR AL MEKTAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21060000/21058600/21058516/c5a8a4d6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="502.10" OriginalAmount="497.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Bed &amp; Breakfast" HotelName="Hotel Pullman ZamZam Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="509.83" OriginalAmount="504.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355|Bed &amp; Breakfast" HotelName="Tulip Inn Al Dar Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="510.05" OriginalAmount="505" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6533794" Longitude="-84.4470971" StarRating="5" HotelCode="0|305525-18163473/658306403725514582/235" HotelName="PULLMAN ZAMZAM MADINA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1776 Harvard Avenue, College Park, GA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9100000/9093700/9093635/ae38d178_b.jpg</HotelPictures>
        <HotelDescription>Just minutes from the world's busiest airport, the Hotel Indigo® Atlanta Airport College Park hotel is nestled in an historic neighborhood with a thoughtful team ready to help you discover its charm. Our spacious guest rooms offer a chance to spread out
 after your journey, and our own Harvard &amp;amp;amp; Main restaurant serves specialties that couldnt be any more local. Ingredients come from our on-site herb garden. Similarly, our bar will spoil you with personal service and tasty cocktails. For meetings, we offer
 2800 square feet of available space, and for easy discovery of greater Atlanta, were also a quick walk to the citys train system, MARTA.
&lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 12:00&lt;br /&gt;Maximum child age: 19&lt;br /&gt; Hotel Indigo Atlanta Airport College Park welcomes your pets up to 75 Lbs to stay with us. Pets above 80 Lbs are not accepted. A non refundable fee for your pet of 25 dollar for the first night or 50 dollars for a multiple night stays is required.
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="538.33" OriginalAmount="533" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|262210-28595255/658306403725514582/761" HotelName="RUVE AL MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8140000/8131500/8131490/e9974115_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="552.47" OriginalAmount="547" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|262204-32413765/658306403725514582/746" HotelName="TAIBA FRONT HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/262204/201441101026183.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="565.68" OriginalAmount="560.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|2367525|Bed &amp; Breakfast" HotelName="Nozol Al Shakreen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="566.61" OriginalAmount="561" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|172104-25357995/658306403725514582/603" HotelName="ANWAR AL MADINAH MOVENPICK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/ec191428_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="574.32" OriginalAmount="568.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Bed &amp; Breakfast" HotelName="Elaf Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="575.70" OriginalAmount="570" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1438260-32416691/658306403725514582/970" HotelName="WORTH PENINSULA MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/114000000/113780000/113778900/113778887/86b86d17_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.75" OriginalAmount="575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|holiday_villa_madinah_2" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="593.63" OriginalAmount="587.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4677128" Longitude="39.60459341" StarRating="4" HotelCode="357072|589337" HotelName="Golden Tulip AL Mektan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f1c5203a3bfec0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="604.99" OriginalAmount="599.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|al_muna_kareem_radisson_blu_hotel_al_madinah" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="608.02" OriginalAmount="602" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4823-28569936/658306403725514582/1142" HotelName="ELAF TAIBA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3430000/3422500/3422415/d14076eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="613.07" OriginalAmount="607" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1384396-24030320/658306403725514582/170" HotelName="EMAAR ROYAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1384396/202311281589181.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="634.28" OriginalAmount="628" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|305543-25510767/658306403725514582/755" HotelName="ROYAL INN AL-NOKHBA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17860000/17853900/17853828/f0f16e0f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="635.26" OriginalAmount="628.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635|Bed &amp; Breakfast" HotelName="Royal Dyar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="636.30" OriginalAmount="630" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1466322-32938583/658306403725514582/50" HotelName="DIYAR AJWA, TAPESTRY COLLECTION BY HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121310000/121306700/121306618/w5757h3835x0y5-8e9276b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="639.33" OriginalAmount="633" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|262212-18194765/658306403725514582/210" HotelName="FRONTEL AL HARITHIA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33316300/33316243/981737c4_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="642.88" OriginalAmount="636.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|1368483|Bed &amp; Breakfast" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="656.00" OriginalAmount="649.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|CAS397300|Bed &amp; Breakfast" HotelName="Mövenpick Anwar Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="662.55" OriginalAmount="655.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4720016" Longitude="39.6082188" StarRating="5" HotelCode="310367|52598546|Bed &amp; Breakfast" HotelName="Arac Al Aqeeq" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Gift Shop,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>North Central Region, Musab Bin Omair Street, Al Madinah, Al Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/05/6a05a8da6612e74c9a6e0b3f41c75199ac3b3ee2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Medina, Al Aqeeq Palace Arac Hotel Madinah is minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="697.15" OriginalAmount="690.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47191172685" Longitude="39.613252208836" StarRating="5" HotelCode="98069|3509383|Bed &amp; Breakfast" HotelName="Al Haram Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 25739, Al-Madinah al-Munawwarah 41476</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/41/8d41f05b47356e1596e1f72eaf5ddabbf7ebaf62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="699.93" OriginalAmount="693" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450425-32740233/658306403725514582/944" HotelName="DOUBLETREE BY HILTON MADINAH GATE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120310000/120302900/120302839/49f6de84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="719.12" OriginalAmount="712" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1413735-30815228/658306403725514582/908" HotelName="AL MANAKHA ROTANA MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/106000000/105780000/105779700/105779680/bd112964_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="794.87" OriginalAmount="787" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1386067-26688179/658306403725514582/687" HotelName="AL EIMAN ROYAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9850000/9840400/9840311/4a6461b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1033.23" OriginalAmount="1023" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|78218-22253021/658306403725514582/440" HotelName="INTERCONTINENTAL DAR AL HIJRA MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/130000/124800/124784/357586b6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1038.28" OriginalAmount="1028" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80770-22247113/658306403725514582/493" HotelName="INTERCONTINENTAL MADINAH - DAR AL IMAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2537900/2537849/w6605h4398x0y6-08a8d65c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1039.29" OriginalAmount="1029" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203613-22243341/658306403725514582/512" HotelName="SOFITEL SHAHD AL MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4150000/4143500/4143410/a907ca47_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1088.78" OriginalAmount="1078" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1452584-32740426/658306403725514582/882" HotelName="MAKAREM BURJ AL MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110620000/110617700/110617682/w6945h4628x0y0-9c2c3375_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1116.05" OriginalAmount="1105" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|491141-28440809/658306403725514582/762" HotelName="MARRIOTT EXECUTIVE APARTMENTS MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37030000/37028700/37028684/bcdb99bb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1130.19" OriginalAmount="1119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|intercontinental_dar_al_hijra_madinah" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1154.95" OriginalAmount="1143.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|321221|Bed &amp; Breakfast" HotelName="Shaza Al Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1218.06" OriginalAmount="1206" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4823511" Longitude="9.2028803" StarRating="5" HotelCode="0|457754-21004073/658306403725514582/5" HotelName="MILLENNIUM AL AQEEQ" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Via Ruggero Boscovich, 21 (Hotel Bolzano) ,Milan,  20124</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/8000000/7360000/7353600/7353509/c08749a6_b.jpg</HotelPictures>
        <HotelDescription>Set in a prime location of Milan, Hotel Bolzano puts everything the city has to offer just outside your doorstep. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. 24-hour room service, free Wi-Fi in all rooms, Wi-Fi in public areas, airport transfer, tours are there for guest`s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Enjoy the hotel`s recreational facilities, including garden, before retiring to your room for a well-deserved rest. For reliable service and professional staff, Hotel Bolzano caters to your needs. &lt;br /&gt;American Express, Visa, Euro/Mastercard, Carte Bleue, Diners Club, JCB, Maestro, Bankcard, CartaSi, Australian BankCard&lt;br /&gt;Guests over 3 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1257.94" OriginalAmount="1245.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505|Bed &amp; Breakfast" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1258.85" OriginalAmount="1246.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|321559|Bed &amp; Breakfast" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1260.28" OriginalAmount="1247.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669|Bed &amp; Breakfast" HotelName="Hilton Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1287.69" OriginalAmount="1274.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300|Bed &amp; Breakfast" HotelName="Millennium Al Aqeeq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1294.82" OriginalAmount="1282" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80772-32393287/658306403725514582/22" HotelName="MADINAH HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903600/903564/w3837h2789x3y3-6bedb427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1348.52" OriginalAmount="1335.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4887527" Longitude="39.5641065" StarRating="0" HotelCode="|178389" HotelName="Le Meridien Medina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road - Madinah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/9/178389_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1427.13" OriginalAmount="1413" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|457742-22313791/658306403725514582/397" HotelName="MILLENNIUM TAIBA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4310000/4308800/4308755/b3cdede8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1515.00" OriginalAmount="1500" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80776-25251025/658306403725514582/967" HotelName="OBEROI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6630000/6622700/6622640/3738d253_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1635.60" OriginalAmount="1619.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611|Bed &amp; Breakfast" HotelName="Millennium Taiba Hotel Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1936.17" OriginalAmount="1917" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1454607-32416689/658306403725514582/811" HotelName="JAYDEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108690000/108686400/108686352/27e2c417_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1993.21" OriginalAmount="1973.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4714864" Longitude="39.6114743" StarRating="5" HotelCode="|178384" HotelName="Dar Al Taqwa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>City Center</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/4/178384_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2004.98" OriginalAmount="1985.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|6388682|Bed &amp; Breakfast" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2075.35" OriginalAmount="2054.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144|Bed &amp; Breakfast" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2086.66" OriginalAmount="2066" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80765-28598704/658306403725514582/685" HotelName="DAR AL TAQWA (CITY VIEW)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/8000000/7994200/7994117/8f004e17_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="3" HotelCode="835434|712570|Bed &amp; Breakfast" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46336551" Longitude="39.60535684" StarRating="3" HotelCode="776997|629992|Bed &amp; Breakfast" HotelName="Rawdah Al Mukhtara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ben Awaf Street, Northern Area Of Al 10, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629992/629992a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rawdaht Al.Mukhtara Hotel is a prestigious 2 Stars property that located in the hart of the Al.Madin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|629994|Bed &amp; Breakfast" HotelName="Al Mukhtara Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7365.39" OriginalAmount="7292.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535|Bed &amp; Breakfast" HotelName="Al Mukhtara Al Gharbi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Fax,Internet,Lounge,Telephone Service,Restaurant,Room Service,Spa,Conference Hall,Jacuzzi,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Gift Shop,24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Currency Exchange,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Kitchen,Central Heating,Designated Smoking Area</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="399895|1785248|Bed &amp; Breakfast" SourceId="16" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|RateHawkPrice|exception while supplier interation||RateHawk|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6" TimeStamp="0001-01-01T00:00:00" HotelName="Al Mukhtara International Hotel" HotelCode="399895|1785248" StarRating="3" GTCityId="71497" CountryCode="SA" CityName="Madinah" CountryName="Saudi Arabia" Address="60th Road, King Fahad Road, North Central Area, Medina" PostCode="" PhoneNo="" FaxNo="" Email="" CheckInTime="" CheckOutTime="" Latitude="24.473399991589" Longitude="39.612075076177" SourceId="16" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Quadruple Room" RoomTypeCode="0|0|1046415495|1786008296102682B1758B0||no|1785248|16|MTUyLjQxfEdCUHwyMDI2LTA5LTAx" OriginalAmount="152" TotalPrice="153.93" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/08/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
Please note that during Ramadan, standard hotel check-in time is 18:00. Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Internet access|Fridge|Air conditioning (centrally regulated)|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-28T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="153.93" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, QUADRUPLE" RoomTypeCode="0|0|1172451605|1786008297012053B2129B2||no|1785248|16|MjE0LjkyfEdCUHwyMDI2LTA5LTAx" OriginalAmount="215" TotalPrice="217.07" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/08/2026"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property doesn&amp;#039;t offer after-hours check-in. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 4 people: 45.81 USD (This amount is included within the total price). Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Internet access|Fridge|Air conditioning (centrally regulated)|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-28T00:00:00" End="2026-09-11T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="217.07" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_r_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_008.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_r_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_009.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_r_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_006.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_r_004.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_005.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_005.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_004.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_007.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_007.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_006.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_r_005.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_009.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_008.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_010.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_005.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_012.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_004.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_011.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_004.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_007.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_006.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_013.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_018.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_010.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_016.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_017.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_004.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_014.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_015.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_011.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_012.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_013.jpg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel welcomes guests in Madinah.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;The wide range of services and facilities make the hotel the ideal starting point for business and relaxation. Wireless internet access allows guests to surf the internet and catch up on email.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning ensures that rooms maintain comfortable temperatures. Rooms include a double bed. Guests will also find a refrigerator included among the standard features. Equipped with a telephone and WiFi, the rooms provide many ways for guests to stay connected and entertained. Bathrooms are equipped with a shower. 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;It is possible to order breakfast.&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;Price of an additional breakfast: 25.00 SAR per person. Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;Meals may be limited during Ramadan.&lt;br /&gt;&lt;b&gt;Children And Information About Extra Beds: &lt;/b&gt;Breakfast available free of charge for children.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Couples checking into the same room must present a valid marriage certificate upon check-in. Otherwise, the property may reject the booking or request that a second room be booked.</HotelDescription><Facilities><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>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast Buffet</Description><Value>true</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:b6baed05-afed-4f2e-913a-9bfbaf907375
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:25:24.2159152+01:00" Version="0" EchoToken="Search" TransactionIdentifier="9b46e005-2477-41fe-b842-0cf811dec9f6" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="224.48" OriginalAmount="222.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248|Bed &amp; Breakfast" HotelName="Al Mukhtara International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.40" OriginalAmount="225.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.488143" Longitude="39.616199" StarRating="0" HotelCode="|471533" HotelName="Zaha Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zur Al Ghafari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/3/3/471533_a451ea91956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="240.38" OriginalAmount="238" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|457646-5345420/658306403725514582/0" HotelName="AL MUKHTARA INTERNATIONAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/57bd2e8b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="262.60" OriginalAmount="260" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1454621-32416690/658306403725514582/973" HotelName="SEDRA GLOBAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111280000/111278800/111278731/3cb9aacb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|629988|Bed &amp; Breakfast" HotelName="Odst Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47329" Longitude="39.60898" StarRating="4" HotelCode="310083|629984|Bed &amp; Breakfast" HotelName="Zowar International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Central Area, P.O. 42311, Madina, Al Munnawarra?</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629984/629984a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="286.84" OriginalAmount="284" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|256920-4228787/658306403725514582/2" HotelName="ZOWAR ALALAMI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7770000/7760800/7760785/0d5391e2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="301.99" OriginalAmount="299" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1318502-26629314/658306403725514582/770" HotelName="SEASON STAR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/58000000/57150000/57144900/57144870/72b9da16_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="393.63" OriginalAmount="389.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|613309|Bed &amp; Breakfast" HotelName="Saja Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="417.13" OriginalAmount="413" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.573" Longitude="-116.215" StarRating="4" HotelCode="0|503033-18213490/658306403725514582/118" HotelName="SAJA BY WARWICK MADINAH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3300 SOUTH VISTA AVE, BOISE, 83705, ID, US	</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19720000/19710600/19710557/6810b09e_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   When you stay at The Boise Hotel and Conference Center in Boise, you'll be near the airport and close to Hillcrest Country Club and Boise State University. This hotel is within close proximity of Zoo Boise and Morrison-Knudsen Nature Center.   Rooms   Make yourself at home in one of the 195 air-conditioned guestrooms. Cable television is provided for your entertainment. Conveniences include desks and complimentary newspapers, as well as direct-dial phones with voice mail.   Rec, Spa, Premium Amenities   Enjoy recreational amenities such as an indoor pool and a fitness facility. Additional amenities include complimentary wireless Internet access and an arcade/game room.   Dining   Take advantage of the hotel's room service (during limited hours). Quench your thirst with your favorite drink at a bar/lounge.   Business, Other Amenities   Featured amenities include a business center, secretarial services, and complimentary newspapers in the lobby. Event facilities at this hotel consist of conference/meeting rooms, small meeting rooms, and banquet facilities. A roundtrip airport shuttle is provided at no charge.   Room Info:    Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      A pet fee will be charged per stay       The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Pets allowed   Check-in time starts at 3 PM  Check-out time is 11 AM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="436.14" OriginalAmount="431.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|35724|Bed &amp; Breakfast" HotelName="Madinah Mövenpick Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="441.29" OriginalAmount="436.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|008381" HotelName="Nusk Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="447.43" OriginalAmount="443" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1318501-26629312/658306403725514582/777" HotelName="Y PLATINUM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/65000000/64400000/64392500/64392435/c3f5a2f4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="467.63" OriginalAmount="463" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|457757-32434838/658306403725514582/393" HotelName="GOLDEN TULIP AL SHAKREEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10630000/10624000/10623980/e5631671_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="483.79" OriginalAmount="479" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|56710-18152794/658306403725514582/284" HotelName="NEW MADINAH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/911500/911494/dcc50ed8_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="493.89" OriginalAmount="489" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|305534-18202325/658306403725514582/246" HotelName="EMAAR AL MEKTAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21060000/21058600/21058516/c5a8a4d6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="502.10" OriginalAmount="497.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Bed &amp; Breakfast" HotelName="Hotel Pullman ZamZam Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="509.83" OriginalAmount="504.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355|Bed &amp; Breakfast" HotelName="Tulip Inn Al Dar Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="510.05" OriginalAmount="505" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6533794" Longitude="-84.4470971" StarRating="5" HotelCode="0|305525-18163473/658306403725514582/235" HotelName="PULLMAN ZAMZAM MADINA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1776 Harvard Avenue, College Park, GA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9100000/9093700/9093635/ae38d178_b.jpg</HotelPictures>
        <HotelDescription>Just minutes from the world's busiest airport, the Hotel Indigo® Atlanta Airport College Park hotel is nestled in an historic neighborhood with a thoughtful team ready to help you discover its charm. Our spacious guest rooms offer a chance to spread out
 after your journey, and our own Harvard &amp;amp;amp; Main restaurant serves specialties that couldnt be any more local. Ingredients come from our on-site herb garden. Similarly, our bar will spoil you with personal service and tasty cocktails. For meetings, we offer
 2800 square feet of available space, and for easy discovery of greater Atlanta, were also a quick walk to the citys train system, MARTA.
&lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 12:00&lt;br /&gt;Maximum child age: 19&lt;br /&gt; Hotel Indigo Atlanta Airport College Park welcomes your pets up to 75 Lbs to stay with us. Pets above 80 Lbs are not accepted. A non refundable fee for your pet of 25 dollar for the first night or 50 dollars for a multiple night stays is required.
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="538.33" OriginalAmount="533" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|262210-28595255/658306403725514582/761" HotelName="RUVE AL MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8140000/8131500/8131490/e9974115_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="552.47" OriginalAmount="547" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|262204-32413765/658306403725514582/746" HotelName="TAIBA FRONT HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/262204/201441101026183.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="565.68" OriginalAmount="560.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|2367525|Bed &amp; Breakfast" HotelName="Nozol Al Shakreen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="566.61" OriginalAmount="561" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|172104-25357995/658306403725514582/603" HotelName="ANWAR AL MADINAH MOVENPICK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/ec191428_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="574.32" OriginalAmount="568.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Bed &amp; Breakfast" HotelName="Elaf Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="575.70" OriginalAmount="570" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1438260-32416691/658306403725514582/970" HotelName="WORTH PENINSULA MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/114000000/113780000/113778900/113778887/86b86d17_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.75" OriginalAmount="575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|holiday_villa_madinah_2" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="593.63" OriginalAmount="587.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4677128" Longitude="39.60459341" StarRating="4" HotelCode="357072|589337" HotelName="Golden Tulip AL Mektan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f1c5203a3bfec0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="604.99" OriginalAmount="599.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|al_muna_kareem_radisson_blu_hotel_al_madinah" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 25/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="608.02" OriginalAmount="602" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4823-28569936/658306403725514582/1142" HotelName="ELAF TAIBA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3430000/3422500/3422415/d14076eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="613.07" OriginalAmount="607" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1384396-24030320/658306403725514582/170" HotelName="EMAAR ROYAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1384396/202311281589181.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="634.28" OriginalAmount="628" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|305543-25510767/658306403725514582/755" HotelName="ROYAL INN AL-NOKHBA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17860000/17853900/17853828/f0f16e0f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="635.26" OriginalAmount="628.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635|Bed &amp; Breakfast" HotelName="Royal Dyar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="636.30" OriginalAmount="630" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1466322-32938583/658306403725514582/50" HotelName="DIYAR AJWA, TAPESTRY COLLECTION BY HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121310000/121306700/121306618/w5757h3835x0y5-8e9276b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="639.33" OriginalAmount="633" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|262212-18194765/658306403725514582/210" HotelName="FRONTEL AL HARITHIA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33316300/33316243/981737c4_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="642.88" OriginalAmount="636.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|1368483|Bed &amp; Breakfast" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="656.00" OriginalAmount="649.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|CAS397300|Bed &amp; Breakfast" HotelName="Mövenpick Anwar Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="662.55" OriginalAmount="655.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4720016" Longitude="39.6082188" StarRating="5" HotelCode="310367|52598546|Bed &amp; Breakfast" HotelName="Arac Al Aqeeq" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Gift Shop,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>North Central Region, Musab Bin Omair Street, Al Madinah, Al Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/05/6a05a8da6612e74c9a6e0b3f41c75199ac3b3ee2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Medina, Al Aqeeq Palace Arac Hotel Madinah is minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="697.15" OriginalAmount="690.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47191172685" Longitude="39.613252208836" StarRating="5" HotelCode="98069|3509383|Bed &amp; Breakfast" HotelName="Al Haram Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 25739, Al-Madinah al-Munawwarah 41476</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/41/8d41f05b47356e1596e1f72eaf5ddabbf7ebaf62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="699.93" OriginalAmount="693" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450425-32740233/658306403725514582/944" HotelName="DOUBLETREE BY HILTON MADINAH GATE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120310000/120302900/120302839/49f6de84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="719.12" OriginalAmount="712" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1413735-30815228/658306403725514582/908" HotelName="AL MANAKHA ROTANA MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/106000000/105780000/105779700/105779680/bd112964_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="794.87" OriginalAmount="787" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1386067-26688179/658306403725514582/687" HotelName="AL EIMAN ROYAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9850000/9840400/9840311/4a6461b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1033.23" OriginalAmount="1023" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|78218-22253021/658306403725514582/440" HotelName="INTERCONTINENTAL DAR AL HIJRA MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/130000/124800/124784/357586b6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1038.28" OriginalAmount="1028" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80770-22247113/658306403725514582/493" HotelName="INTERCONTINENTAL MADINAH - DAR AL IMAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2537900/2537849/w6605h4398x0y6-08a8d65c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1039.29" OriginalAmount="1029" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203613-22243341/658306403725514582/512" HotelName="SOFITEL SHAHD AL MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4150000/4143500/4143410/a907ca47_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1088.78" OriginalAmount="1078" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1452584-32740426/658306403725514582/882" HotelName="MAKAREM BURJ AL MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110620000/110617700/110617682/w6945h4628x0y0-9c2c3375_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1116.05" OriginalAmount="1105" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|491141-28440809/658306403725514582/762" HotelName="MARRIOTT EXECUTIVE APARTMENTS MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37030000/37028700/37028684/bcdb99bb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1130.19" OriginalAmount="1119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|intercontinental_dar_al_hijra_madinah" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1154.95" OriginalAmount="1143.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|321221|Bed &amp; Breakfast" HotelName="Shaza Al Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1218.06" OriginalAmount="1206" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4823511" Longitude="9.2028803" StarRating="5" HotelCode="0|457754-21004073/658306403725514582/5" HotelName="MILLENNIUM AL AQEEQ" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Via Ruggero Boscovich, 21 (Hotel Bolzano) ,Milan,  20124</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/8000000/7360000/7353600/7353509/c08749a6_b.jpg</HotelPictures>
        <HotelDescription>Set in a prime location of Milan, Hotel Bolzano puts everything the city has to offer just outside your doorstep. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. 24-hour room service, free Wi-Fi in all rooms, Wi-Fi in public areas, airport transfer, tours are there for guest`s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Enjoy the hotel`s recreational facilities, including garden, before retiring to your room for a well-deserved rest. For reliable service and professional staff, Hotel Bolzano caters to your needs. &lt;br /&gt;American Express, Visa, Euro/Mastercard, Carte Bleue, Diners Club, JCB, Maestro, Bankcard, CartaSi, Australian BankCard&lt;br /&gt;Guests over 3 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1257.94" OriginalAmount="1245.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505|Bed &amp; Breakfast" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1258.85" OriginalAmount="1246.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|321559|Bed &amp; Breakfast" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1260.28" OriginalAmount="1247.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669|Bed &amp; Breakfast" HotelName="Hilton Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1287.69" OriginalAmount="1274.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300|Bed &amp; Breakfast" HotelName="Millennium Al Aqeeq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1294.82" OriginalAmount="1282" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80772-32393287/658306403725514582/22" HotelName="MADINAH HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903600/903564/w3837h2789x3y3-6bedb427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1348.52" OriginalAmount="1335.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4887527" Longitude="39.5641065" StarRating="0" HotelCode="|178389" HotelName="Le Meridien Medina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road - Madinah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/9/178389_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1427.13" OriginalAmount="1413" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|457742-22313791/658306403725514582/397" HotelName="MILLENNIUM TAIBA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4310000/4308800/4308755/b3cdede8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1515.00" OriginalAmount="1500" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80776-25251025/658306403725514582/967" HotelName="OBEROI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6630000/6622700/6622640/3738d253_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1635.60" OriginalAmount="1619.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611|Bed &amp; Breakfast" HotelName="Millennium Taiba Hotel Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1936.17" OriginalAmount="1917" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1454607-32416689/658306403725514582/811" HotelName="JAYDEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108690000/108686400/108686352/27e2c417_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1993.21" OriginalAmount="1973.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4714864" Longitude="39.6114743" StarRating="5" HotelCode="|178384" HotelName="Dar Al Taqwa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>City Center</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/4/178384_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2004.98" OriginalAmount="1985.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|6388682|Bed &amp; Breakfast" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2075.35" OriginalAmount="2054.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144|Bed &amp; Breakfast" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2086.66" OriginalAmount="2066" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80765-28598704/658306403725514582/685" HotelName="DAR AL TAQWA (CITY VIEW)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/8000000/7994200/7994117/8f004e17_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="3" HotelCode="835434|712570|Bed &amp; Breakfast" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46336551" Longitude="39.60535684" StarRating="3" HotelCode="776997|629992|Bed &amp; Breakfast" HotelName="Rawdah Al Mukhtara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ben Awaf Street, Northern Area Of Al 10, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629992/629992a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rawdaht Al.Mukhtara Hotel is a prestigious 2 Stars property that located in the hart of the Al.Madin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|629994|Bed &amp; Breakfast" HotelName="Al Mukhtara Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7365.39" OriginalAmount="7292.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535|Bed &amp; Breakfast" HotelName="Al Mukhtara Al Gharbi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service,Jacuzzi,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Gift Shop,24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Currency Exchange,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Kitchen,Central Heating,Designated Smoking Area</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="615308|613309|Bed &amp; Breakfast" SourceId="8" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServerHelper.WaitingForDescriptionToChange()
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
21646fa1-6550-4047-a733-eca3a73d6ad5|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
21646fa1-6550-4047-a733-eca3a73d6ad5|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
21646fa1-6550-4047-a733-eca3a73d6ad5|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
21646fa1-6550-4047-a733-eca3a73d6ad5|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="21646fa1-6550-4047-a733-eca3a73d6ad5" TimeStamp="0001-01-01T00:00:00" HotelName="Zaha Hotel" HotelCode="784472|zaha_hotel" StarRating="" GTCityId="71497" CountryCode="SA" CityName="Madinah" CountryName="Saudi Arabia" Address="Al Salam Road, As Suqya, Medina 42315" PostCode="42315" PhoneNo="" FaxNo="" Email="" CheckInTime="16:00" CheckOutTime="12:00" Latitude="24.46683866" Longitude="39.59893348" SourceId="63" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, TWIN BEDS" RoomTypeCode="0|1331|1134929125|1786008412029523B2153B2||yes|2525015|16|NTAuMjZ8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="50" TotalPrice="50.76" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="50.76" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, KING BED" RoomTypeCode="0|1331|1148918935|1786008412029523B2153B0||yes|2525015|16|NTAuMjZ8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="50" TotalPrice="50.76" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="50.76" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, KING BED" RoomTypeCode="0|1331|1134928495|1786008412011041B2081B2||yes|2525015|16|NTIuOTl8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="53" TotalPrice="53.52" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="53.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, DOUBLE BED" RoomTypeCode="0|1331|1371219685|1786008412011041B2081B4||yes|2525015|16|NTQuNTF8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="55" TotalPrice="55.06" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="55.06" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Double room (twin beds)" RoomTypeCode="h-b18955b8-2656-54d8-81ff-561f1c2eb017|63|NTcuMDB8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="57" TotalPrice="57.57" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 1.21-- city tax is included in the room rate.&lt;br/&gt;GBP 7.28-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Cable TV|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-08-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="57.57" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Double room (full double bed) (queen size bed)" RoomTypeCode="h-28e9cb5c-192f-596a-b36a-0a51a15b9193|63|NTcuMDB8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="57" TotalPrice="57.57" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 1.21-- city tax is included in the room rate.&lt;br/&gt;GBP 7.28-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-08-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="57.57" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Double room (full double bed) (king size bed)" RoomTypeCode="h-9ac0db24-3185-5847-8538-92021f242872|63|NTguMDB8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="58" TotalPrice="58.58" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 1.23-- city tax is included in the room rate.&lt;br/&gt;GBP 7.40-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-08-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="58.58" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, TRIPLE" RoomTypeCode="0|1331|1148973925|1786008412029523B2153B6||yes|2525015|16|NTkuOTZ8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="60" TotalPrice="60.56" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="60.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, TWIN BEDS" RoomTypeCode="0|1331|1134900635|1786008411104450B2129B5||yes|2525015|16|NjIuODF8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="63" TotalPrice="63.44" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Guests must contact this property in advance to reserve cribs/infant beds&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Cash deposit: SAR 200 per accommodation, per stay&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cash Breakage deposit: SAR 200 per stay&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 13.11 USD (This amount is included within the total price). NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="63.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, TRIPLE" RoomTypeCode="0|1331|1430211345|1786008412011041B2081B7||yes|2525015|16|NjUuNDF8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="65" TotalPrice="66.06" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="66.06" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Triple room" RoomTypeCode="h-71fcfb0d-f2b3-5a8f-9a3f-29437414140e|63|NjcuMDB8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="67" TotalPrice="67.67" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 1.43-- city tax is included in the room rate.&lt;br/&gt;GBP 8.55-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-08-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="67.67" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, QUADRUPLE" RoomTypeCode="0|1331|1134906225|1786008412029523B2153B8||yes|2525015|16|NjguNzh8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="69" TotalPrice="69.47" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="69.47" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: FAMILY, TRIPLE" RoomTypeCode="0|1331|1134937645|1786008411104450B2129B1||yes|2525015|16|NzMuNjR8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="74" TotalPrice="74.38" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Guests must contact this property in advance to reserve cribs/infant beds&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Cash deposit: SAR 200 per accommodation, per stay&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cash Breakage deposit: SAR 200 per stay&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 15.37 USD (This amount is included within the total price). NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="74.38" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, QUADRUPLE" RoomTypeCode="0|1331|1430209935|1786008412011041B2081B12||yes|2525015|16|NzYuMzF8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="76" TotalPrice="77.07" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="77.07" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Quadruple room" RoomTypeCode="h-bf8932b7-79a5-5d8a-9001-083dee9a60fd|63|NzcuMDB8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="77" TotalPrice="77.77" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 1.64-- city tax is included in the room rate.&lt;br/&gt;GBP 9.83-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-08-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="77.77" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: FAMILY, TRIPLE, 3 BEDS" RoomTypeCode="0|1331|1134931455|1786008413015556B2091B2||yes|2525015|16|NzcuNDd8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="77" TotalPrice="78.24" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="78.24" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Standard room" RoomTypeCode="h-263dc67d-2ea9-5159-a20e-78c4a36282a4|63|NzkuMDB8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="79" TotalPrice="79.79" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 1.68-- city tax is included in the room rate.&lt;br/&gt;GBP 10.09-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Cable TV|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-08-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="79.79" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-ae9f2133-efd8-553f-a9f9-bf01a42c6b58|63|NzkuMDB8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="79" TotalPrice="79.79" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 1.68-- city tax is included in the room rate.&lt;br/&gt;GBP 10.09-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Cable TV|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-08-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="79.79" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Triple Family room (3 single beds)" RoomTypeCode="h-bb66ef4d-aa9b-59d0-a703-ade75951006f|63|ODIuMDB8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="82" TotalPrice="82.82" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 1.74-- city tax is included in the room rate.&lt;br/&gt;GBP 10.47-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Cable TV|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-08-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="82.82" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: FAMILY, QUADRUPLE" RoomTypeCode="0|1331|1134906605|1786008411104450B2129B3||yes|2525015|16|ODQuNDh8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="84" TotalPrice="85.32" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Guests must contact this property in advance to reserve cribs/infant beds&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Cash deposit: SAR 200 per accommodation, per stay&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cash Breakage deposit: SAR 200 per stay&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 17.64 USD (This amount is included within the total price). NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="85.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: FAMILY, 4 BEDS" RoomTypeCode="0|1331|1413808335|1786008412011041B2081B14||yes|2525015|16|ODYuODB8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="87" TotalPrice="87.67" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="87.67" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: FAMILY, QUADRUPLE, 4 BEDS" RoomTypeCode="0|1331|1134906075|1786008413015556B2091B0||yes|2525015|16|ODguODZ8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="89" TotalPrice="89.75" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="89.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Standard Quadruple room (4 single beds)" RoomTypeCode="h-c7841afd-72e0-54b0-894d-41ea0d9d18b1|63|OTAuMDB8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="90" TotalPrice="90.90" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 1.91-- city tax is included in the room rate.&lt;br/&gt;GBP 11.49-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Cable TV|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-08-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="90.90" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Family room" RoomTypeCode="h-e8a07885-439c-5b3c-8943-27d213363dbb|63|OTMuMDB8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="93" TotalPrice="93.93" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 1.98-- city tax is included in the room rate.&lt;br/&gt;GBP 11.87-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Cable TV|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-08-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="93.93" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Quadruple Family room (4 single beds)" RoomTypeCode="h-eefe0a04-c26b-5f8c-aed1-0b4df50ccfe6|63|OTQuMDB8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="94" TotalPrice="94.94" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 2.00-- city tax is included in the room rate.&lt;br/&gt;GBP 12.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Cable TV|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-08-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="94.94" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/1d/af/1daf1bd24d38fadbbe3ccffca5a4a795b869ed9a.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/fc/c5/fcc59e92f1746021d93fd530710e0bf4b768c6f3.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/1b/9e/1b9e2eeeb412e22bf91bf31ed1cf7665f0d2d679.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/2f/ed/2fed05d9ff786642896c4ddc78ede6112d54459e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/c8/41/c8416f6bbaa80dd07055c017d43f503d828af73b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/zz/77/ad77fa94fb4827343e7ae3cae1d8b63986e34823.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/9a/70/9a70fbbd63ae4ee3b1523ab75d11f71eace74136.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/f8/95/f895bea3151446221ac05a0dfe224c41c3976438.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/17/c0/17c0b3e6c0a28ce5e530beb9c91d978c51b7ebf9.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/f1/12/f1122971e3ff1a9523ff39158a7b74e3de8cb127.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a7/a4/a7a4e49b4a07019b51b0e886596f74b903992ac0.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/66/e3/66e371ceafc3279d16303805daf46cbe9b3f1947.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/dd/09/dd09411bd78b909065d049b05a1642bd5cd9fa0c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/13/e4/13e46a7327b5d01e4e611e3a100c9b6f2e968982.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/a0/60/a0607e4a094546c1d775bbaae6a4854d80f6e813.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/19/71/1971a6336683355c1be0fbc018769e1910d22d3c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/2d/3f/2d3f1576ee94ba539a4f9743505c296c1c1094e3.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a6/32/a6322bf07dea3003776cd03a2a1fde633ea8dc26.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/94/37/9437d3aae5c5fd8bde704d6a54a7905e7bdf1c9f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d4/aa/d4aa4b0b87cb06fd714b8697e3e9303dcffc3020.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/40/e6/40e6bb37f4e01cf1cf4d7b6da9aece40f6fbff75.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/87/dd/87dddf7bb80a2c5ffb8fdd1511ed3cd79de6f9cc.jpeg" /></Images><HotelDescription>&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;Meals may be limited during Ramadan.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Couples checking into the same room must present a valid marriage certificate upon check-in. Otherwise, the property may reject the booking or request that a second room be booked.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;&lt;p&gt;&lt;b&gt;Know Before You Go&lt;/b&gt; &lt;br /&gt;&lt;ul&gt;  &lt;li&gt;Couples wishing to share a room must provide proof of marriage. &lt;/li&gt;&lt;li&gt;Only registered guests are allowed in the guestrooms. &lt;/li&gt;  &lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Fees&lt;/b&gt; &lt;br /&gt;&lt;p&gt;The following fees and deposits are charged by the property at time of service, check-in, or check-out. &lt;/p&gt; &lt;ul&gt;                   &lt;li&gt;Crib (infant bed) fee: SAR 100 per night&lt;/li&gt;            &lt;/ul&gt; &lt;p&gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &lt;/p&gt;&lt;/p&gt;</HotelDescription><Facilities><HotelFacilities><Type>General</Type><Description>Air conditioning</Description><Value>Air conditioning</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Elevator/lift</Description><Value>Elevator/lift</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Smoke-free property</Description><Value>Smoke-free property</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Security guard</Description><Value>Security guard</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Fire Extinguisher</Description><Value>Fire Extinguisher</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Ironing</Description><Value>Ironing</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Dry-cleaning</Description><Value>Dry-cleaning</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Telephone</Description><Value>Telephone</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Coffee/tea for guests</Description><Value>Coffee/tea for guests</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Bottled water</Description><Value>Bottled water</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Kettle</Description><Value>Kettle</Value></HotelFacilities><HotelFacilities><Type>Parking</Type><Description>Parking</Description><Value>Parking</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Fax and copy machine</Description><Value>Fax and copy machine</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
21646fa1-6550-4047-a733-eca3a73d6ad5|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
21646fa1-6550-4047-a733-eca3a73d6ad5|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
21646fa1-6550-4047-a733-eca3a73d6ad5|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
21646fa1-6550-4047-a733-eca3a73d6ad5|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
21646fa1-6550-4047-a733-eca3a73d6ad5|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
21646fa1-6550-4047-a733-eca3a73d6ad5|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="21646fa1-6550-4047-a733-eca3a73d6ad5" TimeStamp="0001-01-01T00:00:00" HotelName="Zaha Hotel" HotelCode="784472|2525015" StarRating="" GTCityId="71497" CountryCode="SA" CityName="Madinah" CountryName="Saudi Arabia" Address="Al Salam Road, As Suqya, Medina 42315" PostCode="42315" PhoneNo="" FaxNo="" Email="" CheckInTime="16:00" CheckOutTime="12:00" Latitude="24.46683866" Longitude="39.59893348" SourceId="16" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, TWIN BEDS" RoomTypeCode="0|1331|1134929125|1786008488081480B2153B2||yes|2525015|16|NTAuMjZ8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="50" TotalPrice="50.76" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="50.76" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, KING BED" RoomTypeCode="0|1331|1148918935|1786008488081480B2153B0||yes|2525015|16|NTAuMjZ8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="50" TotalPrice="50.76" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="50.76" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, KING BED" RoomTypeCode="0|1331|1134928495|1786008488062473B2081B2||yes|2525015|16|NTIuOTl8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="53" TotalPrice="53.52" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="53.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, DOUBLE BED" RoomTypeCode="0|1331|1371219685|1786008488062473B2081B4||yes|2525015|16|NTQuNTF8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="55" TotalPrice="55.06" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="55.06" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Double room (twin beds)" RoomTypeCode="h-75683dd4-1364-5468-a5ee-60fbe047c88a|63|NTcuMDB8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="57" TotalPrice="57.57" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 1.21-- city tax is included in the room rate.&lt;br/&gt;GBP 7.28-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Cable TV|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-08-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="57.57" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Double room (full double bed) (queen size bed)" RoomTypeCode="h-9d902abe-c774-55fa-b9aa-33b128f43199|63|NTcuMDB8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="57" TotalPrice="57.57" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 1.21-- city tax is included in the room rate.&lt;br/&gt;GBP 7.28-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-08-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="57.57" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Double room (full double bed) (king size bed)" RoomTypeCode="h-017f4496-4461-52df-8ae2-36e2029ca79d|63|NTguMDB8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="58" TotalPrice="58.58" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 1.23-- city tax is included in the room rate.&lt;br/&gt;GBP 7.40-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-08-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="58.58" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, TRIPLE" RoomTypeCode="0|1331|1148973925|1786008488081480B2153B6||yes|2525015|16|NTkuOTZ8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="60" TotalPrice="60.56" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="60.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, TWIN BEDS" RoomTypeCode="0|1331|1134900635|1786008488075299B2129B5||yes|2525015|16|NjIuODF8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="63" TotalPrice="63.44" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Guests must contact this property in advance to reserve cribs/infant beds&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Cash deposit: SAR 200 per accommodation, per stay&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cash Breakage deposit: SAR 200 per stay&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 13.11 USD (This amount is included within the total price). NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="63.44" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, TRIPLE" RoomTypeCode="0|1331|1430211345|1786008488062473B2081B7||yes|2525015|16|NjUuNDF8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="65" TotalPrice="66.06" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="66.06" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Triple room" RoomTypeCode="h-d390c211-2032-5504-bb13-63ac802a3325|63|NjcuMDB8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="67" TotalPrice="67.67" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 1.43-- city tax is included in the room rate.&lt;br/&gt;GBP 8.55-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-08-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="67.67" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, QUADRUPLE" RoomTypeCode="0|1331|1134906225|1786008488081480B2153B8||yes|2525015|16|NjguNzh8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="69" TotalPrice="69.47" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="69.47" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: FAMILY, TRIPLE" RoomTypeCode="0|1331|1134937645|1786008488075299B2129B1||yes|2525015|16|NzMuNjR8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="74" TotalPrice="74.38" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Guests must contact this property in advance to reserve cribs/infant beds&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Cash deposit: SAR 200 per accommodation, per stay&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cash Breakage deposit: SAR 200 per stay&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 15.37 USD (This amount is included within the total price). NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="74.38" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, QUADRUPLE" RoomTypeCode="0|1331|1430209935|1786008488062473B2081B12||yes|2525015|16|NzYuMzF8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="76" TotalPrice="77.07" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="77.07" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Quadruple room" RoomTypeCode="h-263a1d60-0159-59c0-babd-87d7a474f95f|63|NzcuMDB8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="77" TotalPrice="77.77" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 1.64-- city tax is included in the room rate.&lt;br/&gt;GBP 9.83-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-08-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="77.77" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: FAMILY, TRIPLE, 3 BEDS" RoomTypeCode="0|1331|1134931455|1786008489021469B2091B2||yes|2525015|16|NzcuNDd8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="77" TotalPrice="78.24" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="78.24" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Standard room" RoomTypeCode="h-64dba5a4-ab16-59bb-8679-17839b1a74c5|63|NzkuMDB8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="79" TotalPrice="79.79" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 1.68-- city tax is included in the room rate.&lt;br/&gt;GBP 10.09-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Cable TV|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-08-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="79.79" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Double room (full double bed) (bed type is subject to availability)" RoomTypeCode="h-cce625df-8c55-5294-beaf-d9c5d553d604|63|NzkuMDB8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="79" TotalPrice="79.79" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 1.68-- city tax is included in the room rate.&lt;br/&gt;GBP 10.09-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Cable TV|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-08-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="79.79" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Triple Family room (3 single beds)" RoomTypeCode="h-5de79736-bf13-5a51-bebe-fc2304bf3e4c|63|ODIuMDB8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="82" TotalPrice="82.82" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 1.74-- city tax is included in the room rate.&lt;br/&gt;GBP 10.47-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Cable TV|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-08-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="82.82" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: FAMILY, QUADRUPLE" RoomTypeCode="0|1331|1134906605|1786008488075299B2129B3||yes|2525015|16|ODQuNDh8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="84" TotalPrice="85.32" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Guests must contact this property in advance to reserve cribs/infant beds&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Cash deposit: SAR 200 per accommodation, per stay&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cash Breakage deposit: SAR 200 per stay&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 17.64 USD (This amount is included within the total price). NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="85.32" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: FAMILY, 4 BEDS" RoomTypeCode="0|1331|1413808335|1786008488062473B2081B14||yes|2525015|16|ODYuODB8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="87" TotalPrice="87.67" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="87.67" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: FAMILY, QUADRUPLE, 4 BEDS" RoomTypeCode="0|1331|1134906075|1786008489021469B2091B0||yes|2525015|16|ODguODZ8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="89" TotalPrice="89.75" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-08-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="89.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Standard Quadruple room (4 single beds)" RoomTypeCode="h-d35cd0ee-a58a-582f-b68d-a0e272725a43|63|OTAuMDB8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="90" TotalPrice="90.90" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 1.91-- city tax is included in the room rate.&lt;br/&gt;GBP 11.49-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Cable TV|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-08-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="90.90" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Family room" RoomTypeCode="h-f88101db-994b-522c-80e6-aebdb826b689|63|OTMuMDB8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="93" TotalPrice="93.93" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 1.98-- city tax is included in the room rate.&lt;br/&gt;GBP 11.87-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Cable TV|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-08-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="93.93" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Quadruple Family room (4 single beds)" RoomTypeCode="h-3b30f7bc-65cf-56ed-8a99-1f5a0cd52af9|63|OTQuMDB8R0JQfDIwMjYtMDgtMDY=" OriginalAmount="94" TotalPrice="94.94" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 2.00-- city tax is included in the room rate.&lt;br/&gt;GBP 12.00-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Cable TV|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-08-20T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="94.94" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/1d/af/1daf1bd24d38fadbbe3ccffca5a4a795b869ed9a.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/fc/c5/fcc59e92f1746021d93fd530710e0bf4b768c6f3.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/1b/9e/1b9e2eeeb412e22bf91bf31ed1cf7665f0d2d679.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/2f/ed/2fed05d9ff786642896c4ddc78ede6112d54459e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/c8/41/c8416f6bbaa80dd07055c017d43f503d828af73b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/zz/77/ad77fa94fb4827343e7ae3cae1d8b63986e34823.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/9a/70/9a70fbbd63ae4ee3b1523ab75d11f71eace74136.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/f8/95/f895bea3151446221ac05a0dfe224c41c3976438.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/17/c0/17c0b3e6c0a28ce5e530beb9c91d978c51b7ebf9.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/f1/12/f1122971e3ff1a9523ff39158a7b74e3de8cb127.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a7/a4/a7a4e49b4a07019b51b0e886596f74b903992ac0.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/66/e3/66e371ceafc3279d16303805daf46cbe9b3f1947.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/dd/09/dd09411bd78b909065d049b05a1642bd5cd9fa0c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/13/e4/13e46a7327b5d01e4e611e3a100c9b6f2e968982.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/a0/60/a0607e4a094546c1d775bbaae6a4854d80f6e813.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/19/71/1971a6336683355c1be0fbc018769e1910d22d3c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/2d/3f/2d3f1576ee94ba539a4f9743505c296c1c1094e3.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a6/32/a6322bf07dea3003776cd03a2a1fde633ea8dc26.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/94/37/9437d3aae5c5fd8bde704d6a54a7905e7bdf1c9f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d4/aa/d4aa4b0b87cb06fd714b8697e3e9303dcffc3020.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/40/e6/40e6bb37f4e01cf1cf4d7b6da9aece40f6fbff75.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/87/dd/87dddf7bb80a2c5ffb8fdd1511ed3cd79de6f9cc.jpeg" /></Images><HotelDescription>&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;Meals may be limited during Ramadan.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Couples checking into the same room must present a valid marriage certificate upon check-in. Otherwise, the property may reject the booking or request that a second room be booked.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;&lt;p&gt;&lt;b&gt;Know Before You Go&lt;/b&gt; &lt;br /&gt;&lt;ul&gt;  &lt;li&gt;Couples wishing to share a room must provide proof of marriage. &lt;/li&gt;&lt;li&gt;Only registered guests are allowed in the guestrooms. &lt;/li&gt;  &lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Fees&lt;/b&gt; &lt;br /&gt;&lt;p&gt;The following fees and deposits are charged by the property at time of service, check-in, or check-out. &lt;/p&gt; &lt;ul&gt;                   &lt;li&gt;Crib (infant bed) fee: SAR 100 per night&lt;/li&gt;            &lt;/ul&gt; &lt;p&gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &lt;/p&gt;&lt;/p&gt;</HotelDescription><Facilities><HotelFacilities><Type>General</Type><Description>Air conditioning</Description><Value>Air conditioning</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Elevator/lift</Description><Value>Elevator/lift</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Smoke-free property</Description><Value>Smoke-free property</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Security guard</Description><Value>Security guard</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Fire Extinguisher</Description><Value>Fire Extinguisher</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Ironing</Description><Value>Ironing</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Dry-cleaning</Description><Value>Dry-cleaning</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Telephone</Description><Value>Telephone</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Coffee/tea for guests</Description><Value>Coffee/tea for guests</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Bottled water</Description><Value>Bottled water</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Kettle</Description><Value>Kettle</Value></HotelFacilities><HotelFacilities><Type>Parking</Type><Description>Parking</Description><Value>Parking</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Fax and copy machine</Description><Value>Fax and copy machine</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|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="9b46e005-2477-41fe-b842-0cf811dec9f6">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-15T00:00:00" End="2026-09-18T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:d5587906-87cd-4c02-a621-4623afc00b83
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
9b46e005-2477-41fe-b842-0cf811dec9f6|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:30:36.9935633+01:00" Version="0" EchoToken="Search" TransactionIdentifier="9b46e005-2477-41fe-b842-0cf811dec9f6" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="224.48" OriginalAmount="222.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248|Bed &amp; Breakfast" HotelName="Al Mukhtara International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="227.40" OriginalAmount="225.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.488143" Longitude="39.616199" StarRating="0" HotelCode="|471533" HotelName="Zaha Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zur Al Ghafari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/3/3/471533_a451ea91956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="240.38" OriginalAmount="238" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|457646-5345420/658306403725514582/0" HotelName="AL MUKHTARA INTERNATIONAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/57bd2e8b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="247.45" OriginalAmount="245.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="262.60" OriginalAmount="260" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1454621-32416690/658306403725514582/973" HotelName="SEDRA GLOBAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/112000000/111280000/111278800/111278731/3cb9aacb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="262.96" OriginalAmount="260.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|2292975|Bed &amp; Breakfast" HotelName="Odst Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47329" Longitude="39.60898" StarRating="4" HotelCode="310083|629984|Bed &amp; Breakfast" HotelName="Zowar International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Central Area, P.O. 42311, Madina, Al Munnawarra?</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629984/629984a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="286.84" OriginalAmount="284" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|256920-4228787/658306403725514582/2" HotelName="ZOWAR ALALAMI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/7770000/7760800/7760785/0d5391e2_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="301.99" OriginalAmount="299" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1318502-26629314/658306403725514582/770" HotelName="SEASON STAR" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/58000000/57150000/57144900/57144870/72b9da16_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="358.79" OriginalAmount="355.24" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|2292965|Bed &amp; Breakfast" HotelName="Nusk Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="393.63" OriginalAmount="389.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|613309|Bed &amp; Breakfast" HotelName="Saja Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="417.13" OriginalAmount="413" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.573" Longitude="-116.215" StarRating="4" HotelCode="0|503033-18213490/658306403725514582/118" HotelName="SAJA BY WARWICK MADINAH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3300 SOUTH VISTA AVE, BOISE, 83705, ID, US	</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19720000/19710600/19710557/6810b09e_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   When you stay at The Boise Hotel and Conference Center in Boise, you'll be near the airport and close to Hillcrest Country Club and Boise State University. This hotel is within close proximity of Zoo Boise and Morrison-Knudsen Nature Center.   Rooms   Make yourself at home in one of the 195 air-conditioned guestrooms. Cable television is provided for your entertainment. Conveniences include desks and complimentary newspapers, as well as direct-dial phones with voice mail.   Rec, Spa, Premium Amenities   Enjoy recreational amenities such as an indoor pool and a fitness facility. Additional amenities include complimentary wireless Internet access and an arcade/game room.   Dining   Take advantage of the hotel's room service (during limited hours). Quench your thirst with your favorite drink at a bar/lounge.   Business, Other Amenities   Featured amenities include a business center, secretarial services, and complimentary newspapers in the lobby. Event facilities at this hotel consist of conference/meeting rooms, small meeting rooms, and banquet facilities. A roundtrip airport shuttle is provided at no charge.   Room Info:    Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      A pet fee will be charged per stay       The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Pets allowed   Check-in time starts at 3 PM  Check-out time is 11 AM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="436.14" OriginalAmount="431.82" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|35724|Bed &amp; Breakfast" HotelName="Madinah Mövenpick Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="447.43" OriginalAmount="443" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1318501-26629312/658306403725514582/777" HotelName="Y PLATINUM" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/65000000/64400000/64392500/64392435/c3f5a2f4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="467.63" OriginalAmount="463" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|457757-32434838/658306403725514582/393" HotelName="GOLDEN TULIP AL SHAKREEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/11000000/10630000/10624000/10623980/e5631671_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="483.79" OriginalAmount="479" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|56710-18152794/658306403725514582/284" HotelName="NEW MADINAH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/911500/911494/dcc50ed8_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="493.89" OriginalAmount="489" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|305534-18202325/658306403725514582/246" HotelName="EMAAR AL MEKTAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21060000/21058600/21058516/c5a8a4d6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="502.10" OriginalAmount="497.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Bed &amp; Breakfast" HotelName="Hotel Pullman ZamZam Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="509.83" OriginalAmount="504.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355|Bed &amp; Breakfast" HotelName="Tulip Inn Al Dar Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="510.05" OriginalAmount="505" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6533794" Longitude="-84.4470971" StarRating="5" HotelCode="0|305525-18163473/658306403725514582/235" HotelName="PULLMAN ZAMZAM MADINA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1776 Harvard Avenue, College Park, GA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9100000/9093700/9093635/ae38d178_b.jpg</HotelPictures>
        <HotelDescription>Just minutes from the world's busiest airport, the Hotel Indigo® Atlanta Airport College Park hotel is nestled in an historic neighborhood with a thoughtful team ready to help you discover its charm. Our spacious guest rooms offer a chance to spread out
 after your journey, and our own Harvard &amp;amp;amp; Main restaurant serves specialties that couldnt be any more local. Ingredients come from our on-site herb garden. Similarly, our bar will spoil you with personal service and tasty cocktails. For meetings, we offer
 2800 square feet of available space, and for easy discovery of greater Atlanta, were also a quick walk to the citys train system, MARTA.
&lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 12:00&lt;br /&gt;Maximum child age: 19&lt;br /&gt; Hotel Indigo Atlanta Airport College Park welcomes your pets up to 75 Lbs to stay with us. Pets above 80 Lbs are not accepted. A non refundable fee for your pet of 25 dollar for the first night or 50 dollars for a multiple night stays is required.
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="538.33" OriginalAmount="533" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|262210-28595255/658306403725514582/761" HotelName="RUVE AL MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/9000000/8140000/8131500/8131490/e9974115_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="542.51" OriginalAmount="537.14" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|1658548|Bed &amp; Breakfast" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="552.47" OriginalAmount="547" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|262204-32413765/658306403725514582/746" HotelName="TAIBA FRONT HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/262204/201441101026183.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="565.68" OriginalAmount="560.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|2367525|Bed &amp; Breakfast" HotelName="Nozol Al Shakreen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="566.61" OriginalAmount="561" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|172104-25357995/658306403725514582/603" HotelName="ANWAR AL MADINAH MOVENPICK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/ec191428_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="574.32" OriginalAmount="568.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Bed &amp; Breakfast" HotelName="Elaf Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="575.70" OriginalAmount="570" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1438260-32416691/658306403725514582/970" HotelName="WORTH PENINSULA MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/114000000/113780000/113778900/113778887/86b86d17_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.75" OriginalAmount="575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|holiday_villa_madinah_2" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="593.63" OriginalAmount="587.75" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4677128" Longitude="39.60459341" StarRating="4" HotelCode="357072|589337" HotelName="Golden Tulip AL Mektan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f1c5203a3bfec0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="608.02" OriginalAmount="602" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4823-28569936/658306403725514582/1142" HotelName="ELAF TAIBA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3430000/3422500/3422415/d14076eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="613.07" OriginalAmount="607" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1384396-24030320/658306403725514582/170" HotelName="EMAAR ROYAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1384396/202311281589181.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="634.28" OriginalAmount="628" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|305543-25510767/658306403725514582/755" HotelName="ROYAL INN AL-NOKHBA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/18000000/17860000/17853900/17853828/f0f16e0f_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="635.26" OriginalAmount="628.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635|Bed &amp; Breakfast" HotelName="Royal Dyar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="636.30" OriginalAmount="630" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1466322-32938583/658306403725514582/50" HotelName="DIYAR AJWA, TAPESTRY COLLECTION BY HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121310000/121306700/121306618/w5757h3835x0y5-8e9276b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="639.33" OriginalAmount="633" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|262212-18194765/658306403725514582/210" HotelName="FRONTEL AL HARITHIA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33316300/33316243/981737c4_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="642.88" OriginalAmount="636.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|1368483|Bed &amp; Breakfast" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="656.00" OriginalAmount="649.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|CAS397300|Bed &amp; Breakfast" HotelName="Mövenpick Anwar Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="662.55" OriginalAmount="655.99" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4720016" Longitude="39.6082188" StarRating="5" HotelCode="310367|52598546|Bed &amp; Breakfast" HotelName="Arac Al Aqeeq" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Gift Shop,Internet,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>North Central Region, Musab Bin Omair Street, Al Madinah, Al Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6a/05/6a05a8da6612e74c9a6e0b3f41c75199ac3b3ee2.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;Located in Medina, Al Aqeeq Palace Arac Hotel Madinah is minutes f...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="697.15" OriginalAmount="690.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47191172685" Longitude="39.613252208836" StarRating="5" HotelCode="98069|3509383|Bed &amp; Breakfast" HotelName="Al Haram Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 25739, Al-Madinah al-Munawwarah 41476</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/41/8d41f05b47356e1596e1f72eaf5ddabbf7ebaf62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="699.93" OriginalAmount="693" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450425-32740233/658306403725514582/944" HotelName="DOUBLETREE BY HILTON MADINAH GATE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120310000/120302900/120302839/49f6de84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="719.12" OriginalAmount="712" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1413735-30815228/658306403725514582/908" HotelName="AL MANAKHA ROTANA MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/106000000/105780000/105779700/105779680/bd112964_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="794.87" OriginalAmount="787" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1386067-26688179/658306403725514582/687" HotelName="AL EIMAN ROYAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9850000/9840400/9840311/4a6461b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1033.23" OriginalAmount="1023" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|78218-22253021/658306403725514582/440" HotelName="INTERCONTINENTAL DAR AL HIJRA MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/130000/124800/124784/357586b6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1038.28" OriginalAmount="1028" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80770-22247113/658306403725514582/493" HotelName="INTERCONTINENTAL MADINAH - DAR AL IMAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2537900/2537849/w6605h4398x0y6-08a8d65c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1039.29" OriginalAmount="1029" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203613-22243341/658306403725514582/512" HotelName="SOFITEL SHAHD AL MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4150000/4143500/4143410/a907ca47_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1088.78" OriginalAmount="1078" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1452584-32740426/658306403725514582/882" HotelName="MAKAREM BURJ AL MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110620000/110617700/110617682/w6945h4628x0y0-9c2c3375_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1116.05" OriginalAmount="1105" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|491141-28440809/658306403725514582/762" HotelName="MARRIOTT EXECUTIVE APARTMENTS MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/38000000/37030000/37028700/37028684/bcdb99bb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1130.19" OriginalAmount="1119.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|intercontinental_dar_al_hijra_madinah" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1154.95" OriginalAmount="1143.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|321221|Bed &amp; Breakfast" HotelName="Shaza Al Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1218.06" OriginalAmount="1206" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4823511" Longitude="9.2028803" StarRating="5" HotelCode="0|457754-21004073/658306403725514582/5" HotelName="MILLENNIUM AL AQEEQ" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Via Ruggero Boscovich, 21 (Hotel Bolzano) ,Milan,  20124</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/8000000/7360000/7353600/7353509/c08749a6_b.jpg</HotelPictures>
        <HotelDescription>Set in a prime location of Milan, Hotel Bolzano puts everything the city has to offer just outside your doorstep. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. 24-hour room service, free Wi-Fi in all rooms, Wi-Fi in public areas, airport transfer, tours are there for guest`s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Enjoy the hotel`s recreational facilities, including garden, before retiring to your room for a well-deserved rest. For reliable service and professional staff, Hotel Bolzano caters to your needs. &lt;br /&gt;American Express, Visa, Euro/Mastercard, Carte Bleue, Diners Club, JCB, Maestro, Bankcard, CartaSi, Australian BankCard&lt;br /&gt;Guests over 3 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1257.94" OriginalAmount="1245.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505|Bed &amp; Breakfast" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1258.85" OriginalAmount="1246.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|321559|Bed &amp; Breakfast" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1260.28" OriginalAmount="1247.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669|Bed &amp; Breakfast" HotelName="Hilton Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1287.69" OriginalAmount="1274.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300|Bed &amp; Breakfast" HotelName="Millennium Al Aqeeq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1294.82" OriginalAmount="1282" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80772-32393287/658306403725514582/22" HotelName="MADINAH HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903600/903564/w3837h2789x3y3-6bedb427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1348.52" OriginalAmount="1335.17" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4887527" Longitude="39.5641065" StarRating="0" HotelCode="|178389" HotelName="Le Meridien Medina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road - Madinah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/9/178389_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1427.13" OriginalAmount="1413" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|457742-22313791/658306403725514582/397" HotelName="MILLENNIUM TAIBA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4310000/4308800/4308755/b3cdede8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1515.00" OriginalAmount="1500" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80776-25251025/658306403725514582/967" HotelName="OBEROI" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6630000/6622700/6622640/3738d253_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1635.60" OriginalAmount="1619.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611|Bed &amp; Breakfast" HotelName="Millennium Taiba Hotel Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1936.17" OriginalAmount="1917" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="2" HotelCode="0|1454607-32416689/658306403725514582/811" HotelName="JAYDEN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/109000000/108690000/108686400/108686352/27e2c417_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1993.21" OriginalAmount="1973.48" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4714864" Longitude="39.6114743" StarRating="5" HotelCode="|178384" HotelName="Dar Al Taqwa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>City Center</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/4/178384_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="2004.98" OriginalAmount="1985.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|6388682|Bed &amp; Breakfast" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2075.35" OriginalAmount="2054.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144|Bed &amp; Breakfast" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2086.66" OriginalAmount="2066" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80765-28598704/658306403725514582/685" HotelName="DAR AL TAQWA (CITY VIEW)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/8000000/7994200/7994117/8f004e17_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="3" HotelCode="835434|712570|Bed &amp; Breakfast" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46336551" Longitude="39.60535684" StarRating="3" HotelCode="776997|629992|Bed &amp; Breakfast" HotelName="Rawdah Al Mukhtara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 26/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ben Awaf Street, Northern Area Of Al 10, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629992/629992a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rawdaht Al.Mukhtara Hotel is a prestigious 2 Stars property that located in the hart of the Al.Madin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|629994|Bed &amp; Breakfast" HotelName="Al Mukhtara Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 08/09/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7365.39" OriginalAmount="7292.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535|Bed &amp; Breakfast" HotelName="Al Mukhtara Al Gharbi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Fax,Internet,Spa,Telephone Service,Conference Hall,Lounge,Restaurant,Room Service,Jacuzzi,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Laundry,LCD/Projector,Luggage Storage,Meeting Room,Gift Shop,24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Currency Exchange,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Kitchen,Central Heating,Designated Smoking Area</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0ef4ca4c-d117-4f80-bce8-6c67287328f7|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="0ef4ca4c-d117-4f80-bce8-6c67287328f7">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-16T00:00:00" End="2026-09-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0ef4ca4c-d117-4f80-bce8-6c67287328f7|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0ef4ca4c-d117-4f80-bce8-6c67287328f7|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0ef4ca4c-d117-4f80-bce8-6c67287328f7|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0ef4ca4c-d117-4f80-bce8-6c67287328f7|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0ef4ca4c-d117-4f80-bce8-6c67287328f7|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:31:57.06999+01:00" Version="0" EchoToken="Search" TransactionIdentifier="0ef4ca4c-d117-4f80-bce8-6c67287328f7" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="63" TotalAmount="145.44" OriginalAmount="144.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48827314" Longitude="39.61096136" StarRating="1" HotelCode="612903|ewan_dar_al_hejra_hotel" HotelName="Ewan Dar AL Hejra Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8144 King Fahd Road, Behind Awaji Mosque, Medina 42313</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/20/7720a03bbe2e9a3e4499a1173c8bc424e1d094ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="147.52" OriginalAmount="146.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248" HotelName="Al Mukhtara International Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="159.58" OriginalAmount="158.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47824427" Longitude="39.65203855" StarRating="3" HotelCode="611529|doosh_teeba_hotel_suites" HotelName="Doosh Teeba Hotel Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Prince Muqrin Ibn Abdulaziz, Al Aridh, Al Madinah 42317</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/9c/c59cace556b0484654cc9d0213decfbc4686a5b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="173.72" OriginalAmount="172.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48686113" Longitude="39.64810415" StarRating="0" HotelCode="777242|hafawah_suites" HotelName="Hafawah Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Road, Opposite Alrashid Mall, Medina 42319</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/13/7413dbe1c04033e3947f0c594cc73f068fb05d85.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.75" OriginalAmount="175.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471806444444" Longitude="39.609406222222" StarRating="3" HotelCode="417174|al_aqeeq_hotel__by_al_rawda" HotelName="Hotel Rawda Al Aqiq" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Manakhah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/4b/204b8c66f2348a9e42ff44faa615a24c8709a3cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="176.75" OriginalAmount="175.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4635672" Longitude="39.60744048" StarRating="0" HotelCode="701633|al_wahaa_hotel" HotelName="Al Waha Al Roda Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Central Area South</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/33/6033b329d4ca97e8bd8511ba58d993dfb02b8ba8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="193.81" OriginalAmount="191.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|629988" HotelName="Odst Al Madinah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="193.81" OriginalAmount="191.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47329" Longitude="39.60898" StarRating="4" HotelCode="310083|629984" HotelName="Zowar International Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Central Area, P.O. 42311, Madina, Al Munnawarra?</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629984/629984a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="203.01" OriginalAmount="201.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="206.04" OriginalAmount="204.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46713435" Longitude="39.60585419" StarRating="0" HotelCode="682527|mirage_al_salam_hotel" HotelName="Mirage Al Salam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, Al Madinah 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/1b/a11b2eb97d322e1de7814a0a94e7c5f13fa43018.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="221.28" OriginalAmount="219.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.466517701437" Longitude="39.603623413036" StarRating="3" HotelCode="392259|2345045" HotelName="Al Eiman Ohud Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Street, Western Central, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/4b/934be69117a8f3e5eccec8f8bbc24866aed42c46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="224.00" OriginalAmount="221.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46483674" Longitude="39.60993194" StarRating="4" HotelCode="433688|2367385" HotelName="Al Ansar Golden Tulip" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>4147 Al Madina Al Munawarah, PO Box 3241, Al Madina Al Munawwarah 41421</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/81/a481878346fd32d2830b1f1fa8125f99cd95b31b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="224.48" OriginalAmount="222.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48954135" Longitude="39.56409616" StarRating="5" HotelCode="80156|1622948" HotelName="Le Meridien Medina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road, PO Box 1735, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/24/c224bf893b45e94d60fa8c053abc791397270039.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="224.48" OriginalAmount="222.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|2292965" HotelName="Nusk Al Madinah" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="224.88" OriginalAmount="222.65" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|613309" HotelName="Saja Al Madinah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="225.08" OriginalAmount="222.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.550404312371" Longitude="39.718454923116" StarRating="5" HotelCode="757151|632746" HotelName="Millennium Madinah Airport" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="24 Hour Security,Air Conditioning,Banquet Hall,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Garden,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Prince Mohammed Bin Abdulaziz International Airport, Madinah 42342</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/46/ca467fdd8197c82573cd3d6f40f0490102192c6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A newly built Millennium Madinah Airport boasts 227 comfortable guest rooms &amp; suites across six floo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="231.29" OriginalAmount="229.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46902438" Longitude="39.60405428" StarRating="1" HotelCode="615699|taba_alsalam_hotel" HotelName="Taba Al Salam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad bin Zaid al Korashy Street, Al Markazeya West, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/0d/470daea8c3ac4d803e2c84efe25cdb7d6f0e0ab0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.40" OriginalAmount="240.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4687162" Longitude="39.60422509" StarRating="4" HotelCode="351550|al_ameen_crom_hotel" HotelName="AlAmeen CROM Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Restaurant,Room Service,Spa,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Alsalam road, Madinah 55555</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d6/47d6f6857a9e64976735a0b8a80dc2a1b9143293.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Al Ameen CROM Hotel places you in the heart of Medina, c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="244.42" OriginalAmount="242.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|anwar_al_madinah_moevenpick_hotel" HotelName="Mövenpick Anwar Al Madinah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="256.54" OriginalAmount="254.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47282562" Longitude="39.60682845" StarRating="4" HotelCode="351867|al_eiman_taibah" HotelName="Al Eiman Taibah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central North, Al Madinah 55555</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/e4/a6e4a7f0e1fd1a66379ccac29b36f70b092bf2c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of facilities and services to ensure a comfortable stay. Individual storeys...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="267.65" OriginalAmount="265.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|pullman_zamzam_madina_" HotelName="Hotel Pullman ZamZam Madinah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="277.26" OriginalAmount="274.51" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|1341825" HotelName="Madinah Mövenpick Hotel" Meals="ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="277.58" OriginalAmount="274.83" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|1682738" HotelName="Millennium Taiba Hotel Madina" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/09/2026" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="279.77" OriginalAmount="277.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47122151" Longitude="39.60930713" StarRating="3" HotelCode="416974|al_majeedi_arac_suites_" HotelName="Elaf Al Majeedi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Front Line Of Prophet Mosque, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/ce/fece671a2915605625b9071b207cd8f51ad1224d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most of the storeys are easily accessible by lift. A cash machine, a newspaper stand and a hairdress...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="280.78" OriginalAmount="278.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|nozol_al_shakreen_hotel" HotelName="Nozol Al Shakreen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="290.88" OriginalAmount="288.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47189596" Longitude="39.6063055" StarRating="4" HotelCode="356750|jewar_al_saqefah_hotel" HotelName="Jewar Al Saqefah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Umm Salmah Bent Abi Umiah Street, Central Area, Al Madinah 00966</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/05/f805ad21ca9ddfc89dcc02f8ffad290d5e517153.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="302.57" OriginalAmount="299.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471382519462" Longitude="39.612612187647" StarRating="4" HotelCode="236168|2520835" HotelName="Golden Tulip Al Zahabi" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/12/5512363ab285c5a263cefbee18608b2561c00e72.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="320.76" OriginalAmount="317.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639" HotelName="Elaf Taiba Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="326.86" OriginalAmount="323.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355" HotelName="Tulip Inn Al Dar Madinah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="333.00" OriginalAmount="329.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505" HotelName="Royal Inn Al Rawda" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="337.42" OriginalAmount="334.08" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300" HotelName="Millennium Al Aqeeq Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="352.27" OriginalAmount="348.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463882" Longitude="39.610066" StarRating="4" HotelCode="207932|1514050" HotelName="Crowne Plaza Madinah" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street Between 1st Ring Road, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/3f/c73fb6cb9ae21983ccdf719e941356fedbe0260c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="358.08" OriginalAmount="354.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635" HotelName="Royal Dyar Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="366.63" OriginalAmount="363.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|holiday_villa_madinah_2" HotelName="Rove Al Madinah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="381.91" OriginalAmount="378.13" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4721477" Longitude="39.61198578" StarRating="4" HotelCode="352214|684476" HotelName="Dallah Taibah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Meeting Room,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zar Street, PO Box 6747, Madinah Al-Munawarah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/0d/1b0d5e12d9d7effc2b2c3b189d5466d913fce4b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Dallah Taibah Hotel in Medina, you'll be in a shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="401.92" OriginalAmount="397.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|1658548" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="411.07" OriginalAmount="407.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47348164" Longitude="39.61311597" StarRating="5" HotelCode="353519|al_eiman_royal_hotel" HotelName="Al Eiman Royal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area North, Al Madina, 20012 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/6f/1a6fabef202b86adb2fc6e6ffcec780c7178ee54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="412.08" OriginalAmount="408.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47271126" Longitude="39.61049887" StarRating="4" HotelCode="358709|royal_inn_" HotelName="Nozol Royal Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abi Obaida ibn Aljarrah Street, North Central Area, Madinah 99999</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/dd/dfdd224be95a057eabf7558aa127f83aab9063a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="414.10" OriginalAmount="410.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|marriott_executive_apartments_madinah" HotelName="Marriott Executive Apartments Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0f8617ce8709cd0e9c938559a95054e03fe6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="424.20" OriginalAmount="420.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47110066" Longitude="39.60646085" StarRating="3" HotelCode="351666|mawaddah_al_safwa" HotelName="Mawaddah Al Safwa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Abdul Mohsen Bin Abdulaziz Street, Madinah 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/21/5021dd39020a5607443203e17f199b21ae9d5c5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="439.56" OriginalAmount="435.21" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47395" Longitude="39.610224" StarRating="5" HotelCode="167775|1074158" HotelName="Al Madina Harmony Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Sitteen Road, P.O. Box 4424, Northern District, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/394827/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys can be reached by lift. The hotel features various services and facilities, including a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="450.46" OriginalAmount="446.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|intercontinental_dar_al_hijra_madinah" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="469.65" OriginalAmount="465.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47191172685" Longitude="39.613252208836" StarRating="5" HotelCode="98069|al_haram_hotel_by_al_rawda" HotelName="Al Haram Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 25739, Al-Madinah al-Munawwarah 41476</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/41/8d41f05b47356e1596e1f72eaf5ddabbf7ebaf62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="471.44" OriginalAmount="466.77" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669" HotelName="Hilton Madinah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="472.68" OriginalAmount="468.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|shaza_al_madina" HotelName="Shaza Al Madina" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="502.98" OriginalAmount="498.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|majlis_grand_mercure_medina" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="558.58" OriginalAmount="553.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|22004" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="620.10" OriginalAmount="613.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="621.15" OriginalAmount="615.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|dar_al_iman_intercontinental" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6406.28" OriginalAmount="6342.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535" HotelName="Al Mukhtara Al Gharbi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="3" HotelCode="835434|712570" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46336551" Longitude="39.60535684" StarRating="3" HotelCode="776997|629992" HotelName="Rawdah Al Mukhtara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ben Awaf Street, Northern Area Of Al 10, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629992/629992a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rawdaht Al.Mukhtara Hotel is a prestigious 2 Stars property that located in the hart of the Al.Madin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|629994" HotelName="Al Mukhtara Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Fax,Internet,Lounge,Telephone Service,Restaurant,Room Service,Spa,Conference Hall,24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Laundry,Meeting Room,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Designated Smoking Area,Dining,Garden,24 Hour Front Desk,24 Hour Room Service,Coffee Shop,Concierge,Dry Cleaning,Elevator,Housekeeping,LCD/Projector,Luggage Storage,Kitchen,Jacuzzi,Central Heating</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0ef4ca4c-d117-4f80-bce8-6c67287328f7|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="0ef4ca4c-d117-4f80-bce8-6c67287328f7">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-16T00:00:00" End="2026-09-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0ef4ca4c-d117-4f80-bce8-6c67287328f7|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0ef4ca4c-d117-4f80-bce8-6c67287328f7|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:32:19.2702915+01:00" Version="0" EchoToken="Search" TransactionIdentifier="0ef4ca4c-d117-4f80-bce8-6c67287328f7" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="186.00" OriginalAmount="184.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248|Bed &amp; Breakfast" HotelName="Al Mukhtara International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="203.01" OriginalAmount="201.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="233.94" OriginalAmount="231.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|629988|Bed &amp; Breakfast" HotelName="Odst Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="233.94" OriginalAmount="231.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47329" Longitude="39.60898" StarRating="4" HotelCode="310083|629984|Bed &amp; Breakfast" HotelName="Zowar International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Central Area, P.O. 42311, Madina, Al Munnawarra?</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629984/629984a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="275.79" OriginalAmount="273.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|2292965|Bed &amp; Breakfast" HotelName="Nusk Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="278.04" OriginalAmount="275.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.550404312371" Longitude="39.718454923116" StarRating="5" HotelCode="757151|632746|Bed &amp; Breakfast" HotelName="Millennium Madinah Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="24 Hour Security,Air Conditioning,Banquet Hall,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Garden,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Prince Mohammed Bin Abdulaziz International Airport, Madinah 42342</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/46/ca467fdd8197c82573cd3d6f40f0490102192c6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A newly built Millennium Madinah Airport boasts 227 comfortable guest rooms &amp; suites across six floo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="287.96" OriginalAmount="285.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|613309|Bed &amp; Breakfast" HotelName="Saja Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="302.57" OriginalAmount="299.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471382519462" Longitude="39.612612187647" StarRating="4" HotelCode="236168|2520835|Bed &amp; Breakfast" HotelName="Golden Tulip Al Zahabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/12/5512363ab285c5a263cefbee18608b2561c00e72.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="307.53" OriginalAmount="304.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|35724|Bed &amp; Breakfast" HotelName="Madinah Mövenpick Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="312.99" OriginalAmount="309.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48954135" Longitude="39.56409616" StarRating="5" HotelCode="80156|1622948|Bed &amp; Breakfast" HotelName="Le Meridien Medina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road, PO Box 1735, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/24/c224bf893b45e94d60fa8c053abc791397270039.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="331.81" OriginalAmount="328.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Bed &amp; Breakfast" HotelName="Hotel Pullman ZamZam Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="333.00" OriginalAmount="329.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505|Bed &amp; Breakfast" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="344.94" OriginalAmount="341.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|2367525|Bed &amp; Breakfast" HotelName="Nozol Al Shakreen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="352.27" OriginalAmount="348.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463882" Longitude="39.610066" StarRating="4" HotelCode="207932|1514050|Bed &amp; Breakfast" HotelName="Crowne Plaza Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street Between 1st Ring Road, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/3f/c73fb6cb9ae21983ccdf719e941356fedbe0260c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="377.38" OriginalAmount="373.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611|Bed &amp; Breakfast" HotelName="Millennium Taiba Hotel Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="382.76" OriginalAmount="378.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355|Bed &amp; Breakfast" HotelName="Tulip Inn Al Dar Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="390.72" OriginalAmount="386.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47282562" Longitude="39.60682845" StarRating="4" HotelCode="351867|2347035|Bed &amp; Breakfast" HotelName="Al Eiman Taibah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central North, Al Madinah 55555</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/e4/a6e4a7f0e1fd1a66379ccac29b36f70b092bf2c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of facilities and services to ensure a comfortable stay. Individual storeys...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="401.92" OriginalAmount="397.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|1658548|Bed &amp; Breakfast" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="414.10" OriginalAmount="410.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|marriott_executive_apartments_madinah" HotelName="Marriott Executive Apartments Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0f8617ce8709cd0e9c938559a95054e03fe6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="429.28" OriginalAmount="425.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300|Bed &amp; Breakfast" HotelName="Millennium Al Aqeeq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="450.46" OriginalAmount="446.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|intercontinental_dar_al_hijra_madinah" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="456.77" OriginalAmount="452.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635|Bed &amp; Breakfast" HotelName="Royal Dyar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="482.38" OriginalAmount="477.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|2346695|Bed &amp; Breakfast" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="484.82" OriginalAmount="480.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|1520156|Bed &amp; Breakfast" HotelName="Mövenpick Anwar Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="502.98" OriginalAmount="498.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|majlis_grand_mercure_medina" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="504.21" OriginalAmount="499.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47395" Longitude="39.610224" StarRating="5" HotelCode="167775|1074158|Bed &amp; Breakfast" HotelName="Al Madina Harmony Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Sitteen Road, P.O. Box 4424, Northern District, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/394827/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys can be reached by lift. The hotel features various services and facilities, including a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="507.12" OriginalAmount="502.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Bed &amp; Breakfast" HotelName="Elaf Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="555.45" OriginalAmount="549.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669|Bed &amp; Breakfast" HotelName="Hilton Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="581.08" OriginalAmount="575.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|2891071|Bed &amp; Breakfast" HotelName="Shaza Al Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="620.10" OriginalAmount="613.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144|Bed &amp; Breakfast" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="667.66" OriginalAmount="661.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|22004|Bed &amp; Breakfast" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="766.74" OriginalAmount="759.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|1710634|Bed &amp; Breakfast" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6406.28" OriginalAmount="6342.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535|Bed &amp; Breakfast" HotelName="Al Mukhtara Al Gharbi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="3" HotelCode="835434|712570|Bed &amp; Breakfast" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46336551" Longitude="39.60535684" StarRating="3" HotelCode="776997|629992|Bed &amp; Breakfast" HotelName="Rawdah Al Mukhtara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ben Awaf Street, Northern Area Of Al 10, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629992/629992a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rawdaht Al.Mukhtara Hotel is a prestigious 2 Stars property that located in the hart of the Al.Madin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|629994|Bed &amp; Breakfast" HotelName="Al Mukhtara Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service,Jacuzzi,24 Hour Security,Banquet Hall,Business Centre,Currency Exchange,Designated Smoking Area,Dining,Garden,Laundry,Meeting Room,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Airport Transfer (on Demand),Kitchen,Central Heating</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0ef4ca4c-d117-4f80-bce8-6c67287328f7|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="0ef4ca4c-d117-4f80-bce8-6c67287328f7">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-16T00:00:00" End="2026-09-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="784472|zaha_al_madina_hotel_2" SourceId="63" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0ef4ca4c-d117-4f80-bce8-6c67287328f7|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0ef4ca4c-d117-4f80-bce8-6c67287328f7|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0ef4ca4c-d117-4f80-bce8-6c67287328f7|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="0ef4ca4c-d117-4f80-bce8-6c67287328f7" TimeStamp="0001-01-01T00:00:00" HotelName="Zaha Hotel" HotelCode="784472|zaha_hotel" StarRating="" GTCityId="71497" CountryCode="SA" CityName="Madinah" CountryName="Saudi Arabia" Address="Al Salam Road, As Suqya, Medina 42315" PostCode="42315" PhoneNo="" FaxNo="" Email="" CheckInTime="16:00" CheckOutTime="12:00" Latitude="24.46683866" Longitude="39.59893348" SourceId="63" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, TWIN BEDS" RoomTypeCode="0|1331|1134929125|1786008743053404B2153B2||yes|2525015|16|MTk2LjY3fEdCUHwyMDI2LTA4LTA2" OriginalAmount="197" TotalPrice="198.64" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="198.64" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, KING BED" RoomTypeCode="0|1331|1148918935|1786008743053404B2153B0||yes|2525015|16|MTk2LjY3fEdCUHwyMDI2LTA4LTA2" OriginalAmount="197" TotalPrice="198.64" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="198.64" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Double room (twin beds)" RoomTypeCode="h-e074d9ac-849e-5798-89c3-91b5f9c5cd02|63|MjAxLjAwfEdCUHwyMDI2LTA4LTA2" OriginalAmount="201" TotalPrice="203.01" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 4.28-- city tax is included in the room rate.&lt;br/&gt;GBP 25.66-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="203.01" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Double room (full double bed) (queen size bed)" RoomTypeCode="h-46cfe809-650c-5fe9-843f-bd22f912c85e|63|MjAxLjAwfEdCUHwyMDI2LTA4LTA2" OriginalAmount="201" TotalPrice="203.01" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 4.28-- city tax is included in the room rate.&lt;br/&gt;GBP 25.66-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="203.01" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Double room (full double bed) (king size bed)" RoomTypeCode="h-2abd0c46-4b00-5155-820c-0344b75fb0d6|63|MjA2LjAwfEdCUHwyMDI2LTA4LTA2" OriginalAmount="206" TotalPrice="208.06" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 4.38-- city tax is included in the room rate.&lt;br/&gt;GBP 26.30-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="208.06" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, DOUBLE BED" RoomTypeCode="0|1331|1371219685|1786008743032249B2081B0||yes|2525015|16|MjE0LjkzfEdCUHwyMDI2LTA4LTA2" OriginalAmount="215" TotalPrice="217.08" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="217.08" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, TRIPLE" RoomTypeCode="0|1331|1148973925|1786008743053404B2153B4||yes|2525015|16|MjIyLjc1fEdCUHwyMDI2LTA4LTA2" OriginalAmount="223" TotalPrice="224.98" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="224.98" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, KING BED" RoomTypeCode="0|1331|1134928495|1786008743032249B2081B4||yes|2525015|16|MjMwLjQ2fEdCUHwyMDI2LTA4LTA2" OriginalAmount="230" TotalPrice="232.76" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="232.76" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Triple room" RoomTypeCode="h-a74f6514-a6d7-5275-a42a-b54beba440e0|63|MjMzLjAwfEdCUHwyMDI2LTA4LTA2" OriginalAmount="233" TotalPrice="235.33" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 4.96-- city tax is included in the room rate.&lt;br/&gt;GBP 29.74-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="235.33" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, TWIN BEDS" RoomTypeCode="0|1331|1134900635|1786008743022194B2129B3||yes|2525015|16|MjQ1LjEyfEdCUHwyMDI2LTA4LTA2" OriginalAmount="245" TotalPrice="247.57" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Guests must contact this property in advance to reserve cribs/infant beds&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Cash deposit: SAR 200 per accommodation, per stay&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cash Breakage deposit: SAR 200 per stay&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 51.54 USD (This amount is included within the total price). NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="247.57" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, TRIPLE" RoomTypeCode="0|1331|1430211345|1786008743032249B2081B6||yes|2525015|16|MjQ3LjQ5fEdCUHwyMDI2LTA4LTA2" OriginalAmount="247" TotalPrice="249.96" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="249.96" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, QUADRUPLE" RoomTypeCode="0|1331|1134906225|1786008743053404B2153B6||yes|2525015|16|MjQ4LjY2fEdCUHwyMDI2LTA4LTA2" OriginalAmount="249" TotalPrice="251.15" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="251.15" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Double room (twin beds)" RoomTypeCode="h-aa2587bb-7525-5bba-bab5-52bba2abaa98|63|MjYxLjAwfEdCUHwyMDI2LTA5LTA4" OriginalAmount="261" TotalPrice="263.61" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 03/09/2026"><AdditionalDetails>GBP 5.55-- city tax is included in the room rate.&lt;br/&gt;GBP 33.32-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Cable TV|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-09-04T00:00:00" End="2026-09-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="263.61" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Quadruple room" RoomTypeCode="h-55c33141-1f9d-528a-9ed6-e036121ec36b|63|MjYzLjAwfEdCUHwyMDI2LTA4LTA2" OriginalAmount="263" TotalPrice="265.63" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 5.60-- city tax is included in the room rate.&lt;br/&gt;GBP 33.57-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="265.63" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: ROOM, QUADRUPLE" RoomTypeCode="0|1331|1430209935|1786008743032249B2081B11||yes|2525015|16|MjgwLjA1fEdCUHwyMDI2LTA4LTA2" OriginalAmount="280" TotalPrice="282.85" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="282.85" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: FAMILY, QUADRUPLE" RoomTypeCode="0|1331|1134906605|1786008743022194B2129B1||yes|2525015|16|MzA5LjYzfEdCUHwyMDI2LTA4LTA2" OriginalAmount="310" TotalPrice="312.73" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Guests must contact this property in advance to reserve cribs/infant beds&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Safety features at this property include a fire extinguisher&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Mandatory fees: &amp;lt;p&amp;gt;You&amp;#039;ll be asked to pay the following charges at the property. Fees may include applicable taxes:&amp;lt;/p&amp;gt; &amp;lt;ul&amp;gt;&amp;lt;li&amp;gt;Cash deposit: SAR 200 per accommodation, per stay&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Cash Breakage deposit: SAR 200 per stay&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;We have included all charges provided to us by the property. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Only registered guests are allowed in the guestrooms. &amp;lt;/li&amp;gt; &amp;lt;li&amp;gt;No pets and no service animals are allowed at this property. &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 65.13 USD (This amount is included within the total price). NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="312.73" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: FAMILY, 4 BEDS" RoomTypeCode="0|1331|1413808335|1786008743032249B2081B15||yes|2525015|16|MzE5LjQ2fEdCUHwyMDI2LTA4LTA2" OriginalAmount="319" TotalPrice="322.65" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="322.65" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: FAMILY, QUADRUPLE, 4 BEDS" RoomTypeCode="0|1331|1134906075|1786008743098924B2091B0||yes|2525015|16|MzI2LjM1fEdCUHwyMDI2LTA4LTA2" OriginalAmount="326" TotalPrice="329.61" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="329.61" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Bed &amp; Breakfast" RoomType="Room 1: Standard Quadruple Family room (4 single beds)" RoomTypeCode="h-623a58cc-530f-578e-aa6d-79535b203498|63|MzQzLjAwfEdCUHwyMDI2LTA4LTA2" OriginalAmount="343" TotalPrice="346.43" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>GBP 7.30-- city tax is included in the room rate.&lt;br/&gt;GBP 43.79-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="true" RollInShower="false" WheelchairAccessibleRooms="false" TV="true" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities>Room service|Cable TV|Slippers|Toiletries</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-01T00:00:00" End="2026-09-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="346.43" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/1d/af/1daf1bd24d38fadbbe3ccffca5a4a795b869ed9a.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/fc/c5/fcc59e92f1746021d93fd530710e0bf4b768c6f3.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/1b/9e/1b9e2eeeb412e22bf91bf31ed1cf7665f0d2d679.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/2f/ed/2fed05d9ff786642896c4ddc78ede6112d54459e.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/c8/41/c8416f6bbaa80dd07055c017d43f503d828af73b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/zz/77/ad77fa94fb4827343e7ae3cae1d8b63986e34823.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/9a/70/9a70fbbd63ae4ee3b1523ab75d11f71eace74136.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/f8/95/f895bea3151446221ac05a0dfe224c41c3976438.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/17/c0/17c0b3e6c0a28ce5e530beb9c91d978c51b7ebf9.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/f1/12/f1122971e3ff1a9523ff39158a7b74e3de8cb127.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a7/a4/a7a4e49b4a07019b51b0e886596f74b903992ac0.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/66/e3/66e371ceafc3279d16303805daf46cbe9b3f1947.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/dd/09/dd09411bd78b909065d049b05a1642bd5cd9fa0c.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/13/e4/13e46a7327b5d01e4e611e3a100c9b6f2e968982.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/a0/60/a0607e4a094546c1d775bbaae6a4854d80f6e813.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/19/71/1971a6336683355c1be0fbc018769e1910d22d3c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/2d/3f/2d3f1576ee94ba539a4f9743505c296c1c1094e3.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/a6/32/a6322bf07dea3003776cd03a2a1fde633ea8dc26.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/94/37/9437d3aae5c5fd8bde704d6a54a7905e7bdf1c9f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d4/aa/d4aa4b0b87cb06fd714b8697e3e9303dcffc3020.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/40/e6/40e6bb37f4e01cf1cf4d7b6da9aece40f6fbff75.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/87/dd/87dddf7bb80a2c5ffb8fdd1511ed3cd79de6f9cc.jpeg" /></Images><HotelDescription>&lt;br/&gt;&lt;br/&gt;&lt;b&gt;Important Information &lt;/b&gt;&lt;br /&gt;&lt;br /&gt;&lt;b&gt;Meals: &lt;/b&gt;Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;Meals may be limited during Ramadan.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Couples checking into the same room must present a valid marriage certificate upon check-in. Otherwise, the property may reject the booking or request that a second room be booked.&lt;br /&gt;&lt;b&gt;Extra Info: &lt;/b&gt;&lt;p&gt;&lt;b&gt;Know Before You Go&lt;/b&gt; &lt;br /&gt;&lt;ul&gt;  &lt;li&gt;Couples wishing to share a room must provide proof of marriage. &lt;/li&gt;&lt;li&gt;Only registered guests are allowed in the guestrooms. &lt;/li&gt;  &lt;/ul&gt;&lt;/p&gt;&lt;p&gt;&lt;b&gt;Fees&lt;/b&gt; &lt;br /&gt;&lt;p&gt;The following fees and deposits are charged by the property at time of service, check-in, or check-out. &lt;/p&gt; &lt;ul&gt;                   &lt;li&gt;Crib (infant bed) fee: SAR 100 per night&lt;/li&gt;            &lt;/ul&gt; &lt;p&gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &lt;/p&gt;&lt;/p&gt;</HotelDescription><Facilities><HotelFacilities><Type>General</Type><Description>Air conditioning</Description><Value>Air conditioning</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Elevator/lift</Description><Value>Elevator/lift</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Smoke-free property</Description><Value>Smoke-free property</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Security guard</Description><Value>Security guard</Value></HotelFacilities><HotelFacilities><Type>General</Type><Description>Fire Extinguisher</Description><Value>Fire Extinguisher</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Ironing</Description><Value>Ironing</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Dry-cleaning</Description><Value>Dry-cleaning</Value></HotelFacilities><HotelFacilities><Type>Services and amenities</Type><Description>Telephone</Description><Value>Telephone</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Coffee/tea for guests</Description><Value>Coffee/tea for guests</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Bottled water</Description><Value>Bottled water</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Kettle</Description><Value>Kettle</Value></HotelFacilities><HotelFacilities><Type>Parking</Type><Description>Parking</Description><Value>Parking</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Fax and copy machine</Description><Value>Fax and copy machine</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|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="de2c1a8c-92fe-4635-b361-00dfd96a79e9">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-16T00:00:00" End="2026-09-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|InfiniteSearch|successfull supplier interation||Infinite|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|HotelbedsSearch|successfull supplier interation||HotelBeds|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:d5587906-87cd-4c02-a621-4623afc00b83
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|GoGlobalTravelSearch|successfull supplier interation||GoGlobleTravel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|MikiSearch|successfull supplier interation||Miki|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|RestelSearch|successfull supplier interation||Restel|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|TravcoSearch|supplier interation failed||Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|TravellandaSearch|successfull supplier interation||Travellanda|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:32:58.4828774+01:00" Version="0" EchoToken="Search" TransactionIdentifier="de2c1a8c-92fe-4635-b361-00dfd96a79e9" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="153.93" OriginalAmount="152.41" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248" HotelName="Al Mukhtara International Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="157.09" OriginalAmount="155.53" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.466477" Longitude="39.605509" StarRating="0" HotelCode="|455708" HotelName="Mokhtara Diamond" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Haram, Al-Madinah al-Munawwarah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/5/5/7/0/8/455708_a5e7d651713.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="164.63" OriginalAmount="163" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|457646-5345420/8056196480782758460/106" HotelName="AL MUKHTARA INTERNATIONAL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/57bd2e8b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="207.21" OriginalAmount="205.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|629988" HotelName="Odst Al Madinah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="209.07" OriginalAmount="207.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46713435" Longitude="39.60585419" StarRating="0" HotelCode="682527|mirage_al_salam_hotel" HotelName="Mirage Al Salam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, Al Madinah 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a1/1b/a11b2eb97d322e1de7814a0a94e7c5f13fa43018.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="211.09" OriginalAmount="209.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4635672" Longitude="39.60744048" StarRating="0" HotelCode="701633|al_wahaa_hotel" HotelName="Al Waha Al Roda Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Central Area South</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/60/33/6033b329d4ca97e8bd8511ba58d993dfb02b8ba8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="218.75" OriginalAmount="216.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.468134" Longitude="39.604349" StarRating="3" HotelCode="|468595" HotelName="Al Rawda Al Aqeeq" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed ibn Zaid Al Qurashi Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/8/5/9/5/468595_77c090a1831.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="224.00" OriginalAmount="221.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46483674" Longitude="39.60993194" StarRating="4" HotelCode="433688|2367385" HotelName="Al Ansar Golden Tulip" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine>4147 Al Madina Al Munawarah, PO Box 3241, Al Madina Al Munawwarah 41421</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a4/81/a481878346fd32d2830b1f1fa8125f99cd95b31b.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="225.74" OriginalAmount="223.50" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473472" Longitude="39.606573" StarRating="0" HotelCode="|470252" HotelName="Waqf Outhman Bin Affan Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Badaah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/2/5/2/470252_63ae8631247.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="240.78" OriginalAmount="238.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.488143" Longitude="39.616199" StarRating="0" HotelCode="|471533" HotelName="Zaha Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zur Al Ghafari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/3/3/471533_a451ea91956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.40" OriginalAmount="240.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471806444444" Longitude="39.609406222222" StarRating="3" HotelCode="417174|al_aqeeq_hotel__by_al_rawda" HotelName="Hotel Rawda Al Aqiq" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Al Manakhah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/20/4b/204b8c66f2348a9e42ff44faa615a24c8709a3cd.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="242.40" OriginalAmount="240.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4687162" Longitude="39.60422509" StarRating="4" HotelCode="351550|al_ameen_crom_hotel" HotelName="AlAmeen CROM Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Coffee Shop,Concierge,Currency Exchange,Designated Smoking Area,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Luggage Storage,Parking,Restaurant,Room Service,Spa,Telephone Service,Valet Parking">
        <Address>
          <AddressLines>
            <AddressLine>Alsalam road, Madinah 55555</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/d6/47d6f6857a9e64976735a0b8a80dc2a1b9143293.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;A stay at Al Ameen CROM Hotel places you in the heart of Medina, c...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="245.43" OriginalAmount="243.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47824427" Longitude="39.65203855" StarRating="3" HotelCode="611529|doosh_teeba_hotel_suites" HotelName="Doosh Teeba Hotel Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Prince Muqrin Ibn Abdulaziz, Al Aridh, Al Madinah 42317</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c5/9c/c59cace556b0484654cc9d0213decfbc4686a5b5.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="251.42" OriginalAmount="248.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.466517701437" Longitude="39.603623413036" StarRating="3" HotelCode="392259|2345045" HotelName="Al Eiman Ohud Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Street, Western Central, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/93/4b/934be69117a8f3e5eccec8f8bbc24866aed42c46.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="260.58" OriginalAmount="258.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|nusk_al_madinah_hotel" HotelName="Nusk Al Madinah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="263.61" OriginalAmount="261.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|saja_al_madinah_hotel" HotelName="Saja Al Madinah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="264.62" OriginalAmount="262.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="277.75" OriginalAmount="275.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46902438" Longitude="39.60405428" StarRating="1" HotelCode="615699|taba_alsalam_hotel" HotelName="Taba Al Salam Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad bin Zaid al Korashy Street, Al Markazeya West, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/47/0d/470daea8c3ac4d803e2c84efe25cdb7d6f0e0ab0.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="281.23" OriginalAmount="278.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.468895" Longitude="39.604199" StarRating="3" HotelCode="|565667" HotelName="Taba Al Salam" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Central Western,Almunakhih</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/6/5/6/6/7/565667_75ef3282021.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="295.93" OriginalAmount="293.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47189596" Longitude="39.6063055" StarRating="4" HotelCode="356750|jewar_al_saqefah_hotel" HotelName="Jewar Al Saqefah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Umm Salmah Bent Abi Umiah Street, Central Area, Al Madinah 00966</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f8/05/f805ad21ca9ddfc89dcc02f8ffad290d5e517153.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="297.95" OriginalAmount="295" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.573" Longitude="-116.215" StarRating="4" HotelCode="0|503033-18213490/8056196480782758460/138" HotelName="SAJA BY WARWICK MADINAH HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>3300 SOUTH VISTA AVE, BOISE, 83705, ID, US	</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19720000/19710600/19710557/6810b09e_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   When you stay at The Boise Hotel and Conference Center in Boise, you'll be near the airport and close to Hillcrest Country Club and Boise State University. This hotel is within close proximity of Zoo Boise and Morrison-Knudsen Nature Center.   Rooms   Make yourself at home in one of the 195 air-conditioned guestrooms. Cable television is provided for your entertainment. Conveniences include desks and complimentary newspapers, as well as direct-dial phones with voice mail.   Rec, Spa, Premium Amenities   Enjoy recreational amenities such as an indoor pool and a fitness facility. Additional amenities include complimentary wireless Internet access and an arcade/game room.   Dining   Take advantage of the hotel's room service (during limited hours). Quench your thirst with your favorite drink at a bar/lounge.   Business, Other Amenities   Featured amenities include a business center, secretarial services, and complimentary newspapers in the lobby. Event facilities at this hotel consist of conference/meeting rooms, small meeting rooms, and banquet facilities. A roundtrip airport shuttle is provided at no charge.   Room Info:    Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      A pet fee will be charged per stay       The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Pets allowed   Check-in time starts at 3 PM  Check-out time is 11 AM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="298.96" OriginalAmount="296.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48686113" Longitude="39.64810415" StarRating="0" HotelCode="777242|hafawah_suites" HotelName="Hafawah Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Road, Opposite Alrashid Mall, Medina 42319</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/74/13/7413dbe1c04033e3947f0c594cc73f068fb05d85.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="300.07" OriginalAmount="297.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.452486" Longitude="39.591589" StarRating="0" HotelCode="|470947" HotelName="The Seasons Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Branch Road 49</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/9/4/7/470947_4c32c011240.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="327.69" OriginalAmount="324.45" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.434601" Longitude="39.656897" StarRating="0" HotelCode="|470658" HotelName="Hasana Suites" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Branch Road</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/0/6/5/8/470658_e5083921257.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="347.44" OriginalAmount="344" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|56710-18152794/8056196480782758460/283" HotelName="NEW MADINAH HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/911500/911494/dcc50ed8_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="358.55" OriginalAmount="355.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|elaf_taiba_hotel_2" HotelName="Elaf Taiba Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="375.72" OriginalAmount="372.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48827314" Longitude="39.61096136" StarRating="1" HotelCode="612903|ewan_dar_al_hejra_hotel" HotelName="Ewan Dar AL Hejra Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>8144 King Fahd Road, Behind Awaji Mosque, Medina 42313</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/77/20/7720a03bbe2e9a3e4499a1173c8bc424e1d094ca.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="389.86" OriginalAmount="386.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|pullman_zamzam_madina_" HotelName="Hotel Pullman ZamZam Madinah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="393.90" OriginalAmount="390" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6533794" Longitude="-84.4470971" StarRating="5" HotelCode="0|305525-18163473/8056196480782758460/247" HotelName="PULLMAN ZAMZAM MADINA" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>1776 Harvard Avenue, College Park, GA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9100000/9093700/9093635/ae38d178_b.jpg</HotelPictures>
        <HotelDescription>Just minutes from the world's busiest airport, the Hotel Indigo® Atlanta Airport College Park hotel is nestled in an historic neighborhood with a thoughtful team ready to help you discover its charm. Our spacious guest rooms offer a chance to spread out
 after your journey, and our own Harvard &amp;amp;amp; Main restaurant serves specialties that couldnt be any more local. Ingredients come from our on-site herb garden. Similarly, our bar will spoil you with personal service and tasty cocktails. For meetings, we offer
 2800 square feet of available space, and for easy discovery of greater Atlanta, were also a quick walk to the citys train system, MARTA.
&lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 12:00&lt;br /&gt;Maximum child age: 19&lt;br /&gt; Hotel Indigo Atlanta Airport College Park welcomes your pets up to 75 Lbs to stay with us. Pets above 80 Lbs are not accepted. A non refundable fee for your pet of 25 dollar for the first night or 50 dollars for a multiple night stays is required.
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="424.20" OriginalAmount="420.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|nozol_al_shakreen_hotel" HotelName="Nozol Al Shakreen Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="427.23" OriginalAmount="423.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|anwar_al_madinah_moevenpick_hotel" HotelName="Mövenpick Anwar Al Madinah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="445.41" OriginalAmount="441.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47122151" Longitude="39.60930713" StarRating="3" HotelCode="416974|al_majeedi_arac_suites_" HotelName="Elaf Al Majeedi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Internet,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Front Line Of Prophet Mosque, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/fe/ce/fece671a2915605625b9071b207cd8f51ad1224d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most of the storeys are easily accessible by lift. A cash machine, a newspaper stand and a hairdress...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="460.56" OriginalAmount="456.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47271126" Longitude="39.61049887" StarRating="4" HotelCode="358709|royal_inn_" HotelName="Nozol Royal Inn Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abi Obaida ibn Aljarrah Street, North Central Area, Madinah 99999</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/df/dd/dfdd224be95a057eabf7558aa127f83aab9063a1.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="462.26" OriginalAmount="457.68" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.484865" Longitude="39.682216" StarRating="0" HotelCode="|467200" HotelName="Flavor Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Prince Muqrin Ibn Abdulaziz</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/6/7/2/0/0/467200_1a7c3941758.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="470.01" OriginalAmount="465.36" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472759" Longitude="39.610839" StarRating="5" HotelCode="|556058" HotelName="MADEN-مادن" Meals="ROOM ONLY" BedType="ROOM ONLY" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/6/0/5/8/556058_a233f601518.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="472.09" OriginalAmount="467.42" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355" HotelName="Tulip Inn Al Dar Madinah" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="476.72" OriginalAmount="472" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4823-18180957/8056196480782758460/208" HotelName="ELAF TAIBA" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3430000/3422500/3422415/d14076eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="480.76" OriginalAmount="476.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|royal_dyar_hotel" HotelName="Royal Dyar Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="492.88" OriginalAmount="488.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47191172685" Longitude="39.613252208836" StarRating="5" HotelCode="98069|al_haram_hotel_by_al_rawda" HotelName="Al Haram Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Internet">
        <Address>
          <AddressLines>
            <AddressLine>P.O. Box 25739, Al-Madinah al-Munawwarah 41476</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/8d/41/8d41f05b47356e1596e1f72eaf5ddabbf7ebaf62.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="519.53" OriginalAmount="514.39" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47395" Longitude="39.610224" StarRating="5" HotelCode="167775|1074158" HotelName="Al Madina Harmony Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Sitteen Road, P.O. Box 4424, Northern District, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/394827/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys can be reached by lift. The hotel features various services and facilities, including a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="529.51" OriginalAmount="524.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|1658548" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="532.27" OriginalAmount="527" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1384396-24030320/8056196480782758460/112" HotelName="EMAAR ROYAL" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1384396/202311281589181.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="532.27" OriginalAmount="527" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|305534-18202325/8056196480782758460/221" HotelName="EMAAR AL MEKTAN" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21060000/21058600/21058516/c5a8a4d6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="533.28" OriginalAmount="528" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1466322-32938583/8056196480782758460/99" HotelName="DIYAR AJWA, TAPESTRY COLLECTION BY HILTON" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121310000/121306700/121306618/w5757h3835x0y5-8e9276b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="534.61" OriginalAmount="529.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300" HotelName="Millennium Al Aqeeq Hotel" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="546.41" OriginalAmount="541.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47348164" Longitude="39.61311597" StarRating="5" HotelCode="353519|al_eiman_royal_hotel" HotelName="Al Eiman Royal Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area North, Al Madina, 20012 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1a/6f/1a6fabef202b86adb2fc6e6ffcec780c7178ee54.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="549.44" OriginalAmount="544" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|172104-18210048/8056196480782758460/179" HotelName="ANWAR AL MADINAH MOVENPICK" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/ec191428_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="556.51" OriginalAmount="551.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47110066" Longitude="39.60646085" StarRating="3" HotelCode="351666|mawaddah_al_safwa" HotelName="Mawaddah Al Safwa Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 06/09/2026" HotelFacility="Air Conditioning,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Abdul Mohsen Bin Abdulaziz Street, Madinah 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/21/5021dd39020a5607443203e17f199b21ae9d5c5a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="578.73" OriginalAmount="573.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|majlis_grand_mercure_medina" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.75" OriginalAmount="575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|holiday_villa_madinah_2" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="602.97" OriginalAmount="597" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450425-32372448/8056196480782758460/60" HotelName="DOUBLETREE BY HILTON MADINAH GATE" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120310000/120302900/120302839/49f6de84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="604.27" OriginalAmount="598.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4677128" Longitude="39.60459341" StarRating="4" HotelCode="357072|589337" HotelName="Golden Tulip AL Mektan" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f1c5203a3bfec0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="637.31" OriginalAmount="631" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1438260-28681110/8056196480782758460/306" HotelName="WORTH PENINSULA MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/114000000/113780000/113778900/113778887/86b86d17_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="668.34" OriginalAmount="661.72" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4721477" Longitude="39.61198578" StarRating="4" HotelCode="352214|684476" HotelName="Dallah Taibah Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="Hotel" CnxPolicy="Free CXL until 03/09/2026" HotelFacility="24 Hour Front Desk,24 Hour Room Service,Air Conditioning,Business Centre,Coffee Shop,Concierge,Dry Cleaning,Elevator,Housekeeping,Internet,Laundry,LCD/Projector,Lounge,Luggage Storage,Meeting Room,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zar Street, PO Box 6747, Madinah Al-Munawarah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1b/0d/1b0d5e12d9d7effc2b2c3b189d5466d913fce4b8.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;&lt;p&gt;&lt;b&gt;Property Location&lt;/b&gt; &lt;br /&gt;With a stay at Dallah Taibah Hotel in Medina, you'll be in a shopp...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="672.66" OriginalAmount="666" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|262212-18194765/8056196480782758460/210" HotelName="FRONTEL AL HARITHIA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33316300/33316243/981737c4_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="715.08" OriginalAmount="708" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|252417-20810825/8056196480782758460/315" HotelName="DALLAH TAIBAH" Meals="ROOM ONLY" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/7000000/6630000/6622600/6622541/a68bc066_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="770.64" OriginalAmount="763.01" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|1341825" HotelName="Madinah Mövenpick Hotel" Meals="ROOM ONLY,HALF BOARD,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="893.85" OriginalAmount="885.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47282562" Longitude="39.60682845" StarRating="4" HotelCode="351867|al_eiman_taibah" HotelName="Al Eiman Taibah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central North, Al Madinah 55555</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/e4/a6e4a7f0e1fd1a66379ccac29b36f70b092bf2c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of facilities and services to ensure a comfortable stay. Individual storeys...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="972.54" OriginalAmount="962.91" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|2891071" HotelName="Shaza Al Madina" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BORD,HALF BOARD" BedType="ROOM ONLY" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="973.64" OriginalAmount="964" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203613-18210037/8056196480782758460/350" HotelName="SOFITEL SHAHD AL MADINAH" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4150000/4143500/4143410/a907ca47_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1019.67" OriginalAmount="1009.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|22004" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 11/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1092.24" OriginalAmount="1081.43" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669" HotelName="Hilton Madinah" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1105.95" OriginalAmount="1095" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4823511" Longitude="9.2028803" StarRating="5" HotelCode="0|457754-21004073/8056196480782758460/5" HotelName="MILLENNIUM AL AQEEQ" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <Address>
          <AddressLines>
            <AddressLine>Via Ruggero Boscovich, 21 (Hotel Bolzano) ,Milan,  20124</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/8000000/7360000/7353600/7353509/c08749a6_b.jpg</HotelPictures>
        <HotelDescription>Set in a prime location of Milan, Hotel Bolzano puts everything the city has to offer just outside your doorstep. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. 24-hour room service, free Wi-Fi in all rooms, Wi-Fi in public areas, airport transfer, tours are there for guest`s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Enjoy the hotel`s recreational facilities, including garden, before retiring to your room for a well-deserved rest. For reliable service and professional staff, Hotel Bolzano caters to your needs. &lt;br /&gt;American Express, Visa, Euro/Mastercard, Carte Bleue, Diners Club, JCB, Maestro, Bankcard, CartaSi, Australian BankCard&lt;br /&gt;Guests over 3 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1107.97" OriginalAmount="1097.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|dar_al_iman_intercontinental" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BREAKFAST-FOR-2" BedType="BREAKFAST-FOR-2" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1121.10" OriginalAmount="1110" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80772-32393287/8056196480782758460/30" HotelName="MADINAH HILTON" Meals="ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903600/903564/w3837h2789x3y3-6bedb427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1122.11" OriginalAmount="1111" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1452584-32389624/8056196480782758460/155" HotelName="MAKAREM BURJ AL MADINAH" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110620000/110617700/110617682/w6945h4628x0y0-9c2c3375_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1125.61" OriginalAmount="1114.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|318995" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1157.46" OriginalAmount="1146" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|78218-18198807/8056196480782758460/305" HotelName="INTERCONTINENTAL DAR AL HIJRA MADINAH" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/130000/124800/124784/357586b6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1166.50" OriginalAmount="1154.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|2391035" HotelName="Marriott Executive Apartments Madinah" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0f8617ce8709cd0e9c938559a95054e03fe6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1171.60" OriginalAmount="1160" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80770-18181318/8056196480782758460/268" HotelName="INTERCONTINENTAL MADINAH - DAR AL IMAN" Meals="BED &amp; BREAKFAST,ROOM ONLY,HALF BOARD" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2537900/2537849/w6605h4398x0y6-08a8d65c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1273.63" OriginalAmount="1261.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST,HALF BOARD,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1342.63" OriginalAmount="1329.34" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|1682738" HotelName="Millennium Taiba Hotel Madina" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 05/09/2026" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1348.28" OriginalAmount="1334.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4887527" Longitude="39.5641065" StarRating="0" HotelCode="|178389" HotelName="Le Meridien Medina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road - Madinah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/9/178389_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1364.51" OriginalAmount="1351" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|457742-32382165/8056196480782758460/9" HotelName="MILLENNIUM TAIBA HOTEL" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY">
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4310000/4308800/4308755/b3cdede8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1424.04" OriginalAmount="1409.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4653717" Longitude="39.6066073" StarRating="5" HotelCode="|160205" HotelName="Taiba Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Omar Ibn Al Khattab Road, P.O. Box 5300, 41422</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/0/2/0/5/160205_d8d1b381716.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has comfortable facilities. SITUATION: This hotel is near the city centre, is 20 minutes away from the airport excellent transport links to the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1481.43" OriginalAmount="1466.76" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472002" Longitude="39.609925" StarRating="5" HotelCode="|552494" HotelName="Maden AlRawda" Meals="HALF-BOARD" BedType="HALF-BOARD" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, 20012</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/5/5/2/4/9/4/552494_3a22f481514.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2024.59" OriginalAmount="2004.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4714864" Longitude="39.6114743" StarRating="5" HotelCode="|178384" HotelName="Dar Al Taqwa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>City Center</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/4/178384_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2104.40" OriginalAmount="2083.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST,ROOM ONLY" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2778.51" OriginalAmount="2751" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80765-27052523/8056196480782758460/223" HotelName="DAR AL TAQWA (CITY VIEW)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/8000000/7994200/7994117/8f004e17_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="3" HotelCode="835434|712570" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46336551" Longitude="39.60535684" StarRating="3" HotelCode="776997|629992" HotelName="Rawdah Al Mukhtara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ben Awaf Street, Northern Area Of Al 10, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629992/629992a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rawdaht Al.Mukhtara Hotel is a prestigious 2 Stars property that located in the hart of the Al.Madin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|629994" HotelName="Al Mukhtara Tower" Meals="ROOM ONLY" BedType="ROOM ONLY" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7365.39" OriginalAmount="7292.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535" HotelName="Al Mukhtara Al Gharbi" Meals="ROOM ONLY,BED &amp; BREAKFAST" BedType="ROOM ONLY" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Fax,Internet,Lounge,Telephone Service,Restaurant,Room Service,Spa,Conference Hall,24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Laundry,Meeting Room,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,24 Hour Front Desk,24 Hour Room Service,Coffee Shop,Concierge,Dry Cleaning,Elevator,Housekeeping,LCD/Projector,Luggage Storage,Kitchen,Jacuzzi,Central Heating,Designated Smoking Area</BasicAmenities>
    <HotelRating>4,5,3,2,1</HotelRating>
    <BedType />
    <Meals>ROOM ONLY,BED &amp; BREAKFAST,HALF BOARD,FULL BOARD</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|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="de2c1a8c-92fe-4635-b361-00dfd96a79e9">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-16T00:00:00" End="2026-09-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:d5587906-87cd-4c02-a621-4623afc00b83
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:33:13.6951515+01:00" Version="0" EchoToken="Search" TransactionIdentifier="de2c1a8c-92fe-4635-b361-00dfd96a79e9" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="224.48" OriginalAmount="222.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248|Bed &amp; Breakfast" HotelName="Al Mukhtara International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="240.38" OriginalAmount="238" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|457646-5345420/8056196480782758460/106" HotelName="AL MUKHTARA INTERNATIONAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/57bd2e8b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="240.78" OriginalAmount="238.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.488143" Longitude="39.616199" StarRating="0" HotelCode="|471533" HotelName="Zaha Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zur Al Ghafari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/3/3/471533_a451ea91956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="264.62" OriginalAmount="262.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|629988|Bed &amp; Breakfast" HotelName="Odst Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="393.63" OriginalAmount="389.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|613309|Bed &amp; Breakfast" HotelName="Saja Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="417.13" OriginalAmount="413" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.573" Longitude="-116.215" StarRating="4" HotelCode="0|503033-18213490/8056196480782758460/138" HotelName="SAJA BY WARWICK MADINAH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3300 SOUTH VISTA AVE, BOISE, 83705, ID, US	</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19720000/19710600/19710557/6810b09e_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   When you stay at The Boise Hotel and Conference Center in Boise, you'll be near the airport and close to Hillcrest Country Club and Boise State University. This hotel is within close proximity of Zoo Boise and Morrison-Knudsen Nature Center.   Rooms   Make yourself at home in one of the 195 air-conditioned guestrooms. Cable television is provided for your entertainment. Conveniences include desks and complimentary newspapers, as well as direct-dial phones with voice mail.   Rec, Spa, Premium Amenities   Enjoy recreational amenities such as an indoor pool and a fitness facility. Additional amenities include complimentary wireless Internet access and an arcade/game room.   Dining   Take advantage of the hotel's room service (during limited hours). Quench your thirst with your favorite drink at a bar/lounge.   Business, Other Amenities   Featured amenities include a business center, secretarial services, and complimentary newspapers in the lobby. Event facilities at this hotel consist of conference/meeting rooms, small meeting rooms, and banquet facilities. A roundtrip airport shuttle is provided at no charge.   Room Info:    Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      A pet fee will be charged per stay       The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Pets allowed   Check-in time starts at 3 PM  Check-out time is 11 AM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="440.83" OriginalAmount="436.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|008381" HotelName="Nusk Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="487.83" OriginalAmount="483" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|56710-18152794/8056196480782758460/283" HotelName="NEW MADINAH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/911500/911494/dcc50ed8_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="510.37" OriginalAmount="505.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355|Bed &amp; Breakfast" HotelName="Tulip Inn Al Dar Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="517.65" OriginalAmount="512.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Bed &amp; Breakfast" HotelName="Hotel Pullman ZamZam Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="550.45" OriginalAmount="545" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6533794" Longitude="-84.4470971" StarRating="5" HotelCode="0|305525-18163473/8056196480782758460/247" HotelName="PULLMAN ZAMZAM MADINA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1776 Harvard Avenue, College Park, GA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9100000/9093700/9093635/ae38d178_b.jpg</HotelPictures>
        <HotelDescription>Just minutes from the world's busiest airport, the Hotel Indigo® Atlanta Airport College Park hotel is nestled in an historic neighborhood with a thoughtful team ready to help you discover its charm. Our spacious guest rooms offer a chance to spread out
 after your journey, and our own Harvard &amp;amp;amp; Main restaurant serves specialties that couldnt be any more local. Ingredients come from our on-site herb garden. Similarly, our bar will spoil you with personal service and tasty cocktails. For meetings, we offer
 2800 square feet of available space, and for easy discovery of greater Atlanta, were also a quick walk to the citys train system, MARTA.
&lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 12:00&lt;br /&gt;Maximum child age: 19&lt;br /&gt; Hotel Indigo Atlanta Airport College Park welcomes your pets up to 75 Lbs to stay with us. Pets above 80 Lbs are not accepted. A non refundable fee for your pet of 25 dollar for the first night or 50 dollars for a multiple night stays is required.
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="561.56" OriginalAmount="556" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|305534-18202325/8056196480782758460/221" HotelName="EMAAR AL MEKTAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21060000/21058600/21058516/c5a8a4d6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="566.88" OriginalAmount="561.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|2367525|Bed &amp; Breakfast" HotelName="Nozol Al Shakreen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="574.32" OriginalAmount="568.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Bed &amp; Breakfast" HotelName="Elaf Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="578.73" OriginalAmount="573.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|majlis_grand_mercure_medina" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.75" OriginalAmount="575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|holiday_villa_madinah_2" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="582.77" OriginalAmount="577.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|al_muna_kareem_radisson_blu_hotel_al_madinah" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="613.07" OriginalAmount="607" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1384396-24030320/8056196480782758460/112" HotelName="EMAAR ROYAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1384396/202311281589181.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="634.58" OriginalAmount="628.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635|Bed &amp; Breakfast" HotelName="Royal Dyar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="637.31" OriginalAmount="631" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1438260-28681110/8056196480782758460/306" HotelName="WORTH PENINSULA MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/114000000/113780000/113778900/113778887/86b86d17_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="640.34" OriginalAmount="634" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4823-18180957/8056196480782758460/208" HotelName="ELAF TAIBA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3430000/3422500/3422415/d14076eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="655.95" OriginalAmount="649.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|CAS397300|Bed &amp; Breakfast" HotelName="Mövenpick Anwar Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="657.51" OriginalAmount="651" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1466322-32938583/8056196480782758460/99" HotelName="DIYAR AJWA, TAPESTRY COLLECTION BY HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121310000/121306700/121306618/w5757h3835x0y5-8e9276b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="664.16" OriginalAmount="657.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47395" Longitude="39.610224" StarRating="5" HotelCode="167775|1074158|Bed &amp; Breakfast" HotelName="Al Madina Harmony Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Sitteen Road, P.O. Box 4424, Northern District, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/394827/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys can be reached by lift. The hotel features various services and facilities, including a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="672.66" OriginalAmount="666" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|262212-18194765/8056196480782758460/210" HotelName="FRONTEL AL HARITHIA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33316300/33316243/981737c4_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="675.69" OriginalAmount="669" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|172104-18210048/8056196480782758460/179" HotelName="ANWAR AL MADINAH MOVENPICK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/ec191428_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="678.81" OriginalAmount="672.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4677128" Longitude="39.60459341" StarRating="4" HotelCode="357072|589337" HotelName="Golden Tulip AL Mektan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f1c5203a3bfec0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="715.08" OriginalAmount="708" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450425-32372448/8056196480782758460/60" HotelName="DOUBLETREE BY HILTON MADINAH GATE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120310000/120302900/120302839/49f6de84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1111.37" OriginalAmount="1100.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|150838|Bed &amp; Breakfast" HotelName="Madinah Mövenpick Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1122.11" OriginalAmount="1111" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1452584-32389624/8056196480782758460/155" HotelName="MAKAREM BURJ AL MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110620000/110617700/110617682/w6945h4628x0y0-9c2c3375_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1125.61" OriginalAmount="1114.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|318995|Bed &amp; Breakfast" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1139.85" OriginalAmount="1128.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|321559|Bed &amp; Breakfast" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1157.46" OriginalAmount="1146" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|78218-18198807/8056196480782758460/305" HotelName="INTERCONTINENTAL DAR AL HIJRA MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/130000/124800/124784/357586b6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1166.50" OriginalAmount="1154.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|2391035|Bed &amp; Breakfast" HotelName="Marriott Executive Apartments Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0f8617ce8709cd0e9c938559a95054e03fe6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1168.49" OriginalAmount="1156.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|2891071|Bed &amp; Breakfast" HotelName="Shaza Al Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1169.58" OriginalAmount="1158" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203613-18210037/8056196480782758460/350" HotelName="SOFITEL SHAHD AL MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4150000/4143500/4143410/a907ca47_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1171.60" OriginalAmount="1160" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80770-18181318/8056196480782758460/268" HotelName="INTERCONTINENTAL MADINAH - DAR AL IMAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2537900/2537849/w6605h4398x0y6-08a8d65c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1217.05" OriginalAmount="1205" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4823511" Longitude="9.2028803" StarRating="5" HotelCode="0|457754-21004073/8056196480782758460/5" HotelName="MILLENNIUM AL AQEEQ" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Via Ruggero Boscovich, 21 (Hotel Bolzano) ,Milan,  20124</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/8000000/7360000/7353600/7353509/c08749a6_b.jpg</HotelPictures>
        <HotelDescription>Set in a prime location of Milan, Hotel Bolzano puts everything the city has to offer just outside your doorstep. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. 24-hour room service, free Wi-Fi in all rooms, Wi-Fi in public areas, airport transfer, tours are there for guest`s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Enjoy the hotel`s recreational facilities, including garden, before retiring to your room for a well-deserved rest. For reliable service and professional staff, Hotel Bolzano caters to your needs. &lt;br /&gt;American Express, Visa, Euro/Mastercard, Carte Bleue, Diners Club, JCB, Maestro, Bankcard, CartaSi, Australian BankCard&lt;br /&gt;Guests over 3 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1260.28" OriginalAmount="1247.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669|Bed &amp; Breakfast" HotelName="Hilton Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1273.63" OriginalAmount="1261.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505|Bed &amp; Breakfast" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1287.69" OriginalAmount="1274.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300|Bed &amp; Breakfast" HotelName="Millennium Al Aqeeq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1293.81" OriginalAmount="1281" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80772-32393287/8056196480782758460/30" HotelName="MADINAH HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903600/903564/w3837h2789x3y3-6bedb427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1348.28" OriginalAmount="1334.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4887527" Longitude="39.5641065" StarRating="0" HotelCode="|178389" HotelName="Le Meridien Medina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road - Madinah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/9/178389_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1424.04" OriginalAmount="1409.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4653717" Longitude="39.6066073" StarRating="5" HotelCode="|160205" HotelName="Taiba Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Omar Ibn Al Khattab Road, P.O. Box 5300, 41422</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/0/2/0/5/160205_d8d1b381716.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has comfortable facilities. SITUATION: This hotel is near the city centre, is 20 minutes away from the airport excellent transport links to the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1475.61" OriginalAmount="1461" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|457742-32382165/8056196480782758460/9" HotelName="MILLENNIUM TAIBA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4310000/4308800/4308755/b3cdede8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1613.41" OriginalAmount="1597.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611|Bed &amp; Breakfast" HotelName="Millennium Taiba Hotel Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2016.97" OriginalAmount="1997.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|oberoi_2" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2024.59" OriginalAmount="2004.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4714864" Longitude="39.6114743" StarRating="5" HotelCode="|178384" HotelName="Dar Al Taqwa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>City Center</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/4/178384_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2104.40" OriginalAmount="2083.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144|Bed &amp; Breakfast" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2778.51" OriginalAmount="2751" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80765-27052523/8056196480782758460/223" HotelName="DAR AL TAQWA (CITY VIEW)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/8000000/7994200/7994117/8f004e17_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="3" HotelCode="835434|712570|Bed &amp; Breakfast" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46336551" Longitude="39.60535684" StarRating="3" HotelCode="776997|629992|Bed &amp; Breakfast" HotelName="Rawdah Al Mukhtara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ben Awaf Street, Northern Area Of Al 10, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629992/629992a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rawdaht Al.Mukhtara Hotel is a prestigious 2 Stars property that located in the hart of the Al.Madin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|629994|Bed &amp; Breakfast" HotelName="Al Mukhtara Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7365.39" OriginalAmount="7292.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535|Bed &amp; Breakfast" HotelName="Al Mukhtara Al Gharbi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Fax,Internet,Lounge,Telephone Service,Restaurant,Room Service,Spa,Conference Hall,Kitchen,Laundry,24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Meeting Room,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Jacuzzi,Central Heating,Designated Smoking Area</BasicAmenities>
    <HotelRating>4,3,5,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|RateHawkPrice|exception while supplier interation||RateHawk|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|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="de2c1a8c-92fe-4635-b361-00dfd96a79e9" TimeStamp="0001-01-01T00:00:00" HotelName="Al Mukhtara International Hotel" HotelCode="399895|1785248" StarRating="3" GTCityId="71497" CountryCode="SA" CityName="Madinah" CountryName="Saudi Arabia" Address="60th Road, King Fahad Road, North Central Area, Medina" PostCode="" PhoneNo="" FaxNo="" Email="" CheckInTime="" CheckOutTime="" Latitude="24.473399991589" Longitude="39.612075076177" SourceId="16" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Quadruple Room" RoomTypeCode="0|0|1046415495|1786008796023577B1758B0||no|1785248|16|MTUyLjQxfEdCUHwyMDI2LTA5LTAy" OriginalAmount="152" TotalPrice="153.93" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/08/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
Please note that during Ramadan, standard hotel check-in time is 18:00. Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Internet access|Fridge|Air conditioning (centrally regulated)|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-29T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="153.93" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, QUADRUPLE" RoomTypeCode="0|0|1172451605|1786008796046199B2129B0||no|1785248|16|MjEyLjk3fEdCUHwyMDI2LTA5LTAy" OriginalAmount="213" TotalPrice="215.10" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/08/2026"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property doesn&amp;#039;t offer after-hours check-in. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 4 people: 45.81 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 4 people: 66.84 USD (This amount is included within the total price). Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Internet access|Fridge|Air conditioning (centrally regulated)|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-29T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="215.10" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_r_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_008.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_r_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_009.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_r_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_006.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_r_004.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_005.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_005.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_004.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_007.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_007.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_006.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_r_005.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_009.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_008.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_010.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_005.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_012.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_004.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_011.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_004.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_007.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_006.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_013.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_018.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_010.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_016.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_017.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_004.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_014.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_015.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_011.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_012.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_013.jpg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel welcomes guests in Madinah.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;The wide range of services and facilities make the hotel the ideal starting point for business and relaxation. Wireless internet access allows guests to surf the internet and catch up on email.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning ensures that rooms maintain comfortable temperatures. Rooms include a double bed. Guests will also find a refrigerator included among the standard features. Equipped with a telephone and WiFi, the rooms provide many ways for guests to stay connected and entertained. Bathrooms are equipped with a shower. 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;It is possible to order breakfast.&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;Price of an additional breakfast: 25.00 SAR per person. Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;Meals may be limited during Ramadan.&lt;br /&gt;&lt;b&gt;Children And Information About Extra Beds: &lt;/b&gt;Breakfast available free of charge for children.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Couples checking into the same room must present a valid marriage certificate upon check-in. Otherwise, the property may reject the booking or request that a second room be booked.</HotelDescription><Facilities><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>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast Buffet</Description><Value>true</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|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="de2c1a8c-92fe-4635-b361-00dfd96a79e9">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-16T00:00:00" End="2026-09-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:d5587906-87cd-4c02-a621-4623afc00b83
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|DOTWSearch|Collection was modified; enumeration operation may not execute.|System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at HotelSources.DOTW.GetSearchRS(List`1 LstSearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\DOTW\DOTW.cs:line 626|DOTW|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:33:32.97874+01:00" Version="0" EchoToken="Search" TransactionIdentifier="de2c1a8c-92fe-4635-b361-00dfd96a79e9" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="224.48" OriginalAmount="222.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248|Bed &amp; Breakfast" HotelName="Al Mukhtara International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="240.38" OriginalAmount="238" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|457646-5345420/8056196480782758460/106" HotelName="AL MUKHTARA INTERNATIONAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/57bd2e8b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="240.78" OriginalAmount="238.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.488143" Longitude="39.616199" StarRating="0" HotelCode="|471533" HotelName="Zaha Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zur Al Ghafari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/3/3/471533_a451ea91956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="264.62" OriginalAmount="262.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|629988|Bed &amp; Breakfast" HotelName="Odst Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="393.63" OriginalAmount="389.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|613309|Bed &amp; Breakfast" HotelName="Saja Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="417.13" OriginalAmount="413" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.573" Longitude="-116.215" StarRating="4" HotelCode="0|503033-18213490/8056196480782758460/138" HotelName="SAJA BY WARWICK MADINAH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3300 SOUTH VISTA AVE, BOISE, 83705, ID, US	</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19720000/19710600/19710557/6810b09e_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   When you stay at The Boise Hotel and Conference Center in Boise, you'll be near the airport and close to Hillcrest Country Club and Boise State University. This hotel is within close proximity of Zoo Boise and Morrison-Knudsen Nature Center.   Rooms   Make yourself at home in one of the 195 air-conditioned guestrooms. Cable television is provided for your entertainment. Conveniences include desks and complimentary newspapers, as well as direct-dial phones with voice mail.   Rec, Spa, Premium Amenities   Enjoy recreational amenities such as an indoor pool and a fitness facility. Additional amenities include complimentary wireless Internet access and an arcade/game room.   Dining   Take advantage of the hotel's room service (during limited hours). Quench your thirst with your favorite drink at a bar/lounge.   Business, Other Amenities   Featured amenities include a business center, secretarial services, and complimentary newspapers in the lobby. Event facilities at this hotel consist of conference/meeting rooms, small meeting rooms, and banquet facilities. A roundtrip airport shuttle is provided at no charge.   Room Info:    Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      A pet fee will be charged per stay       The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Pets allowed   Check-in time starts at 3 PM  Check-out time is 11 AM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="440.83" OriginalAmount="436.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|008381" HotelName="Nusk Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="487.83" OriginalAmount="483" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|56710-18152794/8056196480782758460/283" HotelName="NEW MADINAH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/911500/911494/dcc50ed8_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="517.65" OriginalAmount="512.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Bed &amp; Breakfast" HotelName="Hotel Pullman ZamZam Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="550.45" OriginalAmount="545" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6533794" Longitude="-84.4470971" StarRating="5" HotelCode="0|305525-18163473/8056196480782758460/247" HotelName="PULLMAN ZAMZAM MADINA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1776 Harvard Avenue, College Park, GA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9100000/9093700/9093635/ae38d178_b.jpg</HotelPictures>
        <HotelDescription>Just minutes from the world's busiest airport, the Hotel Indigo® Atlanta Airport College Park hotel is nestled in an historic neighborhood with a thoughtful team ready to help you discover its charm. Our spacious guest rooms offer a chance to spread out
 after your journey, and our own Harvard &amp;amp;amp; Main restaurant serves specialties that couldnt be any more local. Ingredients come from our on-site herb garden. Similarly, our bar will spoil you with personal service and tasty cocktails. For meetings, we offer
 2800 square feet of available space, and for easy discovery of greater Atlanta, were also a quick walk to the citys train system, MARTA.
&lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 12:00&lt;br /&gt;Maximum child age: 19&lt;br /&gt; Hotel Indigo Atlanta Airport College Park welcomes your pets up to 75 Lbs to stay with us. Pets above 80 Lbs are not accepted. A non refundable fee for your pet of 25 dollar for the first night or 50 dollars for a multiple night stays is required.
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="561.56" OriginalAmount="556" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|305534-18202325/8056196480782758460/221" HotelName="EMAAR AL MEKTAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21060000/21058600/21058516/c5a8a4d6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="566.88" OriginalAmount="561.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|2367525|Bed &amp; Breakfast" HotelName="Nozol Al Shakreen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="574.32" OriginalAmount="568.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Bed &amp; Breakfast" HotelName="Elaf Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="578.73" OriginalAmount="573.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|majlis_grand_mercure_medina" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.75" OriginalAmount="575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|holiday_villa_madinah_2" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="582.77" OriginalAmount="577.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|al_muna_kareem_radisson_blu_hotel_al_madinah" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="613.07" OriginalAmount="607" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1384396-24030320/8056196480782758460/112" HotelName="EMAAR ROYAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1384396/202311281589181.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="634.58" OriginalAmount="628.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635|Bed &amp; Breakfast" HotelName="Royal Dyar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="637.31" OriginalAmount="631" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1438260-28681110/8056196480782758460/306" HotelName="WORTH PENINSULA MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/114000000/113780000/113778900/113778887/86b86d17_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="640.34" OriginalAmount="634" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4823-18180957/8056196480782758460/208" HotelName="ELAF TAIBA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3430000/3422500/3422415/d14076eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="655.95" OriginalAmount="649.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|CAS397300|Bed &amp; Breakfast" HotelName="Mövenpick Anwar Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="657.51" OriginalAmount="651" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1466322-32938583/8056196480782758460/99" HotelName="DIYAR AJWA, TAPESTRY COLLECTION BY HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121310000/121306700/121306618/w5757h3835x0y5-8e9276b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="664.16" OriginalAmount="657.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47395" Longitude="39.610224" StarRating="5" HotelCode="167775|1074158|Bed &amp; Breakfast" HotelName="Al Madina Harmony Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Sitteen Road, P.O. Box 4424, Northern District, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/394827/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys can be reached by lift. The hotel features various services and facilities, including a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="672.66" OriginalAmount="666" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|262212-18194765/8056196480782758460/210" HotelName="FRONTEL AL HARITHIA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33316300/33316243/981737c4_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="675.69" OriginalAmount="669" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|172104-18210048/8056196480782758460/179" HotelName="ANWAR AL MADINAH MOVENPICK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/ec191428_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="678.81" OriginalAmount="672.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4677128" Longitude="39.60459341" StarRating="4" HotelCode="357072|589337" HotelName="Golden Tulip AL Mektan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f1c5203a3bfec0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="715.08" OriginalAmount="708" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450425-32372448/8056196480782758460/60" HotelName="DOUBLETREE BY HILTON MADINAH GATE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120310000/120302900/120302839/49f6de84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1111.37" OriginalAmount="1100.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|150838|Bed &amp; Breakfast" HotelName="Madinah Mövenpick Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1122.11" OriginalAmount="1111" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1452584-32389624/8056196480782758460/155" HotelName="MAKAREM BURJ AL MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110620000/110617700/110617682/w6945h4628x0y0-9c2c3375_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1125.61" OriginalAmount="1114.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|318995|Bed &amp; Breakfast" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1139.85" OriginalAmount="1128.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|321559|Bed &amp; Breakfast" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1157.46" OriginalAmount="1146" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|78218-18198807/8056196480782758460/305" HotelName="INTERCONTINENTAL DAR AL HIJRA MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/130000/124800/124784/357586b6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1168.49" OriginalAmount="1156.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|2891071|Bed &amp; Breakfast" HotelName="Shaza Al Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1169.58" OriginalAmount="1158" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203613-18210037/8056196480782758460/350" HotelName="SOFITEL SHAHD AL MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4150000/4143500/4143410/a907ca47_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1171.60" OriginalAmount="1160" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80770-18181318/8056196480782758460/268" HotelName="INTERCONTINENTAL MADINAH - DAR AL IMAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2537900/2537849/w6605h4398x0y6-08a8d65c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1206.95" OriginalAmount="1195.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|marriott_executive_apartments_madinah" HotelName="Marriott Executive Apartments Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0f8617ce8709cd0e9c938559a95054e03fe6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1217.05" OriginalAmount="1205" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4823511" Longitude="9.2028803" StarRating="5" HotelCode="0|457754-21004073/8056196480782758460/5" HotelName="MILLENNIUM AL AQEEQ" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Via Ruggero Boscovich, 21 (Hotel Bolzano) ,Milan,  20124</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/8000000/7360000/7353600/7353509/c08749a6_b.jpg</HotelPictures>
        <HotelDescription>Set in a prime location of Milan, Hotel Bolzano puts everything the city has to offer just outside your doorstep. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. 24-hour room service, free Wi-Fi in all rooms, Wi-Fi in public areas, airport transfer, tours are there for guest`s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Enjoy the hotel`s recreational facilities, including garden, before retiring to your room for a well-deserved rest. For reliable service and professional staff, Hotel Bolzano caters to your needs. &lt;br /&gt;American Express, Visa, Euro/Mastercard, Carte Bleue, Diners Club, JCB, Maestro, Bankcard, CartaSi, Australian BankCard&lt;br /&gt;Guests over 3 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1260.28" OriginalAmount="1247.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669|Bed &amp; Breakfast" HotelName="Hilton Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1273.63" OriginalAmount="1261.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505|Bed &amp; Breakfast" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1287.69" OriginalAmount="1274.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300|Bed &amp; Breakfast" HotelName="Millennium Al Aqeeq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1293.81" OriginalAmount="1281" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80772-32393287/8056196480782758460/30" HotelName="MADINAH HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903600/903564/w3837h2789x3y3-6bedb427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1348.28" OriginalAmount="1334.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4887527" Longitude="39.5641065" StarRating="0" HotelCode="|178389" HotelName="Le Meridien Medina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road - Madinah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/9/178389_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1424.04" OriginalAmount="1409.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4653717" Longitude="39.6066073" StarRating="5" HotelCode="|160205" HotelName="Taiba Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Omar Ibn Al Khattab Road, P.O. Box 5300, 41422</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/0/2/0/5/160205_d8d1b381716.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has comfortable facilities. SITUATION: This hotel is near the city centre, is 20 minutes away from the airport excellent transport links to the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1475.61" OriginalAmount="1461" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|457742-32382165/8056196480782758460/9" HotelName="MILLENNIUM TAIBA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4310000/4308800/4308755/b3cdede8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1613.41" OriginalAmount="1597.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611|Bed &amp; Breakfast" HotelName="Millennium Taiba Hotel Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2016.97" OriginalAmount="1997.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|oberoi_2" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2024.59" OriginalAmount="2004.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4714864" Longitude="39.6114743" StarRating="5" HotelCode="|178384" HotelName="Dar Al Taqwa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>City Center</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/4/178384_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2104.40" OriginalAmount="2083.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144|Bed &amp; Breakfast" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2778.51" OriginalAmount="2751" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80765-27052523/8056196480782758460/223" HotelName="DAR AL TAQWA (CITY VIEW)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/8000000/7994200/7994117/8f004e17_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="3" HotelCode="835434|712570|Bed &amp; Breakfast" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46336551" Longitude="39.60535684" StarRating="3" HotelCode="776997|629992|Bed &amp; Breakfast" HotelName="Rawdah Al Mukhtara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ben Awaf Street, Northern Area Of Al 10, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629992/629992a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rawdaht Al.Mukhtara Hotel is a prestigious 2 Stars property that located in the hart of the Al.Madin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|629994|Bed &amp; Breakfast" HotelName="Al Mukhtara Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7365.39" OriginalAmount="7292.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535|Bed &amp; Breakfast" HotelName="Al Mukhtara Al Gharbi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Fax,Internet,Lounge,Telephone Service,Restaurant,Room Service,Spa,Conference Hall,Jacuzzi,Business Centre,Laundry,Meeting Room,24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Currency Exchange,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Kitchen,Central Heating,Designated Smoking Area</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0ef4ca4c-d117-4f80-bce8-6c67287328f7|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="0ef4ca4c-d117-4f80-bce8-6c67287328f7">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-16T00:00:00" End="2026-09-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0ef4ca4c-d117-4f80-bce8-6c67287328f7|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0ef4ca4c-d117-4f80-bce8-6c67287328f7|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:33:35.0236548+01:00" Version="0" EchoToken="Search" TransactionIdentifier="0ef4ca4c-d117-4f80-bce8-6c67287328f7" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="186.00" OriginalAmount="184.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248|Bed &amp; Breakfast" HotelName="Al Mukhtara International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="203.01" OriginalAmount="201.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="233.94" OriginalAmount="231.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|629988|Bed &amp; Breakfast" HotelName="Odst Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="233.94" OriginalAmount="231.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47329" Longitude="39.60898" StarRating="4" HotelCode="310083|629984|Bed &amp; Breakfast" HotelName="Zowar International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Central Area, P.O. 42311, Madina, Al Munnawarra?</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629984/629984a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="275.79" OriginalAmount="273.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|2292965|Bed &amp; Breakfast" HotelName="Nusk Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="278.04" OriginalAmount="275.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.550404312371" Longitude="39.718454923116" StarRating="5" HotelCode="757151|632746|Bed &amp; Breakfast" HotelName="Millennium Madinah Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="24 Hour Security,Air Conditioning,Banquet Hall,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Garden,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Prince Mohammed Bin Abdulaziz International Airport, Madinah 42342</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/46/ca467fdd8197c82573cd3d6f40f0490102192c6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A newly built Millennium Madinah Airport boasts 227 comfortable guest rooms &amp; suites across six floo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="287.96" OriginalAmount="285.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|613309|Bed &amp; Breakfast" HotelName="Saja Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="302.57" OriginalAmount="299.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471382519462" Longitude="39.612612187647" StarRating="4" HotelCode="236168|2520835|Bed &amp; Breakfast" HotelName="Golden Tulip Al Zahabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/12/5512363ab285c5a263cefbee18608b2561c00e72.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="307.53" OriginalAmount="304.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|35724|Bed &amp; Breakfast" HotelName="Madinah Mövenpick Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="312.99" OriginalAmount="309.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48954135" Longitude="39.56409616" StarRating="5" HotelCode="80156|1622948|Bed &amp; Breakfast" HotelName="Le Meridien Medina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road, PO Box 1735, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/24/c224bf893b45e94d60fa8c053abc791397270039.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="331.81" OriginalAmount="328.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Bed &amp; Breakfast" HotelName="Hotel Pullman ZamZam Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="333.00" OriginalAmount="329.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505|Bed &amp; Breakfast" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="344.94" OriginalAmount="341.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|2367525|Bed &amp; Breakfast" HotelName="Nozol Al Shakreen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="352.27" OriginalAmount="348.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463882" Longitude="39.610066" StarRating="4" HotelCode="207932|1514050|Bed &amp; Breakfast" HotelName="Crowne Plaza Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street Between 1st Ring Road, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/3f/c73fb6cb9ae21983ccdf719e941356fedbe0260c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="377.38" OriginalAmount="373.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611|Bed &amp; Breakfast" HotelName="Millennium Taiba Hotel Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="382.76" OriginalAmount="378.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355|Bed &amp; Breakfast" HotelName="Tulip Inn Al Dar Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="390.72" OriginalAmount="386.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47282562" Longitude="39.60682845" StarRating="4" HotelCode="351867|2347035|Bed &amp; Breakfast" HotelName="Al Eiman Taibah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central North, Al Madinah 55555</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/e4/a6e4a7f0e1fd1a66379ccac29b36f70b092bf2c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of facilities and services to ensure a comfortable stay. Individual storeys...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="401.92" OriginalAmount="397.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|1658548|Bed &amp; Breakfast" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="414.10" OriginalAmount="410.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|marriott_executive_apartments_madinah" HotelName="Marriott Executive Apartments Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0f8617ce8709cd0e9c938559a95054e03fe6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="429.28" OriginalAmount="425.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300|Bed &amp; Breakfast" HotelName="Millennium Al Aqeeq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="450.46" OriginalAmount="446.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|intercontinental_dar_al_hijra_madinah" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="456.77" OriginalAmount="452.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635|Bed &amp; Breakfast" HotelName="Royal Dyar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="482.38" OriginalAmount="477.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|2346695|Bed &amp; Breakfast" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="484.82" OriginalAmount="480.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|1520156|Bed &amp; Breakfast" HotelName="Mövenpick Anwar Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="502.98" OriginalAmount="498.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|majlis_grand_mercure_medina" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="504.21" OriginalAmount="499.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47395" Longitude="39.610224" StarRating="5" HotelCode="167775|1074158|Bed &amp; Breakfast" HotelName="Al Madina Harmony Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Sitteen Road, P.O. Box 4424, Northern District, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/394827/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys can be reached by lift. The hotel features various services and facilities, including a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="507.12" OriginalAmount="502.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Bed &amp; Breakfast" HotelName="Elaf Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="555.45" OriginalAmount="549.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669|Bed &amp; Breakfast" HotelName="Hilton Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="581.08" OriginalAmount="575.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|2891071|Bed &amp; Breakfast" HotelName="Shaza Al Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="620.10" OriginalAmount="613.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144|Bed &amp; Breakfast" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="667.66" OriginalAmount="661.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|22004|Bed &amp; Breakfast" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="766.74" OriginalAmount="759.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|1710634|Bed &amp; Breakfast" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6406.28" OriginalAmount="6342.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535|Bed &amp; Breakfast" HotelName="Al Mukhtara Al Gharbi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="3" HotelCode="835434|712570|Bed &amp; Breakfast" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46336551" Longitude="39.60535684" StarRating="3" HotelCode="776997|629992|Bed &amp; Breakfast" HotelName="Rawdah Al Mukhtara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ben Awaf Street, Northern Area Of Al 10, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629992/629992a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rawdaht Al.Mukhtara Hotel is a prestigious 2 Stars property that located in the hart of the Al.Madin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|629994|Bed &amp; Breakfast" HotelName="Al Mukhtara Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service,Jacuzzi,24 Hour Security,Banquet Hall,Business Centre,Currency Exchange,Designated Smoking Area,Dining,Garden,Laundry,Meeting Room,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Airport Transfer (on Demand),Kitchen,Central Heating</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0ef4ca4c-d117-4f80-bce8-6c67287328f7|RateHawkPrice|exception while supplier interation||RateHawk|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0ef4ca4c-d117-4f80-bce8-6c67287328f7|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="0ef4ca4c-d117-4f80-bce8-6c67287328f7" TimeStamp="0001-01-01T00:00:00" HotelName="Al Mukhtara International Hotel" HotelCode="399895|1785248" StarRating="3" GTCityId="71497" CountryCode="SA" CityName="Madinah" CountryName="Saudi Arabia" Address="60th Road, King Fahad Road, North Central Area, Medina" PostCode="" PhoneNo="" FaxNo="" Email="" CheckInTime="" CheckOutTime="" Latitude="24.473399991589" Longitude="39.612075076177" SourceId="16" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Double Room" RoomTypeCode="0|0|1046415285|1786008819002697B1758B0||no|1785248|16|MTQ2LjA2fEdCUHwyMDI2LTA5LTAy" OriginalAmount="146" TotalPrice="147.52" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/08/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
Please note that during Ramadan, standard hotel check-in time is 18:00. Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Internet access|Fridge|Air conditioning (centrally regulated)|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-29T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="147.52" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Triple Room" RoomTypeCode="0|0|1046415405|1786008819002697B1758B2||no|1785248|16|MTQ5LjIzfEdCUHwyMDI2LTA5LTAy" OriginalAmount="149" TotalPrice="150.72" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/08/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
Please note that during Ramadan, standard hotel check-in time is 18:00. Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Internet access|Fridge|Air conditioning (centrally regulated)|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-29T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="150.72" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Quadruple Room" RoomTypeCode="0|0|1046415495|1786008819002697B1758B4||no|1785248|16|MTUyLjQxfEdCUHwyMDI2LTA5LTAy" OriginalAmount="152" TotalPrice="153.93" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/08/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
Please note that during Ramadan, standard hotel check-in time is 18:00. Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Internet access|Fridge|Air conditioning (centrally regulated)|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-29T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="153.93" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, DOUBLE BED" RoomTypeCode="0|0|1172451585|1786008819024922B2129B8||no|1785248|16|MjAzLjcxfEdCUHwyMDI2LTA5LTAy" OriginalAmount="204" TotalPrice="205.75" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/08/2026"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property doesn&amp;#039;t offer after-hours check-in. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 43.83 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 2 people: 55.29 USD (This amount is included within the total price). Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Internet access|Fridge|Air conditioning (centrally regulated)|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-29T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="205.75" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, TRIPLE" RoomTypeCode="0|0|1172451595|1786008819024922B2129B4||no|1785248|16|MjA4LjM0fEdCUHwyMDI2LTA5LTAy" OriginalAmount="208" TotalPrice="210.42" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/08/2026"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property doesn&amp;#039;t offer after-hours check-in. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 44.82 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 2 people: 61.05 USD (This amount is included within the total price). Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Internet access|Fridge|Air conditioning (centrally regulated)|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-29T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="210.42" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, QUADRUPLE" RoomTypeCode="0|0|1172451605|1786008819024922B2129B0||no|1785248|16|MjEyLjk3fEdCUHwyMDI2LTA5LTAy" OriginalAmount="213" TotalPrice="215.10" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/08/2026"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property doesn&amp;#039;t offer after-hours check-in. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 2 people: 45.81 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 2 people: 66.84 USD (This amount is included within the total price). Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Internet access|Fridge|Air conditioning (centrally regulated)|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-29T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="215.10" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_r_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_008.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_r_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_009.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_r_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_006.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_r_004.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_005.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_005.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_004.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_007.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_007.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_006.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_r_005.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_009.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_008.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_010.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_005.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_012.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_004.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_011.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_004.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_007.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_006.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_013.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_018.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_010.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_016.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_017.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_004.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_014.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_015.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_011.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_012.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_013.jpg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel welcomes guests in Madinah.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;The wide range of services and facilities make the hotel the ideal starting point for business and relaxation. Wireless internet access allows guests to surf the internet and catch up on email.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning ensures that rooms maintain comfortable temperatures. Rooms include a double bed. Guests will also find a refrigerator included among the standard features. Equipped with a telephone and WiFi, the rooms provide many ways for guests to stay connected and entertained. Bathrooms are equipped with a shower. 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;It is possible to order breakfast.&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;Price of an additional breakfast: 25.00 SAR per person. Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;Meals may be limited during Ramadan.&lt;br /&gt;&lt;b&gt;Children And Information About Extra Beds: &lt;/b&gt;Breakfast available free of charge for children.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Couples checking into the same room must present a valid marriage certificate upon check-in. Otherwise, the property may reject the booking or request that a second room be booked.</HotelDescription><Facilities><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>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast Buffet</Description><Value>true</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|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="de2c1a8c-92fe-4635-b361-00dfd96a79e9">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-16T00:00:00" End="2026-09-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:d5587906-87cd-4c02-a621-4623afc00b83
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:34:01.5384194+01:00" Version="0" EchoToken="Search" TransactionIdentifier="de2c1a8c-92fe-4635-b361-00dfd96a79e9" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="224.48" OriginalAmount="222.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248|Bed &amp; Breakfast" HotelName="Al Mukhtara International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="240.38" OriginalAmount="238" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|457646-5345420/8056196480782758460/106" HotelName="AL MUKHTARA INTERNATIONAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/57bd2e8b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="240.78" OriginalAmount="238.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.488143" Longitude="39.616199" StarRating="0" HotelCode="|471533" HotelName="Zaha Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zur Al Ghafari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/3/3/471533_a451ea91956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="264.62" OriginalAmount="262.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|629988|Bed &amp; Breakfast" HotelName="Odst Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="393.63" OriginalAmount="389.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|613309|Bed &amp; Breakfast" HotelName="Saja Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="417.13" OriginalAmount="413" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.573" Longitude="-116.215" StarRating="4" HotelCode="0|503033-18213490/8056196480782758460/138" HotelName="SAJA BY WARWICK MADINAH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3300 SOUTH VISTA AVE, BOISE, 83705, ID, US	</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19720000/19710600/19710557/6810b09e_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   When you stay at The Boise Hotel and Conference Center in Boise, you'll be near the airport and close to Hillcrest Country Club and Boise State University. This hotel is within close proximity of Zoo Boise and Morrison-Knudsen Nature Center.   Rooms   Make yourself at home in one of the 195 air-conditioned guestrooms. Cable television is provided for your entertainment. Conveniences include desks and complimentary newspapers, as well as direct-dial phones with voice mail.   Rec, Spa, Premium Amenities   Enjoy recreational amenities such as an indoor pool and a fitness facility. Additional amenities include complimentary wireless Internet access and an arcade/game room.   Dining   Take advantage of the hotel's room service (during limited hours). Quench your thirst with your favorite drink at a bar/lounge.   Business, Other Amenities   Featured amenities include a business center, secretarial services, and complimentary newspapers in the lobby. Event facilities at this hotel consist of conference/meeting rooms, small meeting rooms, and banquet facilities. A roundtrip airport shuttle is provided at no charge.   Room Info:    Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      A pet fee will be charged per stay       The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Pets allowed   Check-in time starts at 3 PM  Check-out time is 11 AM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="440.83" OriginalAmount="436.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|008381" HotelName="Nusk Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="487.83" OriginalAmount="483" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|56710-18152794/8056196480782758460/283" HotelName="NEW MADINAH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/911500/911494/dcc50ed8_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="510.37" OriginalAmount="505.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355|Bed &amp; Breakfast" HotelName="Tulip Inn Al Dar Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="517.65" OriginalAmount="512.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Bed &amp; Breakfast" HotelName="Hotel Pullman ZamZam Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="550.45" OriginalAmount="545" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6533794" Longitude="-84.4470971" StarRating="5" HotelCode="0|305525-18163473/8056196480782758460/247" HotelName="PULLMAN ZAMZAM MADINA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1776 Harvard Avenue, College Park, GA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9100000/9093700/9093635/ae38d178_b.jpg</HotelPictures>
        <HotelDescription>Just minutes from the world's busiest airport, the Hotel Indigo® Atlanta Airport College Park hotel is nestled in an historic neighborhood with a thoughtful team ready to help you discover its charm. Our spacious guest rooms offer a chance to spread out
 after your journey, and our own Harvard &amp;amp;amp; Main restaurant serves specialties that couldnt be any more local. Ingredients come from our on-site herb garden. Similarly, our bar will spoil you with personal service and tasty cocktails. For meetings, we offer
 2800 square feet of available space, and for easy discovery of greater Atlanta, were also a quick walk to the citys train system, MARTA.
&lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 12:00&lt;br /&gt;Maximum child age: 19&lt;br /&gt; Hotel Indigo Atlanta Airport College Park welcomes your pets up to 75 Lbs to stay with us. Pets above 80 Lbs are not accepted. A non refundable fee for your pet of 25 dollar for the first night or 50 dollars for a multiple night stays is required.
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="561.56" OriginalAmount="556" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|305534-18202325/8056196480782758460/221" HotelName="EMAAR AL MEKTAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21060000/21058600/21058516/c5a8a4d6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="566.88" OriginalAmount="561.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|2367525|Bed &amp; Breakfast" HotelName="Nozol Al Shakreen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="574.32" OriginalAmount="568.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Bed &amp; Breakfast" HotelName="Elaf Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="578.73" OriginalAmount="573.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|majlis_grand_mercure_medina" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.75" OriginalAmount="575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|holiday_villa_madinah_2" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="582.77" OriginalAmount="577.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|al_muna_kareem_radisson_blu_hotel_al_madinah" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="613.07" OriginalAmount="607" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1384396-24030320/8056196480782758460/112" HotelName="EMAAR ROYAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1384396/202311281589181.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="634.58" OriginalAmount="628.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635|Bed &amp; Breakfast" HotelName="Royal Dyar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="637.31" OriginalAmount="631" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1438260-28681110/8056196480782758460/306" HotelName="WORTH PENINSULA MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/114000000/113780000/113778900/113778887/86b86d17_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="640.34" OriginalAmount="634" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4823-18180957/8056196480782758460/208" HotelName="ELAF TAIBA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3430000/3422500/3422415/d14076eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="655.95" OriginalAmount="649.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|CAS397300|Bed &amp; Breakfast" HotelName="Mövenpick Anwar Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="657.51" OriginalAmount="651" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1466322-32938583/8056196480782758460/99" HotelName="DIYAR AJWA, TAPESTRY COLLECTION BY HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121310000/121306700/121306618/w5757h3835x0y5-8e9276b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="664.16" OriginalAmount="657.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47395" Longitude="39.610224" StarRating="5" HotelCode="167775|1074158|Bed &amp; Breakfast" HotelName="Al Madina Harmony Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Sitteen Road, P.O. Box 4424, Northern District, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/394827/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys can be reached by lift. The hotel features various services and facilities, including a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="672.66" OriginalAmount="666" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|262212-18194765/8056196480782758460/210" HotelName="FRONTEL AL HARITHIA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33316300/33316243/981737c4_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="675.69" OriginalAmount="669" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|172104-18210048/8056196480782758460/179" HotelName="ANWAR AL MADINAH MOVENPICK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/ec191428_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="678.81" OriginalAmount="672.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4677128" Longitude="39.60459341" StarRating="4" HotelCode="357072|589337" HotelName="Golden Tulip AL Mektan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f1c5203a3bfec0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="715.08" OriginalAmount="708" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450425-32372448/8056196480782758460/60" HotelName="DOUBLETREE BY HILTON MADINAH GATE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120310000/120302900/120302839/49f6de84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1111.37" OriginalAmount="1100.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|150838|Bed &amp; Breakfast" HotelName="Madinah Mövenpick Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1122.11" OriginalAmount="1111" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1452584-32389624/8056196480782758460/155" HotelName="MAKAREM BURJ AL MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110620000/110617700/110617682/w6945h4628x0y0-9c2c3375_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1125.61" OriginalAmount="1114.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|318995|Bed &amp; Breakfast" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1139.85" OriginalAmount="1128.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|321559|Bed &amp; Breakfast" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1157.46" OriginalAmount="1146" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|78218-18198807/8056196480782758460/305" HotelName="INTERCONTINENTAL DAR AL HIJRA MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/130000/124800/124784/357586b6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1166.50" OriginalAmount="1154.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|2391035|Bed &amp; Breakfast" HotelName="Marriott Executive Apartments Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0f8617ce8709cd0e9c938559a95054e03fe6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1168.49" OriginalAmount="1156.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|2891071|Bed &amp; Breakfast" HotelName="Shaza Al Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1169.58" OriginalAmount="1158" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203613-18210037/8056196480782758460/350" HotelName="SOFITEL SHAHD AL MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4150000/4143500/4143410/a907ca47_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1171.60" OriginalAmount="1160" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80770-18181318/8056196480782758460/268" HotelName="INTERCONTINENTAL MADINAH - DAR AL IMAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2537900/2537849/w6605h4398x0y6-08a8d65c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1217.05" OriginalAmount="1205" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4823511" Longitude="9.2028803" StarRating="5" HotelCode="0|457754-21004073/8056196480782758460/5" HotelName="MILLENNIUM AL AQEEQ" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Via Ruggero Boscovich, 21 (Hotel Bolzano) ,Milan,  20124</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/8000000/7360000/7353600/7353509/c08749a6_b.jpg</HotelPictures>
        <HotelDescription>Set in a prime location of Milan, Hotel Bolzano puts everything the city has to offer just outside your doorstep. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. 24-hour room service, free Wi-Fi in all rooms, Wi-Fi in public areas, airport transfer, tours are there for guest`s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Enjoy the hotel`s recreational facilities, including garden, before retiring to your room for a well-deserved rest. For reliable service and professional staff, Hotel Bolzano caters to your needs. &lt;br /&gt;American Express, Visa, Euro/Mastercard, Carte Bleue, Diners Club, JCB, Maestro, Bankcard, CartaSi, Australian BankCard&lt;br /&gt;Guests over 3 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1260.28" OriginalAmount="1247.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669|Bed &amp; Breakfast" HotelName="Hilton Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1273.63" OriginalAmount="1261.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505|Bed &amp; Breakfast" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1287.69" OriginalAmount="1274.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300|Bed &amp; Breakfast" HotelName="Millennium Al Aqeeq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1293.81" OriginalAmount="1281" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80772-32393287/8056196480782758460/30" HotelName="MADINAH HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903600/903564/w3837h2789x3y3-6bedb427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1348.28" OriginalAmount="1334.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4887527" Longitude="39.5641065" StarRating="0" HotelCode="|178389" HotelName="Le Meridien Medina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road - Madinah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/9/178389_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1424.04" OriginalAmount="1409.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4653717" Longitude="39.6066073" StarRating="5" HotelCode="|160205" HotelName="Taiba Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Omar Ibn Al Khattab Road, P.O. Box 5300, 41422</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/0/2/0/5/160205_d8d1b381716.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has comfortable facilities. SITUATION: This hotel is near the city centre, is 20 minutes away from the airport excellent transport links to the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1475.61" OriginalAmount="1461" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|457742-32382165/8056196480782758460/9" HotelName="MILLENNIUM TAIBA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4310000/4308800/4308755/b3cdede8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1613.41" OriginalAmount="1597.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611|Bed &amp; Breakfast" HotelName="Millennium Taiba Hotel Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2016.97" OriginalAmount="1997.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|oberoi_2" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2024.59" OriginalAmount="2004.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4714864" Longitude="39.6114743" StarRating="5" HotelCode="|178384" HotelName="Dar Al Taqwa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>City Center</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/4/178384_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2104.40" OriginalAmount="2083.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144|Bed &amp; Breakfast" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2778.51" OriginalAmount="2751" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80765-27052523/8056196480782758460/223" HotelName="DAR AL TAQWA (CITY VIEW)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/8000000/7994200/7994117/8f004e17_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="3" HotelCode="835434|712570|Bed &amp; Breakfast" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46336551" Longitude="39.60535684" StarRating="3" HotelCode="776997|629992|Bed &amp; Breakfast" HotelName="Rawdah Al Mukhtara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ben Awaf Street, Northern Area Of Al 10, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629992/629992a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rawdaht Al.Mukhtara Hotel is a prestigious 2 Stars property that located in the hart of the Al.Madin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|629994|Bed &amp; Breakfast" HotelName="Al Mukhtara Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7365.39" OriginalAmount="7292.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535|Bed &amp; Breakfast" HotelName="Al Mukhtara Al Gharbi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service,Jacuzzi,Business Centre,Laundry,Meeting Room,24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Currency Exchange,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Kitchen,Central Heating,Designated Smoking Area</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|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="de2c1a8c-92fe-4635-b361-00dfd96a79e9">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-16T00:00:00" End="2026-09-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="0|457646-5345420/8056196480782758460/106" SourceId="83" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|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="de2c1a8c-92fe-4635-b361-00dfd96a79e9" TimeStamp="0001-01-01T00:00:00" HotelName="AL MUKHTARA INTERNATIONAL" HotelCode="|457646" StarRating="4" GTCityId="0" CityName="Madinah" CountryName="Saudi Arabia" Address="N. Central area 60th Rd-King Fahad Rd N. Central area 60th Rd-King Fahad Rd 20012 Medina  Saudi Arabia" PhoneNo="00966 14 8290701" FaxNo="" SourceId="83" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Quadruple room" RoomTypeCode="5345420/8056196480782758460/106|83|MTYzfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="163" TotalPrice="164.63" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>&amp;lt;BR /&amp;gt;ONLY MUSLIMS ARE ALLOWED TO ENTER THE HOLY CITIES OF MECCA AND MEDINA&amp;lt;BR /&amp;gt;IF YOU FAIL TO CHECK-IN FOR THIS RESERVATION, OR IF YOU CANCEL OR CHANGE THIS RESERVATION AFTER CXL DEADLINE, YOU MAY INCUR PENALTY CHARGES AT THE DISCRETION OF THE HOTEL OF UP TO 100% OF THE BOOKING VALUE, UNLESS OTHERWISE STATED.&amp;lt;BR /&amp;gt;CXL charges apply as follows: STARTING 02/09/2026 CXL-PENALTY FEE IS 34.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-29T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/57bd2e8b_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/7feb360a_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/5681cff1_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/78cc657d_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/f3a7c3c6_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/2df55c71_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/87760506_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/51eca253_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/090b4d88_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/9b3d843b_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/97f2ddbe_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/2fe45a70_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/c6514962_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/16883501_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/86e70991_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/a445fc55_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/ee5c7cb0_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/a58ba19a_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/27704e26_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/58ce4444_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/716eaf88_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/f44ae9e6_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/4acb6983_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/66627922_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/256d7ac1_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/2738b321_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/33a507e4_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/51e0bab6_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/fdb520e9_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/67e3a3ce_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/bd5d6bc0_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/4d65f28c_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/b3a3fff4_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/17712b0e_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/251af701_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/w860h644x4y0-c41d41ee_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/a97aeb91_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/26a35dcb_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/26ce241d_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/e12a92f3_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/e56bddcd_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/76fd8e15_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/a06d38c2_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/e7b5ef95_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/b8921510_b.jpg" /></Images><HotelAmenities>Air Conditioning&lt;BR /&gt;Elevator&lt;BR /&gt;Restaurant&lt;BR /&gt;Telephone&lt;BR /&gt;TV&lt;BR /&gt;Wireless internet&lt;BR /&gt;24hr reception&lt;BR /&gt;Car parking (chargeable)&lt;BR /&gt;Café</HotelAmenities><HotelDescription>Located in Medina, Al Mokhtara International Hotel is minutes from Prophet's Mosque and close to Bin Dawood.  This hotel is within close proximity of Baqi Cemetery and Al Noor Mall.Rooms  Make yourself at home in one of the 406 air-conditioned rooms featuring refrigerators. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Bathrooms with showers are provided. Conveniences include phones, and housekeeping is provided daily.Dining  You can enjoy a meal at a restaurant serving the guests of Al Mokhtara International Hotel, or find a snack in a coffee shop/café.Business, Other Amenities  Featured amenities include express check-in and a 24-hour front desk.</HotelDescription><Facilities><HotelFacilities><Type>Facilities</Type><Description>Air Conditioning&lt;BR /&gt;Elevator&lt;BR /&gt;Restaurant&lt;BR /&gt;Telephone&lt;BR /&gt;TV&lt;BR /&gt;Wireless internet&lt;BR /&gt;24hr reception&lt;BR /&gt;Car parking (chargeable)&lt;BR /&gt;Café</Description></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|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="de2c1a8c-92fe-4635-b361-00dfd96a79e9">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-16T00:00:00" End="2026-09-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|DOTWSearch|Collection was modified; enumeration operation may not execute.|System.InvalidOperationException: Collection was modified; enumeration operation may not execute.
   at System.ThrowHelper.ThrowInvalidOperationException(ExceptionResource resource)
   at System.Collections.Generic.List`1.Enumerator.MoveNextRare()
   at System.Linq.Enumerable.Any[TSource](IEnumerable`1 source, Func`2 predicate)
   at HotelSources.DOTW.GetSearchRS(List`1 LstSearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\DOTW\DOTW.cs:line 626|DOTW|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:34:12.6406125+01:00" Version="0" EchoToken="Search" TransactionIdentifier="de2c1a8c-92fe-4635-b361-00dfd96a79e9" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="83" TotalAmount="240.38" OriginalAmount="238" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|457646-5345420/8056196480782758460/106" HotelName="AL MUKHTARA INTERNATIONAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/57bd2e8b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="240.78" OriginalAmount="238.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.488143" Longitude="39.616199" StarRating="0" HotelCode="|471533" HotelName="Zaha Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zur Al Ghafari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/3/3/471533_a451ea91956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="264.62" OriginalAmount="262.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|629988|Bed &amp; Breakfast" HotelName="Odst Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="393.63" OriginalAmount="389.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|613309|Bed &amp; Breakfast" HotelName="Saja Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="417.13" OriginalAmount="413" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.573" Longitude="-116.215" StarRating="4" HotelCode="0|503033-18213490/8056196480782758460/138" HotelName="SAJA BY WARWICK MADINAH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3300 SOUTH VISTA AVE, BOISE, 83705, ID, US	</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19720000/19710600/19710557/6810b09e_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   When you stay at The Boise Hotel and Conference Center in Boise, you'll be near the airport and close to Hillcrest Country Club and Boise State University. This hotel is within close proximity of Zoo Boise and Morrison-Knudsen Nature Center.   Rooms   Make yourself at home in one of the 195 air-conditioned guestrooms. Cable television is provided for your entertainment. Conveniences include desks and complimentary newspapers, as well as direct-dial phones with voice mail.   Rec, Spa, Premium Amenities   Enjoy recreational amenities such as an indoor pool and a fitness facility. Additional amenities include complimentary wireless Internet access and an arcade/game room.   Dining   Take advantage of the hotel's room service (during limited hours). Quench your thirst with your favorite drink at a bar/lounge.   Business, Other Amenities   Featured amenities include a business center, secretarial services, and complimentary newspapers in the lobby. Event facilities at this hotel consist of conference/meeting rooms, small meeting rooms, and banquet facilities. A roundtrip airport shuttle is provided at no charge.   Room Info:    Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      A pet fee will be charged per stay       The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Pets allowed   Check-in time starts at 3 PM  Check-out time is 11 AM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="440.83" OriginalAmount="436.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|008381" HotelName="Nusk Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="487.83" OriginalAmount="483" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|56710-18152794/8056196480782758460/283" HotelName="NEW MADINAH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/911500/911494/dcc50ed8_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="517.65" OriginalAmount="512.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Bed &amp; Breakfast" HotelName="Hotel Pullman ZamZam Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="550.45" OriginalAmount="545" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6533794" Longitude="-84.4470971" StarRating="5" HotelCode="0|305525-18163473/8056196480782758460/247" HotelName="PULLMAN ZAMZAM MADINA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1776 Harvard Avenue, College Park, GA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9100000/9093700/9093635/ae38d178_b.jpg</HotelPictures>
        <HotelDescription>Just minutes from the world's busiest airport, the Hotel Indigo® Atlanta Airport College Park hotel is nestled in an historic neighborhood with a thoughtful team ready to help you discover its charm. Our spacious guest rooms offer a chance to spread out
 after your journey, and our own Harvard &amp;amp;amp; Main restaurant serves specialties that couldnt be any more local. Ingredients come from our on-site herb garden. Similarly, our bar will spoil you with personal service and tasty cocktails. For meetings, we offer
 2800 square feet of available space, and for easy discovery of greater Atlanta, were also a quick walk to the citys train system, MARTA.
&lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 12:00&lt;br /&gt;Maximum child age: 19&lt;br /&gt; Hotel Indigo Atlanta Airport College Park welcomes your pets up to 75 Lbs to stay with us. Pets above 80 Lbs are not accepted. A non refundable fee for your pet of 25 dollar for the first night or 50 dollars for a multiple night stays is required.
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="561.56" OriginalAmount="556" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|305534-18202325/8056196480782758460/221" HotelName="EMAAR AL MEKTAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21060000/21058600/21058516/c5a8a4d6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="574.32" OriginalAmount="568.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Bed &amp; Breakfast" HotelName="Elaf Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="578.73" OriginalAmount="573.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|majlis_grand_mercure_medina" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.75" OriginalAmount="575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|holiday_villa_madinah_2" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="582.77" OriginalAmount="577.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|al_muna_kareem_radisson_blu_hotel_al_madinah" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="613.07" OriginalAmount="607" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1384396-24030320/8056196480782758460/112" HotelName="EMAAR ROYAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1384396/202311281589181.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="637.31" OriginalAmount="631" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1438260-28681110/8056196480782758460/306" HotelName="WORTH PENINSULA MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/114000000/113780000/113778900/113778887/86b86d17_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="640.34" OriginalAmount="634" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4823-18180957/8056196480782758460/208" HotelName="ELAF TAIBA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3430000/3422500/3422415/d14076eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="655.95" OriginalAmount="649.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|CAS397300|Bed &amp; Breakfast" HotelName="Mövenpick Anwar Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="657.51" OriginalAmount="651" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1466322-32938583/8056196480782758460/99" HotelName="DIYAR AJWA, TAPESTRY COLLECTION BY HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121310000/121306700/121306618/w5757h3835x0y5-8e9276b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="672.66" OriginalAmount="666" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|262212-18194765/8056196480782758460/210" HotelName="FRONTEL AL HARITHIA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33316300/33316243/981737c4_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="675.69" OriginalAmount="669" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|172104-18210048/8056196480782758460/179" HotelName="ANWAR AL MADINAH MOVENPICK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/ec191428_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="678.81" OriginalAmount="672.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4677128" Longitude="39.60459341" StarRating="4" HotelCode="357072|589337" HotelName="Golden Tulip AL Mektan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f1c5203a3bfec0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="715.08" OriginalAmount="708" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450425-32372448/8056196480782758460/60" HotelName="DOUBLETREE BY HILTON MADINAH GATE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120310000/120302900/120302839/49f6de84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1111.37" OriginalAmount="1100.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|150838|Bed &amp; Breakfast" HotelName="Madinah Mövenpick Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1122.11" OriginalAmount="1111" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1452584-32389624/8056196480782758460/155" HotelName="MAKAREM BURJ AL MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110620000/110617700/110617682/w6945h4628x0y0-9c2c3375_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1125.61" OriginalAmount="1114.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|318995|Bed &amp; Breakfast" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1139.85" OriginalAmount="1128.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|321559|Bed &amp; Breakfast" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1157.46" OriginalAmount="1146" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|78218-18198807/8056196480782758460/305" HotelName="INTERCONTINENTAL DAR AL HIJRA MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/130000/124800/124784/357586b6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1168.49" OriginalAmount="1156.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|2891071|Bed &amp; Breakfast" HotelName="Shaza Al Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1169.58" OriginalAmount="1158" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203613-18210037/8056196480782758460/350" HotelName="SOFITEL SHAHD AL MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4150000/4143500/4143410/a907ca47_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1171.60" OriginalAmount="1160" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80770-18181318/8056196480782758460/268" HotelName="INTERCONTINENTAL MADINAH - DAR AL IMAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2537900/2537849/w6605h4398x0y6-08a8d65c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="1206.95" OriginalAmount="1195.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|marriott_executive_apartments_madinah" HotelName="Marriott Executive Apartments Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0f8617ce8709cd0e9c938559a95054e03fe6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1217.05" OriginalAmount="1205" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4823511" Longitude="9.2028803" StarRating="5" HotelCode="0|457754-21004073/8056196480782758460/5" HotelName="MILLENNIUM AL AQEEQ" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Via Ruggero Boscovich, 21 (Hotel Bolzano) ,Milan,  20124</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/8000000/7360000/7353600/7353509/c08749a6_b.jpg</HotelPictures>
        <HotelDescription>Set in a prime location of Milan, Hotel Bolzano puts everything the city has to offer just outside your doorstep. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. 24-hour room service, free Wi-Fi in all rooms, Wi-Fi in public areas, airport transfer, tours are there for guest`s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Enjoy the hotel`s recreational facilities, including garden, before retiring to your room for a well-deserved rest. For reliable service and professional staff, Hotel Bolzano caters to your needs. &lt;br /&gt;American Express, Visa, Euro/Mastercard, Carte Bleue, Diners Club, JCB, Maestro, Bankcard, CartaSi, Australian BankCard&lt;br /&gt;Guests over 3 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1260.28" OriginalAmount="1247.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669|Bed &amp; Breakfast" HotelName="Hilton Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1287.69" OriginalAmount="1274.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300|Bed &amp; Breakfast" HotelName="Millennium Al Aqeeq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1293.81" OriginalAmount="1281" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80772-32393287/8056196480782758460/30" HotelName="MADINAH HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903600/903564/w3837h2789x3y3-6bedb427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1348.28" OriginalAmount="1334.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4887527" Longitude="39.5641065" StarRating="0" HotelCode="|178389" HotelName="Le Meridien Medina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road - Madinah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/9/178389_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1424.04" OriginalAmount="1409.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4653717" Longitude="39.6066073" StarRating="5" HotelCode="|160205" HotelName="Taiba Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Omar Ibn Al Khattab Road, P.O. Box 5300, 41422</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/0/2/0/5/160205_d8d1b381716.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has comfortable facilities. SITUATION: This hotel is near the city centre, is 20 minutes away from the airport excellent transport links to the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1475.61" OriginalAmount="1461" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|457742-32382165/8056196480782758460/9" HotelName="MILLENNIUM TAIBA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4310000/4308800/4308755/b3cdede8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1613.41" OriginalAmount="1597.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611|Bed &amp; Breakfast" HotelName="Millennium Taiba Hotel Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2016.97" OriginalAmount="1997.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|oberoi_2" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2024.59" OriginalAmount="2004.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4714864" Longitude="39.6114743" StarRating="5" HotelCode="|178384" HotelName="Dar Al Taqwa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>City Center</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/4/178384_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2129.08" OriginalAmount="2108.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|dar_al_taqwa_hotel" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2778.51" OriginalAmount="2751" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80765-27052523/8056196480782758460/223" HotelName="DAR AL TAQWA (CITY VIEW)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/8000000/7994200/7994117/8f004e17_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="3" HotelCode="835434|712570|Bed &amp; Breakfast" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46336551" Longitude="39.60535684" StarRating="3" HotelCode="776997|629992|Bed &amp; Breakfast" HotelName="Rawdah Al Mukhtara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ben Awaf Street, Northern Area Of Al 10, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629992/629992a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rawdaht Al.Mukhtara Hotel is a prestigious 2 Stars property that located in the hart of the Al.Madin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|629994|Bed &amp; Breakfast" HotelName="Al Mukhtara Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Fax,Internet,Lounge,Telephone Service,Conference Hall,Restaurant,Room Service,Spa,Jacuzzi,Business Centre,Laundry,Meeting Room,24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Currency Exchange,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Kitchen,Central Heating,Designated Smoking Area</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|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="de2c1a8c-92fe-4635-b361-00dfd96a79e9">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-16T00:00:00" End="2026-09-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="0|457646-5345420/8056196480782758460/106" SourceId="83" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|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="de2c1a8c-92fe-4635-b361-00dfd96a79e9" TimeStamp="0001-01-01T00:00:00" HotelName="AL MUKHTARA INTERNATIONAL" HotelCode="|457646" StarRating="4" GTCityId="0" CityName="Madinah" CountryName="Saudi Arabia" Address="N. Central area 60th Rd-King Fahad Rd N. Central area 60th Rd-King Fahad Rd 20012 Medina  Saudi Arabia" PhoneNo="00966 14 8290701" FaxNo="" SourceId="83" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Quadruple room" RoomTypeCode="5345420/8056196480782758460/106|83|MTYzfEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="163" TotalPrice="164.63" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><AdditionalDetails>&amp;lt;BR /&amp;gt;ONLY MUSLIMS ARE ALLOWED TO ENTER THE HOLY CITIES OF MECCA AND MEDINA&amp;lt;BR /&amp;gt;IF YOU FAIL TO CHECK-IN FOR THIS RESERVATION, OR IF YOU CANCEL OR CHANGE THIS RESERVATION AFTER CXL DEADLINE, YOU MAY INCUR PENALTY CHARGES AT THE DISCRETION OF THE HOTEL OF UP TO 100% OF THE BOOKING VALUE, UNLESS OTHERWISE STATED.&amp;lt;BR /&amp;gt;CXL charges apply as follows: STARTING 02/09/2026 CXL-PENALTY FEE IS 34.00% OF BOOKING PRICE.</AdditionalDetails><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-29T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Percent" Percent="100" Amount="0" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/57bd2e8b_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/7feb360a_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/5681cff1_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/78cc657d_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/f3a7c3c6_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/2df55c71_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/87760506_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/51eca253_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/090b4d88_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/9b3d843b_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/97f2ddbe_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/2fe45a70_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/c6514962_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/16883501_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/86e70991_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/a445fc55_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/ee5c7cb0_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/a58ba19a_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/27704e26_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/58ce4444_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/716eaf88_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/f44ae9e6_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/4acb6983_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/66627922_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/256d7ac1_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/2738b321_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/33a507e4_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/51e0bab6_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/fdb520e9_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/67e3a3ce_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/bd5d6bc0_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/4d65f28c_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/b3a3fff4_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/17712b0e_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/251af701_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/w860h644x4y0-c41d41ee_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/a97aeb91_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/26a35dcb_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/26ce241d_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/e12a92f3_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/e56bddcd_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/76fd8e15_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/a06d38c2_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/e7b5ef95_b.jpg" /><Image Url="https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/b8921510_b.jpg" /></Images><HotelAmenities>Air Conditioning&lt;BR /&gt;Elevator&lt;BR /&gt;Restaurant&lt;BR /&gt;Telephone&lt;BR /&gt;TV&lt;BR /&gt;Wireless internet&lt;BR /&gt;24hr reception&lt;BR /&gt;Car parking (chargeable)&lt;BR /&gt;Café</HotelAmenities><HotelDescription>Located in Medina, Al Mokhtara International Hotel is minutes from Prophet's Mosque and close to Bin Dawood.  This hotel is within close proximity of Baqi Cemetery and Al Noor Mall.Rooms  Make yourself at home in one of the 406 air-conditioned rooms featuring refrigerators. Complimentary wireless Internet access keeps you connected, and satellite programming is available for your entertainment. Bathrooms with showers are provided. Conveniences include phones, and housekeeping is provided daily.Dining  You can enjoy a meal at a restaurant serving the guests of Al Mokhtara International Hotel, or find a snack in a coffee shop/café.Business, Other Amenities  Featured amenities include express check-in and a 24-hour front desk.</HotelDescription><Facilities><HotelFacilities><Type>Facilities</Type><Description>Air Conditioning&lt;BR /&gt;Elevator&lt;BR /&gt;Restaurant&lt;BR /&gt;Telephone&lt;BR /&gt;TV&lt;BR /&gt;Wireless internet&lt;BR /&gt;24hr reception&lt;BR /&gt;Car parking (chargeable)&lt;BR /&gt;Café</Description></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|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="de2c1a8c-92fe-4635-b361-00dfd96a79e9">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-16T00:00:00" End="2026-09-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:34:25.0266785+01:00" Version="0" EchoToken="Search" TransactionIdentifier="de2c1a8c-92fe-4635-b361-00dfd96a79e9" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="224.48" OriginalAmount="222.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248|Bed &amp; Breakfast" HotelName="Al Mukhtara International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="240.38" OriginalAmount="238" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|457646-5345420/8056196480782758460/106" HotelName="AL MUKHTARA INTERNATIONAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/57bd2e8b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="240.78" OriginalAmount="238.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.488143" Longitude="39.616199" StarRating="0" HotelCode="|471533" HotelName="Zaha Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zur Al Ghafari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/3/3/471533_a451ea91956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="264.62" OriginalAmount="262.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|629988|Bed &amp; Breakfast" HotelName="Odst Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="393.63" OriginalAmount="389.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|613309|Bed &amp; Breakfast" HotelName="Saja Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="417.13" OriginalAmount="413" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.573" Longitude="-116.215" StarRating="4" HotelCode="0|503033-18213490/8056196480782758460/138" HotelName="SAJA BY WARWICK MADINAH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3300 SOUTH VISTA AVE, BOISE, 83705, ID, US	</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19720000/19710600/19710557/6810b09e_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   When you stay at The Boise Hotel and Conference Center in Boise, you'll be near the airport and close to Hillcrest Country Club and Boise State University. This hotel is within close proximity of Zoo Boise and Morrison-Knudsen Nature Center.   Rooms   Make yourself at home in one of the 195 air-conditioned guestrooms. Cable television is provided for your entertainment. Conveniences include desks and complimentary newspapers, as well as direct-dial phones with voice mail.   Rec, Spa, Premium Amenities   Enjoy recreational amenities such as an indoor pool and a fitness facility. Additional amenities include complimentary wireless Internet access and an arcade/game room.   Dining   Take advantage of the hotel's room service (during limited hours). Quench your thirst with your favorite drink at a bar/lounge.   Business, Other Amenities   Featured amenities include a business center, secretarial services, and complimentary newspapers in the lobby. Event facilities at this hotel consist of conference/meeting rooms, small meeting rooms, and banquet facilities. A roundtrip airport shuttle is provided at no charge.   Room Info:    Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      A pet fee will be charged per stay       The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Pets allowed   Check-in time starts at 3 PM  Check-out time is 11 AM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="440.83" OriginalAmount="436.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|008381" HotelName="Nusk Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="487.83" OriginalAmount="483" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|56710-18152794/8056196480782758460/283" HotelName="NEW MADINAH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/911500/911494/dcc50ed8_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="510.37" OriginalAmount="505.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355|Bed &amp; Breakfast" HotelName="Tulip Inn Al Dar Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="517.65" OriginalAmount="512.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Bed &amp; Breakfast" HotelName="Hotel Pullman ZamZam Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="550.45" OriginalAmount="545" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6533794" Longitude="-84.4470971" StarRating="5" HotelCode="0|305525-18163473/8056196480782758460/247" HotelName="PULLMAN ZAMZAM MADINA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1776 Harvard Avenue, College Park, GA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9100000/9093700/9093635/ae38d178_b.jpg</HotelPictures>
        <HotelDescription>Just minutes from the world's busiest airport, the Hotel Indigo® Atlanta Airport College Park hotel is nestled in an historic neighborhood with a thoughtful team ready to help you discover its charm. Our spacious guest rooms offer a chance to spread out
 after your journey, and our own Harvard &amp;amp;amp; Main restaurant serves specialties that couldnt be any more local. Ingredients come from our on-site herb garden. Similarly, our bar will spoil you with personal service and tasty cocktails. For meetings, we offer
 2800 square feet of available space, and for easy discovery of greater Atlanta, were also a quick walk to the citys train system, MARTA.
&lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 12:00&lt;br /&gt;Maximum child age: 19&lt;br /&gt; Hotel Indigo Atlanta Airport College Park welcomes your pets up to 75 Lbs to stay with us. Pets above 80 Lbs are not accepted. A non refundable fee for your pet of 25 dollar for the first night or 50 dollars for a multiple night stays is required.
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="561.56" OriginalAmount="556" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|305534-18202325/8056196480782758460/221" HotelName="EMAAR AL MEKTAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21060000/21058600/21058516/c5a8a4d6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="566.88" OriginalAmount="561.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|2367525|Bed &amp; Breakfast" HotelName="Nozol Al Shakreen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="574.32" OriginalAmount="568.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Bed &amp; Breakfast" HotelName="Elaf Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="578.73" OriginalAmount="573.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|majlis_grand_mercure_medina" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.75" OriginalAmount="575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|holiday_villa_madinah_2" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="582.77" OriginalAmount="577.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|al_muna_kareem_radisson_blu_hotel_al_madinah" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="613.07" OriginalAmount="607" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1384396-24030320/8056196480782758460/112" HotelName="EMAAR ROYAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1384396/202311281589181.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="634.58" OriginalAmount="628.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635|Bed &amp; Breakfast" HotelName="Royal Dyar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="637.31" OriginalAmount="631" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1438260-28681110/8056196480782758460/306" HotelName="WORTH PENINSULA MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/114000000/113780000/113778900/113778887/86b86d17_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="640.34" OriginalAmount="634" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4823-18180957/8056196480782758460/208" HotelName="ELAF TAIBA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3430000/3422500/3422415/d14076eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="655.95" OriginalAmount="649.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|CAS397300|Bed &amp; Breakfast" HotelName="Mövenpick Anwar Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="657.51" OriginalAmount="651" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1466322-32938583/8056196480782758460/99" HotelName="DIYAR AJWA, TAPESTRY COLLECTION BY HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121310000/121306700/121306618/w5757h3835x0y5-8e9276b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="664.16" OriginalAmount="657.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47395" Longitude="39.610224" StarRating="5" HotelCode="167775|1074158|Bed &amp; Breakfast" HotelName="Al Madina Harmony Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Sitteen Road, P.O. Box 4424, Northern District, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/394827/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys can be reached by lift. The hotel features various services and facilities, including a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="672.66" OriginalAmount="666" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|262212-18194765/8056196480782758460/210" HotelName="FRONTEL AL HARITHIA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33316300/33316243/981737c4_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="675.69" OriginalAmount="669" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|172104-18210048/8056196480782758460/179" HotelName="ANWAR AL MADINAH MOVENPICK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/ec191428_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="678.81" OriginalAmount="672.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4677128" Longitude="39.60459341" StarRating="4" HotelCode="357072|589337" HotelName="Golden Tulip AL Mektan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f1c5203a3bfec0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="715.08" OriginalAmount="708" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450425-32372448/8056196480782758460/60" HotelName="DOUBLETREE BY HILTON MADINAH GATE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120310000/120302900/120302839/49f6de84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1111.37" OriginalAmount="1100.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|150838|Bed &amp; Breakfast" HotelName="Madinah Mövenpick Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1122.11" OriginalAmount="1111" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1452584-32389624/8056196480782758460/155" HotelName="MAKAREM BURJ AL MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110620000/110617700/110617682/w6945h4628x0y0-9c2c3375_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1125.61" OriginalAmount="1114.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|318995|Bed &amp; Breakfast" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1139.85" OriginalAmount="1128.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|321559|Bed &amp; Breakfast" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1157.46" OriginalAmount="1146" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|78218-18198807/8056196480782758460/305" HotelName="INTERCONTINENTAL DAR AL HIJRA MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/130000/124800/124784/357586b6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1166.50" OriginalAmount="1154.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|2391035|Bed &amp; Breakfast" HotelName="Marriott Executive Apartments Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0f8617ce8709cd0e9c938559a95054e03fe6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1168.49" OriginalAmount="1156.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|2891071|Bed &amp; Breakfast" HotelName="Shaza Al Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1169.58" OriginalAmount="1158" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203613-18210037/8056196480782758460/350" HotelName="SOFITEL SHAHD AL MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4150000/4143500/4143410/a907ca47_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1171.60" OriginalAmount="1160" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80770-18181318/8056196480782758460/268" HotelName="INTERCONTINENTAL MADINAH - DAR AL IMAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2537900/2537849/w6605h4398x0y6-08a8d65c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1217.05" OriginalAmount="1205" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4823511" Longitude="9.2028803" StarRating="5" HotelCode="0|457754-21004073/8056196480782758460/5" HotelName="MILLENNIUM AL AQEEQ" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Via Ruggero Boscovich, 21 (Hotel Bolzano) ,Milan,  20124</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/8000000/7360000/7353600/7353509/c08749a6_b.jpg</HotelPictures>
        <HotelDescription>Set in a prime location of Milan, Hotel Bolzano puts everything the city has to offer just outside your doorstep. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. 24-hour room service, free Wi-Fi in all rooms, Wi-Fi in public areas, airport transfer, tours are there for guest`s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Enjoy the hotel`s recreational facilities, including garden, before retiring to your room for a well-deserved rest. For reliable service and professional staff, Hotel Bolzano caters to your needs. &lt;br /&gt;American Express, Visa, Euro/Mastercard, Carte Bleue, Diners Club, JCB, Maestro, Bankcard, CartaSi, Australian BankCard&lt;br /&gt;Guests over 3 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1260.28" OriginalAmount="1247.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669|Bed &amp; Breakfast" HotelName="Hilton Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1273.63" OriginalAmount="1261.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505|Bed &amp; Breakfast" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1287.69" OriginalAmount="1274.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300|Bed &amp; Breakfast" HotelName="Millennium Al Aqeeq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1293.81" OriginalAmount="1281" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80772-32393287/8056196480782758460/30" HotelName="MADINAH HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903600/903564/w3837h2789x3y3-6bedb427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1348.28" OriginalAmount="1334.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4887527" Longitude="39.5641065" StarRating="0" HotelCode="|178389" HotelName="Le Meridien Medina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road - Madinah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/9/178389_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1424.04" OriginalAmount="1409.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4653717" Longitude="39.6066073" StarRating="5" HotelCode="|160205" HotelName="Taiba Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Omar Ibn Al Khattab Road, P.O. Box 5300, 41422</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/0/2/0/5/160205_d8d1b381716.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has comfortable facilities. SITUATION: This hotel is near the city centre, is 20 minutes away from the airport excellent transport links to the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1475.61" OriginalAmount="1461" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|457742-32382165/8056196480782758460/9" HotelName="MILLENNIUM TAIBA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4310000/4308800/4308755/b3cdede8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1613.41" OriginalAmount="1597.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611|Bed &amp; Breakfast" HotelName="Millennium Taiba Hotel Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2016.97" OriginalAmount="1997.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|oberoi_2" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2024.59" OriginalAmount="2004.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4714864" Longitude="39.6114743" StarRating="5" HotelCode="|178384" HotelName="Dar Al Taqwa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>City Center</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/4/178384_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2104.40" OriginalAmount="2083.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144|Bed &amp; Breakfast" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2778.51" OriginalAmount="2751" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80765-27052523/8056196480782758460/223" HotelName="DAR AL TAQWA (CITY VIEW)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/8000000/7994200/7994117/8f004e17_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="3" HotelCode="835434|712570|Bed &amp; Breakfast" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46336551" Longitude="39.60535684" StarRating="3" HotelCode="776997|629992|Bed &amp; Breakfast" HotelName="Rawdah Al Mukhtara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ben Awaf Street, Northern Area Of Al 10, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629992/629992a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rawdaht Al.Mukhtara Hotel is a prestigious 2 Stars property that located in the hart of the Al.Madin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|629994|Bed &amp; Breakfast" HotelName="Al Mukhtara Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7365.39" OriginalAmount="7292.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535|Bed &amp; Breakfast" HotelName="Al Mukhtara Al Gharbi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Fax,Internet,Lounge,Telephone Service,Restaurant,Room Service,Spa,Conference Hall,Jacuzzi,Business Centre,Laundry,Meeting Room,24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Currency Exchange,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Kitchen,Central Heating,Designated Smoking Area</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|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="de2c1a8c-92fe-4635-b361-00dfd96a79e9">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-16T00:00:00" End="2026-09-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="399895|1785248|Bed &amp; Breakfast" SourceId="16" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|RateHawkPrice|exception while supplier interation||RateHawk|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|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="de2c1a8c-92fe-4635-b361-00dfd96a79e9" TimeStamp="0001-01-01T00:00:00" HotelName="Al Mukhtara International Hotel" HotelCode="399895|1785248" StarRating="3" GTCityId="71497" CountryCode="SA" CityName="Madinah" CountryName="Saudi Arabia" Address="60th Road, King Fahad Road, North Central Area, Medina" PostCode="" PhoneNo="" FaxNo="" Email="" CheckInTime="" CheckOutTime="" Latitude="24.473399991589" Longitude="39.612075076177" SourceId="16" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Quadruple Room" RoomTypeCode="0|0|1046415495|1786008875096102B1758B0||no|1785248|16|MTUyLjQxfEdCUHwyMDI2LTA5LTAy" OriginalAmount="152" TotalPrice="153.93" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/08/2026"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
Please note that during Ramadan, standard hotel check-in time is 18:00. Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Internet access|Fridge|Air conditioning (centrally regulated)|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-29T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="153.93" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, QUADRUPLE" RoomTypeCode="0|0|1172451605|1786008875118406B2129B0||no|1785248|16|MjEyLjk3fEdCUHwyMDI2LTA5LTAy" OriginalAmount="213" TotalPrice="215.10" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/08/2026"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards; cash is not accepted&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property doesn&amp;#039;t offer after-hours check-in. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 4 people: 45.81 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 4 people: 66.84 USD (This amount is included within the total price). Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="true" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="true" WheelchairAccessibleRooms="false" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Bathroom|Shower|Internet access|Fridge|Air conditioning (centrally regulated)|Double Bed</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-29T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="215.10" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_r_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_008.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_r_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_009.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_r_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_006.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_r_004.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_005.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_005.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_004.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_007.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_007.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_006.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_r_005.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_009.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_008.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_010.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_w_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_005.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_012.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_004.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_011.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_004.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_007.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_006.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_l_013.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_018.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_010.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_016.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_017.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_004.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_014.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_003.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_015.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_002.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_011.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_012.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_001.jpg" /><Image Url="https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_ro_013.jpg" /></Images><HotelDescription>&lt;br/&gt;&lt;b&gt;Location Description&lt;/b&gt; &lt;br/&gt;This hotel welcomes guests in Madinah.&lt;br/&gt;&lt;b&gt;Facilities&lt;/b&gt; &lt;br/&gt;The wide range of services and facilities make the hotel the ideal starting point for business and relaxation. Wireless internet access allows guests to surf the internet and catch up on email.&lt;br/&gt;&lt;b&gt;Room Description&lt;/b&gt; &lt;br/&gt;Air conditioning ensures that rooms maintain comfortable temperatures. Rooms include a double bed. Guests will also find a refrigerator included among the standard features. Equipped with a telephone and WiFi, the rooms provide many ways for guests to stay connected and entertained. Bathrooms are equipped with a shower. 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;It is possible to order breakfast.&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;Price of an additional breakfast: 25.00 SAR per person. Information about the type of meals included in the price is indicated in the rate details.&lt;br /&gt;Meals may be limited during Ramadan.&lt;br /&gt;&lt;b&gt;Children And Information About Extra Beds: &lt;/b&gt;Breakfast available free of charge for children.&lt;br /&gt;&lt;b&gt;Special Living Conditions: &lt;/b&gt;Couples checking into the same room must present a valid marriage certificate upon check-in. Otherwise, the property may reject the booking or request that a second room be booked.</HotelDescription><Facilities><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>Facilities</Type><Description>WLAN access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast Buffet</Description><Value>true</Value></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0ef4ca4c-d117-4f80-bce8-6c67287328f7|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="0ef4ca4c-d117-4f80-bce8-6c67287328f7">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-16T00:00:00" End="2026-09-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0ef4ca4c-d117-4f80-bce8-6c67287328f7|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0ef4ca4c-d117-4f80-bce8-6c67287328f7|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:35:40.7567557+01:00" Version="0" EchoToken="Search" TransactionIdentifier="0ef4ca4c-d117-4f80-bce8-6c67287328f7" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="186.00" OriginalAmount="184.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248|Bed &amp; Breakfast" HotelName="Al Mukhtara International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="203.01" OriginalAmount="201.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="233.94" OriginalAmount="231.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|629988|Bed &amp; Breakfast" HotelName="Odst Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="233.94" OriginalAmount="231.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47329" Longitude="39.60898" StarRating="4" HotelCode="310083|629984|Bed &amp; Breakfast" HotelName="Zowar International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Central Area, P.O. 42311, Madina, Al Munnawarra?</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629984/629984a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="275.79" OriginalAmount="273.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|2292965|Bed &amp; Breakfast" HotelName="Nusk Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="278.04" OriginalAmount="275.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.550404312371" Longitude="39.718454923116" StarRating="5" HotelCode="757151|632746|Bed &amp; Breakfast" HotelName="Millennium Madinah Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="24 Hour Security,Air Conditioning,Banquet Hall,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Garden,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Prince Mohammed Bin Abdulaziz International Airport, Madinah 42342</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/46/ca467fdd8197c82573cd3d6f40f0490102192c6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A newly built Millennium Madinah Airport boasts 227 comfortable guest rooms &amp; suites across six floo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="287.96" OriginalAmount="285.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|613309|Bed &amp; Breakfast" HotelName="Saja Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="302.57" OriginalAmount="299.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471382519462" Longitude="39.612612187647" StarRating="4" HotelCode="236168|2520835|Bed &amp; Breakfast" HotelName="Golden Tulip Al Zahabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/12/5512363ab285c5a263cefbee18608b2561c00e72.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="307.53" OriginalAmount="304.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|35724|Bed &amp; Breakfast" HotelName="Madinah Mövenpick Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="312.99" OriginalAmount="309.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48954135" Longitude="39.56409616" StarRating="5" HotelCode="80156|1622948|Bed &amp; Breakfast" HotelName="Le Meridien Medina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road, PO Box 1735, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/24/c224bf893b45e94d60fa8c053abc791397270039.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="331.81" OriginalAmount="328.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Bed &amp; Breakfast" HotelName="Hotel Pullman ZamZam Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="333.00" OriginalAmount="329.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505|Bed &amp; Breakfast" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="344.94" OriginalAmount="341.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|2367525|Bed &amp; Breakfast" HotelName="Nozol Al Shakreen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="352.27" OriginalAmount="348.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463882" Longitude="39.610066" StarRating="4" HotelCode="207932|1514050|Bed &amp; Breakfast" HotelName="Crowne Plaza Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street Between 1st Ring Road, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/3f/c73fb6cb9ae21983ccdf719e941356fedbe0260c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="377.38" OriginalAmount="373.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611|Bed &amp; Breakfast" HotelName="Millennium Taiba Hotel Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="382.76" OriginalAmount="378.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355|Bed &amp; Breakfast" HotelName="Tulip Inn Al Dar Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="390.72" OriginalAmount="386.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47282562" Longitude="39.60682845" StarRating="4" HotelCode="351867|2347035|Bed &amp; Breakfast" HotelName="Al Eiman Taibah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central North, Al Madinah 55555</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/e4/a6e4a7f0e1fd1a66379ccac29b36f70b092bf2c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of facilities and services to ensure a comfortable stay. Individual storeys...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="401.92" OriginalAmount="397.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|1658548|Bed &amp; Breakfast" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="414.10" OriginalAmount="410.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|marriott_executive_apartments_madinah" HotelName="Marriott Executive Apartments Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0f8617ce8709cd0e9c938559a95054e03fe6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="429.28" OriginalAmount="425.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300|Bed &amp; Breakfast" HotelName="Millennium Al Aqeeq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="450.46" OriginalAmount="446.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|intercontinental_dar_al_hijra_madinah" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="456.77" OriginalAmount="452.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635|Bed &amp; Breakfast" HotelName="Royal Dyar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="482.38" OriginalAmount="477.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|2346695|Bed &amp; Breakfast" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="484.82" OriginalAmount="480.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|1520156|Bed &amp; Breakfast" HotelName="Mövenpick Anwar Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="502.98" OriginalAmount="498.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|majlis_grand_mercure_medina" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="504.21" OriginalAmount="499.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47395" Longitude="39.610224" StarRating="5" HotelCode="167775|1074158|Bed &amp; Breakfast" HotelName="Al Madina Harmony Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Sitteen Road, P.O. Box 4424, Northern District, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/394827/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys can be reached by lift. The hotel features various services and facilities, including a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="507.12" OriginalAmount="502.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Bed &amp; Breakfast" HotelName="Elaf Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="555.45" OriginalAmount="549.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669|Bed &amp; Breakfast" HotelName="Hilton Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="581.08" OriginalAmount="575.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|2891071|Bed &amp; Breakfast" HotelName="Shaza Al Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="620.10" OriginalAmount="613.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144|Bed &amp; Breakfast" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="667.66" OriginalAmount="661.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|22004|Bed &amp; Breakfast" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="766.74" OriginalAmount="759.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|1710634|Bed &amp; Breakfast" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6406.28" OriginalAmount="6342.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535|Bed &amp; Breakfast" HotelName="Al Mukhtara Al Gharbi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="3" HotelCode="835434|712570|Bed &amp; Breakfast" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46336551" Longitude="39.60535684" StarRating="3" HotelCode="776997|629992|Bed &amp; Breakfast" HotelName="Rawdah Al Mukhtara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ben Awaf Street, Northern Area Of Al 10, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629992/629992a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rawdaht Al.Mukhtara Hotel is a prestigious 2 Stars property that located in the hart of the Al.Madin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|629994|Bed &amp; Breakfast" HotelName="Al Mukhtara Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service,Jacuzzi,24 Hour Security,Banquet Hall,Business Centre,Currency Exchange,Designated Smoking Area,Dining,Garden,Laundry,Meeting Room,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Airport Transfer (on Demand),Kitchen,Central Heating</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|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="de2c1a8c-92fe-4635-b361-00dfd96a79e9">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-16T00:00:00" End="2026-09-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:d5587906-87cd-4c02-a621-4623afc00b83
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:36:37.4260327+01:00" Version="0" EchoToken="Search" TransactionIdentifier="de2c1a8c-92fe-4635-b361-00dfd96a79e9" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="224.48" OriginalAmount="222.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248|Bed &amp; Breakfast" HotelName="Al Mukhtara International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="240.38" OriginalAmount="238" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|457646-5345420/8056196480782758460/106" HotelName="AL MUKHTARA INTERNATIONAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/57bd2e8b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="240.78" OriginalAmount="238.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.488143" Longitude="39.616199" StarRating="0" HotelCode="|471533" HotelName="Zaha Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zur Al Ghafari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/3/3/471533_a451ea91956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="264.62" OriginalAmount="262.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|629988|Bed &amp; Breakfast" HotelName="Odst Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="393.63" OriginalAmount="389.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|613309|Bed &amp; Breakfast" HotelName="Saja Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="417.13" OriginalAmount="413" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.573" Longitude="-116.215" StarRating="4" HotelCode="0|503033-18213490/8056196480782758460/138" HotelName="SAJA BY WARWICK MADINAH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3300 SOUTH VISTA AVE, BOISE, 83705, ID, US	</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19720000/19710600/19710557/6810b09e_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   When you stay at The Boise Hotel and Conference Center in Boise, you'll be near the airport and close to Hillcrest Country Club and Boise State University. This hotel is within close proximity of Zoo Boise and Morrison-Knudsen Nature Center.   Rooms   Make yourself at home in one of the 195 air-conditioned guestrooms. Cable television is provided for your entertainment. Conveniences include desks and complimentary newspapers, as well as direct-dial phones with voice mail.   Rec, Spa, Premium Amenities   Enjoy recreational amenities such as an indoor pool and a fitness facility. Additional amenities include complimentary wireless Internet access and an arcade/game room.   Dining   Take advantage of the hotel's room service (during limited hours). Quench your thirst with your favorite drink at a bar/lounge.   Business, Other Amenities   Featured amenities include a business center, secretarial services, and complimentary newspapers in the lobby. Event facilities at this hotel consist of conference/meeting rooms, small meeting rooms, and banquet facilities. A roundtrip airport shuttle is provided at no charge.   Room Info:    Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      A pet fee will be charged per stay       The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Pets allowed   Check-in time starts at 3 PM  Check-out time is 11 AM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="440.83" OriginalAmount="436.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|008381" HotelName="Nusk Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="487.83" OriginalAmount="483" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|56710-18152794/8056196480782758460/283" HotelName="NEW MADINAH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/911500/911494/dcc50ed8_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="510.37" OriginalAmount="505.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355|Bed &amp; Breakfast" HotelName="Tulip Inn Al Dar Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="517.65" OriginalAmount="512.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Bed &amp; Breakfast" HotelName="Hotel Pullman ZamZam Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="550.45" OriginalAmount="545" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6533794" Longitude="-84.4470971" StarRating="5" HotelCode="0|305525-18163473/8056196480782758460/247" HotelName="PULLMAN ZAMZAM MADINA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1776 Harvard Avenue, College Park, GA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9100000/9093700/9093635/ae38d178_b.jpg</HotelPictures>
        <HotelDescription>Just minutes from the world's busiest airport, the Hotel Indigo® Atlanta Airport College Park hotel is nestled in an historic neighborhood with a thoughtful team ready to help you discover its charm. Our spacious guest rooms offer a chance to spread out
 after your journey, and our own Harvard &amp;amp;amp; Main restaurant serves specialties that couldnt be any more local. Ingredients come from our on-site herb garden. Similarly, our bar will spoil you with personal service and tasty cocktails. For meetings, we offer
 2800 square feet of available space, and for easy discovery of greater Atlanta, were also a quick walk to the citys train system, MARTA.
&lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 12:00&lt;br /&gt;Maximum child age: 19&lt;br /&gt; Hotel Indigo Atlanta Airport College Park welcomes your pets up to 75 Lbs to stay with us. Pets above 80 Lbs are not accepted. A non refundable fee for your pet of 25 dollar for the first night or 50 dollars for a multiple night stays is required.
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="561.56" OriginalAmount="556" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|305534-18202325/8056196480782758460/221" HotelName="EMAAR AL MEKTAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21060000/21058600/21058516/c5a8a4d6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="566.88" OriginalAmount="561.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|2367525|Bed &amp; Breakfast" HotelName="Nozol Al Shakreen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="574.32" OriginalAmount="568.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Bed &amp; Breakfast" HotelName="Elaf Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="578.73" OriginalAmount="573.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|majlis_grand_mercure_medina" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.75" OriginalAmount="575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|holiday_villa_madinah_2" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="582.77" OriginalAmount="577.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|al_muna_kareem_radisson_blu_hotel_al_madinah" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="613.07" OriginalAmount="607" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1384396-24030320/8056196480782758460/112" HotelName="EMAAR ROYAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1384396/202311281589181.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="634.58" OriginalAmount="628.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635|Bed &amp; Breakfast" HotelName="Royal Dyar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="637.31" OriginalAmount="631" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1438260-28681110/8056196480782758460/306" HotelName="WORTH PENINSULA MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/114000000/113780000/113778900/113778887/86b86d17_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="640.34" OriginalAmount="634" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4823-18180957/8056196480782758460/208" HotelName="ELAF TAIBA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3430000/3422500/3422415/d14076eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="655.95" OriginalAmount="649.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|CAS397300|Bed &amp; Breakfast" HotelName="Mövenpick Anwar Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="657.51" OriginalAmount="651" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1466322-32938583/8056196480782758460/99" HotelName="DIYAR AJWA, TAPESTRY COLLECTION BY HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121310000/121306700/121306618/w5757h3835x0y5-8e9276b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="664.16" OriginalAmount="657.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47395" Longitude="39.610224" StarRating="5" HotelCode="167775|1074158|Bed &amp; Breakfast" HotelName="Al Madina Harmony Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Sitteen Road, P.O. Box 4424, Northern District, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/394827/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys can be reached by lift. The hotel features various services and facilities, including a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="672.66" OriginalAmount="666" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|262212-18194765/8056196480782758460/210" HotelName="FRONTEL AL HARITHIA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33316300/33316243/981737c4_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="675.69" OriginalAmount="669" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|172104-18210048/8056196480782758460/179" HotelName="ANWAR AL MADINAH MOVENPICK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/ec191428_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="678.81" OriginalAmount="672.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4677128" Longitude="39.60459341" StarRating="4" HotelCode="357072|589337" HotelName="Golden Tulip AL Mektan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f1c5203a3bfec0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="715.08" OriginalAmount="708" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450425-32372448/8056196480782758460/60" HotelName="DOUBLETREE BY HILTON MADINAH GATE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120310000/120302900/120302839/49f6de84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1111.37" OriginalAmount="1100.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|150838|Bed &amp; Breakfast" HotelName="Madinah Mövenpick Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1122.11" OriginalAmount="1111" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1452584-32389624/8056196480782758460/155" HotelName="MAKAREM BURJ AL MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110620000/110617700/110617682/w6945h4628x0y0-9c2c3375_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1125.61" OriginalAmount="1114.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|318995|Bed &amp; Breakfast" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1139.85" OriginalAmount="1128.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|321559|Bed &amp; Breakfast" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1157.46" OriginalAmount="1146" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|78218-18198807/8056196480782758460/305" HotelName="INTERCONTINENTAL DAR AL HIJRA MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/130000/124800/124784/357586b6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1166.50" OriginalAmount="1154.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|2391035|Bed &amp; Breakfast" HotelName="Marriott Executive Apartments Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0f8617ce8709cd0e9c938559a95054e03fe6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1168.49" OriginalAmount="1156.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|2891071|Bed &amp; Breakfast" HotelName="Shaza Al Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1169.58" OriginalAmount="1158" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203613-18210037/8056196480782758460/350" HotelName="SOFITEL SHAHD AL MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4150000/4143500/4143410/a907ca47_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1171.60" OriginalAmount="1160" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80770-18181318/8056196480782758460/268" HotelName="INTERCONTINENTAL MADINAH - DAR AL IMAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2537900/2537849/w6605h4398x0y6-08a8d65c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1217.05" OriginalAmount="1205" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4823511" Longitude="9.2028803" StarRating="5" HotelCode="0|457754-21004073/8056196480782758460/5" HotelName="MILLENNIUM AL AQEEQ" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Via Ruggero Boscovich, 21 (Hotel Bolzano) ,Milan,  20124</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/8000000/7360000/7353600/7353509/c08749a6_b.jpg</HotelPictures>
        <HotelDescription>Set in a prime location of Milan, Hotel Bolzano puts everything the city has to offer just outside your doorstep. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. 24-hour room service, free Wi-Fi in all rooms, Wi-Fi in public areas, airport transfer, tours are there for guest`s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Enjoy the hotel`s recreational facilities, including garden, before retiring to your room for a well-deserved rest. For reliable service and professional staff, Hotel Bolzano caters to your needs. &lt;br /&gt;American Express, Visa, Euro/Mastercard, Carte Bleue, Diners Club, JCB, Maestro, Bankcard, CartaSi, Australian BankCard&lt;br /&gt;Guests over 3 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1260.28" OriginalAmount="1247.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669|Bed &amp; Breakfast" HotelName="Hilton Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1273.63" OriginalAmount="1261.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505|Bed &amp; Breakfast" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1287.69" OriginalAmount="1274.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300|Bed &amp; Breakfast" HotelName="Millennium Al Aqeeq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1293.81" OriginalAmount="1281" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80772-32393287/8056196480782758460/30" HotelName="MADINAH HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903600/903564/w3837h2789x3y3-6bedb427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1348.28" OriginalAmount="1334.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4887527" Longitude="39.5641065" StarRating="0" HotelCode="|178389" HotelName="Le Meridien Medina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road - Madinah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/9/178389_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1424.04" OriginalAmount="1409.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4653717" Longitude="39.6066073" StarRating="5" HotelCode="|160205" HotelName="Taiba Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Omar Ibn Al Khattab Road, P.O. Box 5300, 41422</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/0/2/0/5/160205_d8d1b381716.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has comfortable facilities. SITUATION: This hotel is near the city centre, is 20 minutes away from the airport excellent transport links to the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1475.61" OriginalAmount="1461" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|457742-32382165/8056196480782758460/9" HotelName="MILLENNIUM TAIBA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4310000/4308800/4308755/b3cdede8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1613.41" OriginalAmount="1597.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611|Bed &amp; Breakfast" HotelName="Millennium Taiba Hotel Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2016.97" OriginalAmount="1997.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|oberoi_2" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2024.59" OriginalAmount="2004.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4714864" Longitude="39.6114743" StarRating="5" HotelCode="|178384" HotelName="Dar Al Taqwa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>City Center</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/4/178384_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2104.40" OriginalAmount="2083.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144|Bed &amp; Breakfast" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2778.51" OriginalAmount="2751" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80765-27052523/8056196480782758460/223" HotelName="DAR AL TAQWA (CITY VIEW)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/8000000/7994200/7994117/8f004e17_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="3" HotelCode="835434|712570|Bed &amp; Breakfast" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46336551" Longitude="39.60535684" StarRating="3" HotelCode="776997|629992|Bed &amp; Breakfast" HotelName="Rawdah Al Mukhtara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ben Awaf Street, Northern Area Of Al 10, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629992/629992a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rawdaht Al.Mukhtara Hotel is a prestigious 2 Stars property that located in the hart of the Al.Madin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|629994|Bed &amp; Breakfast" HotelName="Al Mukhtara Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7365.39" OriginalAmount="7292.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535|Bed &amp; Breakfast" HotelName="Al Mukhtara Al Gharbi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Fax,Internet,Lounge,Telephone Service,Restaurant,Room Service,Spa,Conference Hall,Jacuzzi,Business Centre,Laundry,Meeting Room,24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Currency Exchange,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Kitchen,Central Heating,Designated Smoking Area</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|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="de2c1a8c-92fe-4635-b361-00dfd96a79e9">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-16T00:00:00" End="2026-09-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="570579|629988|Bed &amp; Breakfast" SourceId="8" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|RateHawkPrice|successfull supplier interation||RateHawk|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|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="de2c1a8c-92fe-4635-b361-00dfd96a79e9" TimeStamp="0001-01-01T00:00:00" HotelName="Odst Al Madinah Hotel" HotelCode="570579|59518416" StarRating="4" GTCityId="71497" CountryCode="SA" CityName="Madinah" CountryName="Saudi Arabia" Address="Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032" PostCode="15032" PhoneNo="+966148208036" FaxNo="" Email="KHALID@ALMOKHTARAGROU.COM" CheckInTime="16:00" CheckOutTime="12:00" Latitude="24.47362277" Longitude="39.60829198" SourceId="12" Currency="GBP"><RoomTypes><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Quadruple Room" RoomTypeCode="0|0|1046394115|1786009002029869B1758B0||yes|2292975|16|MTkzLjQ4fEdCUHwyMDI2LTA4LTA2" OriginalAmount="193" TotalPrice="195.41" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
No show and early departure will be subjected to 100% charge. No date, name and room change allowed. Bookings including children will be based on sharing parents bedding, no separate bed for children is provided unless otherwise stated.
Please note that during Ramadan, standard hotel check-in time is 18:00. Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="true" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Disability-friendly bathroom|Internet access|Wheelchair-accessible|Smoking rooms</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="195.41" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: Quintuple Room" RoomTypeCode="0|0|1046394135|1786009002029869B1758B2||yes|2292975|16|MTk2LjY1fEdCUHwyMDI2LTA4LTA2" OriginalAmount="197" TotalPrice="198.62" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>Rate Notes:

Hotel Tariff Notes:
No show and early departure will be subjected to 100% charge. No date, name and room change allowed. Bookings including children will be based on sharing parents bedding, no separate bed for children is provided unless otherwise stated.
Please note that during Ramadan, standard hotel check-in time is 18:00. Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="true" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Disability-friendly bathroom|Internet access|Wheelchair-accessible|Smoking rooms</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="198.62" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Quadruple Room" RoomTypeCode="20260916$20260919$W$273$629988$QUA.ST$HBXRO$RO$$1~4~0$$N@07~A-SIC~222ef~-2109770747~N~~~NOR~~22B2D1868C8C400178600877855005AAUK00140009000608222ef|8|MjM5LjM0fEVVUnwyMDI2LTA4LTI3" OriginalAmount="205" TotalPrice="207.21" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/08/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="true" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Disability-friendly bathroom|Internet access|Wheelchair-accessible|Smoking rooms</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-27T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="207.21" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, QUADRUPLE" RoomTypeCode="0|0|1317449665|1786009002102752B2153B0||yes|2292975|16|MjA1LjUwfEdCUHwyMDI2LTA4LTA2" OriginalAmount="206" TotalPrice="207.56" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="true" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Disability-friendly bathroom|Internet access|Wheelchair-accessible|Smoking rooms</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="207.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, QUINTUPLE" RoomTypeCode="0|0|1535297305|1786009002102752B2153B3||yes|2292975|16|MjExLjIyfEdCUHwyMDI2LTA4LTA2" OriginalAmount="211" TotalPrice="213.33" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Non Refundable"><AdditionalDetails>NON-REFUNDABLE RATE Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="true" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Disability-friendly bathroom|Internet access|Wheelchair-accessible|Smoking rooms</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-06T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="213.33" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: STANDARD QUADRUPLE ROOM" RoomTypeCode="92185897-1-0|750092185897|4|0|12|MjEzLjA2fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="213" TotalPrice="215.19" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="true" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Disability-friendly bathroom|Internet access|Wheelchair-accessible|Smoking rooms</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Standard Quadruple room" RoomTypeCode="h-fe43999b-ce30-5668-a48e-101f9ca4e71a|63|MjE2LjAwfEdCUHwyMDI2LTA5LTAy" OriginalAmount="216" TotalPrice="218.16" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/08/2026"><AdditionalDetails>GBP 4.60-- city tax is included in the room rate.&lt;br/&gt;GBP 27.57-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="true" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Smoke Detector</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-29T00:00:00" End="2026-09-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="218.16" /></CancelPenalty><CancelPenalty Start="2026-09-12T00:00:00" End="2026-09-16T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="218.16" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: FAMILY ROOM STANDARD" RoomTypeCode="20260916$20260919$W$273$629988$FAM.ST$ID_B2B_66$RO$B2C$1~4~0$$N@07~A-SIC~222108~-2037336785~N~~~NOR~~22B2D1868C8C400178600877855005AAUK0014000900060822b100|8|MjU2LjQzfEVVUnwyMDI2LTA4LTI3" OriginalAmount="220" TotalPrice="222.01" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false" CnxPolicy="Free CXL until 27/08/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="true" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Disability-friendly bathroom|Internet access|Wheelchair-accessible|Smoking rooms</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-27T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="219.81" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Room Only" FilterMealType="ROOM ONLY" RoomType="Room 1: STANDARD, QUINTUPLE, 5 BEDS" RoomTypeCode="0|0|1432818435|1786009002055187B2129B3||no|2292975|16|MjIxLjE5fEdCUHwyMDI2LTA5LTAz" OriginalAmount="221" TotalPrice="223.40" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 30/08/2026"><AdditionalDetails>CheckIn instructions: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Extra-person charges may apply and vary depending on property policy&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Government-issued photo identification and a credit card, debit card, or cash deposit may be required at check-in for incidental charges&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Special requests are subject to availability upon check-in and may incur additional charges; special requests cannot be guaranteed&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;This property accepts credit cards, mobile payments, and cash&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Please note that cultural norms and guest policies may differ by country and by property; the policies listed are provided by the property&amp;lt;/li&amp;gt;  &amp;lt;/ul&amp;gt;,CheckIn special instructions: This property doesn&amp;#039;t offer after-hours check-in. Front desk staff will greet guests on arrival at the property. Information provided by the property may be translated using automated translation tools.,Optional fees: &amp;lt;ul&amp;gt; &amp;lt;li&amp;gt;Fee for continental breakfast: approximately SAR 35.00 per person&amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Airport shuttle fee: SAR 150.00 per person (roundtrip)&amp;lt;/li&amp;gt;&amp;lt;/ul&amp;gt; &amp;lt;p&amp;gt;The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change. &amp;lt;/p&amp;gt;,Know before you go: &amp;lt;ul&amp;gt;  &amp;lt;li&amp;gt;Couples wishing to share a room must provide proof of marriage. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Alcohol is not served or permitted at this property. &amp;lt;/li&amp;gt;&amp;lt;li&amp;gt;Contactless check-in and contactless check-out are available.&amp;lt;/li&amp;gt; &amp;lt;/ul&amp;gt;,Tax Recovery Charges and Service Fees for 4 people: 65.46 USD (This amount is included within the total price).,Tax Recovery Charges and Service Fees for 4 people: 46.50 USD (This amount is included within the total price). Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="true" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Disability-friendly bathroom|Internet access|Wheelchair-accessible|Smoking rooms</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-30T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="223.40" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" RoomType="Room 1: FAMILY ROOM STANDARD" RoomTypeCode="1134965862-1-0|751134965862|4|0|12|MjIzLjY1fEdCUHxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="224" TotalPrice="225.89" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="true" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Disability-friendly bathroom|Internet access|Wheelchair-accessible|Smoking rooms</OtherFacilities></RoomType><RoomType BoardBasis="Room 1: ROOM ONLY" FilterMealType="ROOM ONLY" RoomType="Room 1: Standard Quadruple Room" RoomTypeCode="CD#1#BO#82.32#0#OB#OK#20260916#20260917#EU#4-0#20260916|20260919|W|273|629988|QUA.ST|HBXRO|RO||1~4~0||N[ARROBA]07~A-SIC~21e111~-1567853311~N~~~NOR~~B8D5F2E3C34C41D178600877947705AWES0007000100010821e111#ES|2|false|0#0F22BA83D8366AD6FE4DBFBAC1E9B70A8C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#BF4262#^CD#1#BO#82.32#0#OB#OK#20260917#20260918#EU#4-0#20260916|20260919|W|273|629988|QUA.ST|HBXRO|RO||1~4~0||N[ARROBA]07~A-SIC~21e111~-1567853311~N~~~NOR~~B8D5F2E3C34C41D178600877947705AWES0007000100010821e111#ES|2|false|0#0F22BA83D8366AD6FE4DBFBAC1E9B70A8C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#BF4262#^CD#1#BO#82.32#0#OB#OK#20260918#20260919#EU#4-0#20260916|20260919|W|273|629988|QUA.ST|HBXRO|RO||1~4~0||N[ARROBA]07~A-SIC~21e111~-1567853311~N~~~NOR~~B8D5F2E3C34C41D178600877947705AWES0007000100010821e111#ES|2|false|0#0F22BA83D8366AD6FE4DBFBAC1E9B70A8C9472F10FD7CA83D859D8F6C1C7A27B|0D0D0|0000#BF4262#|34|MjQ2Ljk2fEVVUnxzdXBwbGllcmRlYWRsaW5l" OriginalAmount="247" TotalPrice="249.43" Status="CheckRates" NonRefundable="false" CheckCNX="true" CheckRatesMandatory="false"><RoomAmenities FreeWifi="false" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="false" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="false" TV="false" InternetConnection="false" ExtraBedOnDemand="false" /><OtherFacilities /></RoomType><RoomType BoardBasis="Room 1: Room Only" RoomType="Room 1: Family room" RoomTypeCode="h-ece16a10-1bf1-5ad1-92a4-c438c4f52c1a|63|MjU2LjAwfEdCUHwyMDI2LTA4LTMw" OriginalAmount="256" TotalPrice="258.56" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 25/08/2026"><AdditionalDetails>GBP 5.45-- city tax is included in the room rate.&lt;br/&gt;GBP 32.68-- vat is included in the room rate.</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="true" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Smoke Detector</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-26T00:00:00" End="2026-09-15T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="258.56" /></CancelPenalty><CancelPenalty Start="2026-09-11T00:00:00" End="2026-09-17T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="258.56" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: BED AND BREAKFAST" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: Standard Quadruple Room" RoomTypeCode="20260916$20260919$W$273$629988$QUA.ST$HBXBB$BB$$1~4~0$$N@07~A-SIC~23513c~1159267581~N~~~NOR~~22B2D1868C8C400178600877855005AAUK0014000900060823513c|8|MzE2LjUzfEVVUnwyMDI2LTA4LTI4" OriginalAmount="271" TotalPrice="274.04" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 28/08/2026"><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="true" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Disability-friendly bathroom|Internet access|Wheelchair-accessible|Smoking rooms</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-28T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="274.04" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, QUADRUPLE" RoomTypeCode="0|1331|1317449665|1786009002102752B2153B2||no|2292975|16|Mjg5LjMzfEdCUHwyMDI2LTA5LTAy" OriginalAmount="289" TotalPrice="292.22" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/08/2026"><AdditionalDetails>Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="true" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Disability-friendly bathroom|Internet access|Wheelchair-accessible|Smoking rooms</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-29T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="292.22" /></CancelPenalty><CancelPenalty Start="2026-09-12T00:00:00" End="2026-09-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="292.22" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType><RoomType BoardBasis="Room 1: Breakfast" FilterMealType="BED &amp; BREAKFAST" RoomType="Room 1: STANDARD, QUINTUPLE" RoomTypeCode="0|1331|1535297305|1786009002102752B2153B5||no|2292975|16|MzEwLjY2fEdCUHwyMDI2LTA5LTAy" OriginalAmount="311" TotalPrice="313.77" NonRefundable="false" CheckCNX="false" CheckRatesMandatory="false" CnxPolicy="Free CXL until 29/08/2026"><AdditionalDetails>Prices include 5% VAT, and municipality fees calculated as follows: 5% VAT for 4 – 5 star Hotels, 2.5% VAT for 3 star and below.&lt;br/&gt;</AdditionalDetails><RoomAmenities FreeWifi="true" FreeAirportTransfer="false" FreeParking="false" AC="false" Pool="false" PetFriendly="false" Gym="false" Kitchen="false" Spa="false" Bar="false" AccessibleBathroom="true" InRoomAccessibility="false" RollInShower="false" WheelchairAccessibleRooms="true" TV="false" InternetConnection="true" ExtraBedOnDemand="false" /><OtherFacilities>Disability-friendly bathroom|Internet access|Wheelchair-accessible|Smoking rooms</OtherFacilities><CancelPolicies><CancelPenalties><CancelPenalty Start="2026-08-29T00:00:00" End="2026-09-12T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="313.77" /></CancelPenalty><CancelPenalty Start="2026-09-12T00:00:00" End="2026-09-13T00:00:00"><AmountPercent NmbrOfNights="0" BasisType="Amount" Percent="0" Amount="313.77" /></CancelPenalty></CancelPenalties></CancelPolicies></RoomType></RoomTypes><Images><Image Url="https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/14/98/14986fc01e2ffd6541d709928a8d751b7b47e492.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b0/9a/b09ab1353ffd235182a8df9a8078161ec170ce92.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/f3/a2/f3a2421835ba53c3afc7dd8b74f764480a1a1314.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/1f/85/1f854847bee52f3fd5f8c4e07f56a9cfdd01af12.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/d3/09/d3092dbed7edf3d61f6ff4398d4c8ee114e7acfa.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/3d/77/3d77eafaaee9d049c0361f482d3fdfce68a5877a.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/2d/d6/2dd60e63eb3c1327ccd2b3e4db27123bafbeb18d.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/3c/db/3cdbe944df7fe9c799a1c70de5e562d4fde46625.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/1d/c1/1dc11972db78a70eb3c885a3fec4e42cd2d51bc6.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/57/b9/57b9ed79275b158106d3cea2b0a6ba4ca3a38347.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/05/1f/051f7a55b1938fa4f8d939f29179ce9f063a74ab.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/86/2e/862ecf6c7c86a5a4104311655904c17633edd052.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/3a/a2/3aa25ed06b8a185cfe77fc8e047af3d90da77a8f.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/7c/f0/7cf0dede853f4ca7d246ad61390af0b4bd642a37.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/89/eb/89eb06307fe073b3663cdda76f8de9deed98b345.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/dd/2d/dd2d71c255805bd7908532aa83ad22b4d853ae6f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/03/3e/033ed2d3475f6c65f1cdf469f31d0672c7f5d65f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/9c/e1/9ce1bdb48e0b54f7ecdd0821c74d5ea82b5d0b69.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/23/71/2371474d479b81f9e2c9114151e289ddb68c45d9.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/8a/0a/8a0ae3d90313e462e907ef9453392f534cad793b.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/dc/e0/dce0a55da1597cfa40cc66612ca107ec309b71f0.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/b4/91/b491ac36dc01da4b975be6622f6f3a52daa6ade1.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/da/e6/dae66b35cad5864e5cf4e30e37e42f969905f1c5.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/5e/24/5e245695ff930454c34421ca44dff78719730f42.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/0f/77/0f772d6753d738a27587c26517ba0f4f0d0025f3.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/69/b8/69b80be161095d39aea2d88e6035af466d5249f3.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/98/7e/987e7c68f843b4f3babc5a58cb860335ead02d28.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/81/74/8174195517e8afefcc7f57425c30bed3ba4cc31c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/3a/44/3a4436e5044249fd1db81e5f24131c6b22375c9e.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/ff/2f/ff2f5fef7b98862d606368f659cd2b134a00a08c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/6e/94/6e94bf9b9228e579977b006988f38dbbebb7ba4f.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/22/ec/22ec98c541b91e7e6608fe101e58339a04b71797.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/4f/76/4f76e5f542ce3208dafb76ce4186cd3e42b9d4cf.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/e2/97/e2979ad85d1b5d86b8f1ee9b5cf778700124bd24.jpeg" /><Image Url="https://cdn.worldota.net/t/x500/content/fb/98/fb982d0a91bfa81576faaf5c6f23b0e9e9f1ac09.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/46/94/4694d7e85f4989f23aa40ba6ca1de8320a6af362.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/b6/98/b6986f1f22dbf9a7b3466677f3c97edd430c889b.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/4c/76/4c76b1f6c6d7b034c486e489786da322c7855415.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/08/0d/080d8ae7378cfbb5afe55e531350f1e2409796d9.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/bb/eb/bbeb74e716986fc16106b3db0ac47252b0f2103c.JPEG" /><Image Url="https://cdn.worldota.net/t/x500/content/zz/aa/adaa037b43a8d485d24f1b9786da361409c9a27e.JPEG" /></Images><HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel AL.Madinah is now operated by Manazil Al.Mukhtara Company since August 2016. 

ODST hotel is now a 4 stars hotel category. 

ODST Hotel is a prestigious 4 Stars property that located in the hart of the Al.Madinah AL.Munawarah in Northern Central Area called (Al.Markaziah).

Locations:
ODST Hotel enjoys an exceptional location in hart of the northern Central area of the (Al.Markaziah), around 170 Meters from the Al.Masjid AL.Nabawai Al.Shareef (Prophets' Holy Mosque), It is a 5 minutest walking distance to Holy Mosque, and location surrounded by luxurious hotels, shopping males and restaurants.

Accommodation:
Featuring 700 Rooms, Spread over 14 floors the hotel has been thoughtful equipped to meet the needs of hajj and Umrah pilgrims, business Travels, and families. All rooms offer ultimate level in convenience and comfort, coupled with incomparable view of the Prophets city.

Dining:
With special restaurant located at level M of the building, the hotel offers exceptional Arabic, Asian, and international dining, Plus that there some other external food brands available in the hotel including dominos pizza, fried chickens &amp; other.

Facilities:
A wide range of facilities ensures guest hospitality. These include complementary WIFI in the lobby and general areas, 24 hr front disk services, limousine services, and car parking services.</HotelDescription><Facilities><HotelFacilities><Type>Building Information</Type><Description>Year of construction</Description><Value>2007</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Year of most recent renovation</Description><Value>2016</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Total number of rooms</Description><Value>700</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Number of floors (main building)</Description><Value>14</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Double rooms</Description><Value>100</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Triple rooms</Description><Value>300</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Quadruple rooms</Description><Value>200</Value></HotelFacilities><HotelFacilities><Type>Building Information</Type><Description>Family rooms</Description><Value>50</Value></HotelFacilities><HotelFacilities><Type>Hotel Type</Type><Description>hotel</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>American Express</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>MasterCard</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Visa</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Payment</Type><Description>Visa Electrón</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Room Facilities</Type><Description>Number of bedrooms</Description><Value>1</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Wheelchair-accessible</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car park (50SAR Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Garage</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour reception</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Check-in hour From 16:00:00 To 23:00:00</Description><Value /></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Check-out hour From 12:00:00 To 14:00:00</Description><Value /></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Mobile phone coverage</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Wi-fi</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Local and international calls</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Car hire ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Transfer service</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Secure parking ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Valet parking ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Room service ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Laundry service ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Multilingual staff</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>24-hour security</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Smoke detector</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Hotel safe ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Currency exchange facilities</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Lift access</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Newspaper stand</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Supermarket</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Shop</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Facilities</Type><Description>Towels and bed linen ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Catering</Type><Description>Restaurant</Description><Value>2</Value></HotelFacilities><HotelFacilities><Type>Catering</Type><Description>Banquet hall</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Catering</Type><Description>Breakfast room</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Meeting room</Description><Value>2</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Projector ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Secretarial service ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Printer ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Photocopier ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Business centre ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Audio-visual equipment rental ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Business</Type><Description>Fax ( Payable At Establishment)</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast buffet</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast served to the table</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Continental breakfast</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Hot breakfast</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast a la carte</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Early bird breakfast</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>À la carte lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Buffet dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>À la carte dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast and dinner</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Breakfast and lunch</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Half board without drinks</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Half board with non-alcoholic drinks</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Half board with drinks</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Full board</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Full board without drinks</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Full board with non-alcoholic drinks</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Full board with drinks</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>All inclusive without drinks</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>No alcohol is served</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Meals</Type><Description>Snacks</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Things to keep in mind</Type><Description>Non-smoking establishment</Description><Value>true</Value></HotelFacilities><HotelFacilities><Type>Stay Type</Type><Description>Business hotels </Description><Value /></HotelFacilities></Facilities></HotelRoomRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|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="de2c1a8c-92fe-4635-b361-00dfd96a79e9">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="4" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-16T00:00:00" End="2026-09-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="info@almahadtravels.com" Password="Plan@98499849" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|HotelbedsSearch|Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.|System.Data.SqlClient.SqlException (0x80131904): Could not find stored procedure 'dbo.GetRoomsByHotelCodes'.
   at Core.Dal.GetTempDatByDataSet(CommandType pCommandType, String pCommand, List`1 pParamList) in D:\Projects\WorldwideDMCV2\Core\Data\Data\Dal.cs:line 134
   at HotelBookingEngine.HotelStaticData.GetRoomsByHotelCodes(String Codes) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelStaticData.cs:line 231
   at HotelSources.SmyRooms.GetSearchRS(List`1 _SearchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\SmyRooms\SmyRooms.cs:line 267
ClientConnectionId:d5587906-87cd-4c02-a621-4623afc00b83
Error Number:2812,State:62,Class:16|SmyRooms|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
de2c1a8c-92fe-4635-b361-00dfd96a79e9|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:37:04.9114253+01:00" Version="0" EchoToken="Search" TransactionIdentifier="de2c1a8c-92fe-4635-b361-00dfd96a79e9" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="224.48" OriginalAmount="222.26" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248|Bed &amp; Breakfast" HotelName="Al Mukhtara International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="240.38" OriginalAmount="238" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|457646-5345420/8056196480782758460/106" HotelName="AL MUKHTARA INTERNATIONAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/12000000/11470000/11464100/11464100/57bd2e8b_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="240.78" OriginalAmount="238.40" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.488143" Longitude="39.616199" StarRating="0" HotelCode="|471533" HotelName="Zaha Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Abi Zur Al Ghafari</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/4/7/1/5/3/3/471533_a451ea91956.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="264.62" OriginalAmount="262.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="274.04" OriginalAmount="271.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|629988|Bed &amp; Breakfast" HotelName="Odst Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="393.63" OriginalAmount="389.73" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|613309|Bed &amp; Breakfast" HotelName="Saja Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="417.13" OriginalAmount="413" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="43.573" Longitude="-116.215" StarRating="4" HotelCode="0|503033-18213490/8056196480782758460/138" HotelName="SAJA BY WARWICK MADINAH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>3300 SOUTH VISTA AVE, BOISE, 83705, ID, US	</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/20000000/19720000/19710600/19710557/6810b09e_b.jpg</HotelPictures>
        <HotelDescription> Property Desc:    Property Location   When you stay at The Boise Hotel and Conference Center in Boise, you'll be near the airport and close to Hillcrest Country Club and Boise State University. This hotel is within close proximity of Zoo Boise and Morrison-Knudsen Nature Center.   Rooms   Make yourself at home in one of the 195 air-conditioned guestrooms. Cable television is provided for your entertainment. Conveniences include desks and complimentary newspapers, as well as direct-dial phones with voice mail.   Rec, Spa, Premium Amenities   Enjoy recreational amenities such as an indoor pool and a fitness facility. Additional amenities include complimentary wireless Internet access and an arcade/game room.   Dining   Take advantage of the hotel's room service (during limited hours). Quench your thirst with your favorite drink at a bar/lounge.   Business, Other Amenities   Featured amenities include a business center, secretarial services, and complimentary newspapers in the lobby. Event facilities at this hotel consist of conference/meeting rooms, small meeting rooms, and banquet facilities. A roundtrip airport shuttle is provided at no charge.   Room Info:    Fees    The following fees and deposits are charged by the property at time of service, check-in, or check-out.      A pet fee will be charged per stay       The above list may not be comprehensive. Fees and deposits may not include tax and are subject to change.     Hotel Policy:  You must present a photo ID when checking in. Your credit card is charged at the time you book. Bed type and smoking preferences are not guaranteed.Your reservation is prepaid and is guaranteed for late arrival. The total charge includes all room charges and taxes, as well as fees for access and booking. Any incidental charges such as parking, phone calls, and room service will be handled directly between you and the property.  Checkin Instructions:  Extra-person charges may apply and vary depending on hotel policy.  Government-issued photo identification and a credit card or cash deposit are required at check-in for incidental charges.  Special requests are subject to availability upon check-in and may incur additional charges. Special requests cannot be guaranteed.     Property Information:  Pets allowed   Check-in time starts at 3 PM  Check-out time is 11 AM  &lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="440.83" OriginalAmount="436.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|008381" HotelName="Nusk Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="487.83" OriginalAmount="483" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="3" HotelCode="0|56710-18152794/8056196480782758460/283" HotelName="NEW MADINAH HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/920000/911500/911494/dcc50ed8_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="510.37" OriginalAmount="505.32" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355|Bed &amp; Breakfast" HotelName="Tulip Inn Al Dar Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="517.65" OriginalAmount="512.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Bed &amp; Breakfast" HotelName="Hotel Pullman ZamZam Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="550.45" OriginalAmount="545" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="33.6533794" Longitude="-84.4470971" StarRating="5" HotelCode="0|305525-18163473/8056196480782758460/247" HotelName="PULLMAN ZAMZAM MADINA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>1776 Harvard Avenue, College Park, GA</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/lodging/10000000/9100000/9093700/9093635/ae38d178_b.jpg</HotelPictures>
        <HotelDescription>Just minutes from the world's busiest airport, the Hotel Indigo® Atlanta Airport College Park hotel is nestled in an historic neighborhood with a thoughtful team ready to help you discover its charm. Our spacious guest rooms offer a chance to spread out
 after your journey, and our own Harvard &amp;amp;amp; Main restaurant serves specialties that couldnt be any more local. Ingredients come from our on-site herb garden. Similarly, our bar will spoil you with personal service and tasty cocktails. For meetings, we offer
 2800 square feet of available space, and for easy discovery of greater Atlanta, were also a quick walk to the citys train system, MARTA.
&lt;br /&gt;Check In: 15:00 PM&lt;br /&gt;Check Out: 12:00&lt;br /&gt;Maximum child age: 19&lt;br /&gt; Hotel Indigo Atlanta Airport College Park welcomes your pets up to 75 Lbs to stay with us. Pets above 80 Lbs are not accepted. A non refundable fee for your pet of 25 dollar for the first night or 50 dollars for a multiple night stays is required.
&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="561.56" OriginalAmount="556" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|305534-18202325/8056196480782758460/221" HotelName="EMAAR AL MEKTAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/22000000/21060000/21058600/21058516/c5a8a4d6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="566.88" OriginalAmount="561.27" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|2367525|Bed &amp; Breakfast" HotelName="Nozol Al Shakreen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="574.32" OriginalAmount="568.63" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Bed &amp; Breakfast" HotelName="Elaf Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="578.73" OriginalAmount="573.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|majlis_grand_mercure_medina" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="580.75" OriginalAmount="575.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|holiday_villa_madinah_2" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="582.77" OriginalAmount="577.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|al_muna_kareem_radisson_blu_hotel_al_madinah" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="613.07" OriginalAmount="607" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1384396-24030320/8056196480782758460/112" HotelName="EMAAR ROYAL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://cdn.tourismcloudservice.com/HotelsV3/1384396/202311281589181.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="634.58" OriginalAmount="628.30" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635|Bed &amp; Breakfast" HotelName="Royal Dyar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="637.31" OriginalAmount="631" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1438260-28681110/8056196480782758460/306" HotelName="WORTH PENINSULA MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/114000000/113780000/113778900/113778887/86b86d17_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="640.34" OriginalAmount="634" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|4823-18180957/8056196480782758460/208" HotelName="ELAF TAIBA" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/4000000/3430000/3422500/3422415/d14076eb_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="655.95" OriginalAmount="649.46" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|CAS397300|Bed &amp; Breakfast" HotelName="Mövenpick Anwar Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="657.51" OriginalAmount="651" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1466322-32938583/8056196480782758460/99" HotelName="DIYAR AJWA, TAPESTRY COLLECTION BY HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/122000000/121310000/121306700/121306618/w5757h3835x0y5-8e9276b4_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="664.16" OriginalAmount="657.58" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47395" Longitude="39.610224" StarRating="5" HotelCode="167775|1074158|Bed &amp; Breakfast" HotelName="Al Madina Harmony Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Sitteen Road, P.O. Box 4424, Northern District, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/394827/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys can be reached by lift. The hotel features various services and facilities, including a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="672.66" OriginalAmount="666" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|262212-18194765/8056196480782758460/210" HotelName="FRONTEL AL HARITHIA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/34000000/33320000/33316300/33316243/981737c4_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="675.69" OriginalAmount="669" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|172104-18210048/8056196480782758460/179" HotelName="ANWAR AL MADINAH MOVENPICK" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2780000/2770400/2770302/ec191428_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="34" TotalAmount="678.81" OriginalAmount="672.09" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4677128" Longitude="39.60459341" StarRating="4" HotelCode="357072|589337" HotelName="Golden Tulip AL Mektan" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" HotelFacility="Air Conditioning,Internet,Laundry">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://online.travellanda.com/photo/hotel/a72f9c984f54597d/9f/9f1c5203a3bfec0b/01-b.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="715.08" OriginalAmount="708" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|1450425-32372448/8056196480782758460/60" HotelName="DOUBLETREE BY HILTON MADINAH GATE" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/121000000/120310000/120302900/120302839/49f6de84_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1111.37" OriginalAmount="1100.37" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|150838|Bed &amp; Breakfast" HotelName="Madinah Mövenpick Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1122.11" OriginalAmount="1111" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|1452584-32389624/8056196480782758460/155" HotelName="MAKAREM BURJ AL MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/111000000/110620000/110617700/110617682/w6945h4628x0y0-9c2c3375_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1125.61" OriginalAmount="1114.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|318995|Bed &amp; Breakfast" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1139.85" OriginalAmount="1128.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|321559|Bed &amp; Breakfast" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 07/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1157.46" OriginalAmount="1146" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|78218-18198807/8056196480782758460/305" HotelName="INTERCONTINENTAL DAR AL HIJRA MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/130000/124800/124784/357586b6_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1166.50" OriginalAmount="1154.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|2391035|Bed &amp; Breakfast" HotelName="Marriott Executive Apartments Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0f8617ce8709cd0e9c938559a95054e03fe6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1168.49" OriginalAmount="1156.92" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|2891071|Bed &amp; Breakfast" HotelName="Shaza Al Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1169.58" OriginalAmount="1158" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|203613-18210037/8056196480782758460/350" HotelName="SOFITEL SHAHD AL MADINAH" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/5000000/4150000/4143500/4143410/a907ca47_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1171.60" OriginalAmount="1160" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80770-18181318/8056196480782758460/268" HotelName="INTERCONTINENTAL MADINAH - DAR AL IMAN" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/3000000/2540000/2537900/2537849/w6605h4398x0y6-08a8d65c_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1217.05" OriginalAmount="1205" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="45.4823511" Longitude="9.2028803" StarRating="5" HotelCode="0|457754-21004073/8056196480782758460/5" HotelName="MILLENNIUM AL AQEEQ" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <Address>
          <AddressLines>
            <AddressLine>Via Ruggero Boscovich, 21 (Hotel Bolzano) ,Milan,  20124</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>https://i.travelapi.com/hotels/8000000/7360000/7353600/7353509/c08749a6_b.jpg</HotelPictures>
        <HotelDescription>Set in a prime location of Milan, Hotel Bolzano puts everything the city has to offer just outside your doorstep. The hotel offers a high standard of service and amenities to suit the individual needs of all travelers. 24-hour room service, free Wi-Fi in all rooms, Wi-Fi in public areas, airport transfer, tours are there for guest`s enjoyment. Each guestroom is elegantly furnished and equipped with handy amenities. Enjoy the hotel`s recreational facilities, including garden, before retiring to your room for a well-deserved rest. For reliable service and professional staff, Hotel Bolzano caters to your needs. &lt;br /&gt;American Express, Visa, Euro/Mastercard, Carte Bleue, Diners Club, JCB, Maestro, Bankcard, CartaSi, Australian BankCard&lt;br /&gt;Guests over 3 years old are considered as adults.&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="1260.28" OriginalAmount="1247.80" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669|Bed &amp; Breakfast" HotelName="Hilton Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="1273.63" OriginalAmount="1261.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505|Bed &amp; Breakfast" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="1287.69" OriginalAmount="1274.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300|Bed &amp; Breakfast" HotelName="Millennium Al Aqeeq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1293.81" OriginalAmount="1281" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80772-32393287/8056196480782758460/30" HotelName="MADINAH HILTON" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/1000000/910000/903600/903564/w3837h2789x3y3-6bedb427_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1348.28" OriginalAmount="1334.93" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4887527" Longitude="39.5641065" StarRating="0" HotelCode="|178389" HotelName="Le Meridien Medina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Free CXL until 11/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road - Madinah</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/9/178389_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="1424.04" OriginalAmount="1409.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4653717" Longitude="39.6066073" StarRating="5" HotelCode="|160205" HotelName="Taiba Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Omar Ibn Al Khattab Road, P.O. Box 5300, 41422</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/6/0/2/0/5/160205_d8d1b381716.jpg</HotelPictures>
        <HotelDescription>HOTEL: This establishment has comfortable facilities. SITUATION: This hotel is near the city centre, is 20 minutes away from the airport excellent transport links to the city.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="1475.61" OriginalAmount="1461" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="4" HotelCode="0|457742-32382165/8056196480782758460/9" HotelName="MILLENNIUM TAIBA HOTEL" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/hotels/5000000/4310000/4308800/4308755/b3cdede8_b.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="1613.41" OriginalAmount="1597.44" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611|Bed &amp; Breakfast" HotelName="Millennium Taiba Hotel Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="2016.97" OriginalAmount="1997.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|oberoi_2" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="94" TotalAmount="2024.59" OriginalAmount="2004.54" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4714864" Longitude="39.6114743" StarRating="5" HotelCode="|178384" HotelName="Dar Al Taqwa" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>City Center</AddressLine>
          </AddressLines>
        </Address>
        <HotelPictures>http://cdnh.octanio.com/images/hotels/1/7/8/3/8/4/178384_2.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="2104.40" OriginalAmount="2083.56" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144|Bed &amp; Breakfast" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="83" TotalAmount="2778.51" OriginalAmount="2751" MarkupRule="1.00">
      <BasicPropertyInfo StarRating="5" HotelCode="0|80765-27052523/8056196480782758460/223" HotelName="DAR AL TAQWA (CITY VIEW)" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST">
        <HotelPictures>https://i.travelapi.com/lodging/8000000/8000000/7994200/7994117/8f004e17_z.jpg</HotelPictures>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="3" HotelCode="835434|712570|Bed &amp; Breakfast" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46336551" Longitude="39.60535684" StarRating="3" HotelCode="776997|629992|Bed &amp; Breakfast" HotelName="Rawdah Al Mukhtara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ben Awaf Street, Northern Area Of Al 10, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629992/629992a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rawdaht Al.Mukhtara Hotel is a prestigious 2 Stars property that located in the hart of the Al.Madin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|629994|Bed &amp; Breakfast" HotelName="Al Mukhtara Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="7365.39" OriginalAmount="7292.47" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535|Bed &amp; Breakfast" HotelName="Al Mukhtara Al Gharbi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 08/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Fax,Internet,Lounge,Telephone Service,Restaurant,Room Service,Spa,Conference Hall,24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Laundry,Meeting Room,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Jacuzzi,Kitchen,Central Heating,Designated Smoking Area</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0ef4ca4c-d117-4f80-bce8-6c67287328f7|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="0ef4ca4c-d117-4f80-bce8-6c67287328f7">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-16T00:00:00" End="2026-09-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <HotelRef HotelId="399895|1785248|Bed &amp; Breakfast" SourceId="16" />
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="IN" ClientCountry="India" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
|Exception|Column 'Veturis' does not belong to table Table1.|System.ArgumentException: Column 'Veturis' does not belong to table Table1.
   at System.Data.DataRow.GetDataColumn(String columnName)
   at System.Data.DataRow.get_Item(String columnName)
   at HotelBookingEngine.HotelCity.Load(Int32 pCityId, Int32 DestinationId, Int32 HotelId, String landmark) in D:\Projects\WorldwideDMCV2\Module\Hotel\BookingEngine\HotelBookingEngine\HotelCity.cs:line 897|LoadCity|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0ef4ca4c-d117-4f80-bce8-6c67287328f7|RateHawkPrice|exception while supplier interation||RateHawk|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0ef4ca4c-d117-4f80-bce8-6c67287328f7|DOTWPrice|successfull supplier interation||DOTW|TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0ef4ca4c-d117-4f80-bce8-6c67287328f7|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="0ef4ca4c-d117-4f80-bce8-6c67287328f7">
  <Request>
    <Rooms>
      <Room>
        <GuestCounts>
          <GuestCount PaxCode="10" Count="2" />
        </GuestCounts>
      </Room>
    </Rooms>
    <HotelCity GTCityId="71497" DestinationId="0" CityId="0" />
    <StayDateRange Start="2026-09-16T00:00:00" End="2026-09-19T00:00:00" />
    <Rating MinRating="0" MaxRating="5" />
    <MealType>Bed &amp; Breakfast</MealType>
    <AllSupplier>false</AllSupplier>
  </Request>
  <GeneralInfo UserName="WorldwideDMC" Password="$DMC0202$@2802" RequestedCurrency="GBP" ClientNationality="IN" MarkupValue="0" MarkupPercentage="0" />
</HotelSearchRQ>||TrueSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0ef4ca4c-d117-4f80-bce8-6c67287328f7|TravcoSearch|Data at the root level is invalid. Line 1, position 1.|System.Xml.XmlException: Data at the root level is invalid. Line 1, position 1.
   at System.Xml.XmlTextReaderImpl.Throw(Exception e)
   at System.Xml.XmlTextReaderImpl.ParseRootLevelWhitespace()
   at System.Xml.XmlTextReaderImpl.ParseDocumentContent()
   at System.Xml.XmlLoader.Load(XmlDocument doc, XmlReader reader, Boolean preserveWhitespace)
   at System.Xml.XmlDocument.Load(XmlReader reader)
   at System.Xml.XmlDocument.LoadXml(String xml)
   at HotelSources.Travco.GetSearchRS(String searchRS, HotelSearchRS& response, Int32& SupplierCount, Int32& ParseCount) in D:\Projects\WorldwideDMCV2\Module\Hotel\Sources\Travco\Travco.cs:line 336|Travco|FalseSystem.TimeoutException: A timeout occured after 30000ms selecting a server using CompositeServerSelector{ Selectors = MongoDB.Driver.MongoClient+AreSessionsSupportedServerSelector, LatencyLimitingServerSelector{ AllowedLatencyRange = 00:00:00.0150000 } }. Client view of cluster state is { ClusterId : "1", ConnectionMode : "Automatic", Type : "Unknown", State : "Disconnected", Servers : [{ ServerId: "{ ClusterId : 1, EndPoint : "77.68.17.64:27017" }", EndPoint: "77.68.17.64:27017", State: "Disconnected", Type: "Unknown", HeartbeatException: "MongoDB.Driver.MongoConnectionException: An exception occurred while opening a connection to the server. ---> System.Net.Sockets.SocketException: No connection could be made because the target machine actively refused it 77.68.17.64:27017
   at System.Net.Sockets.Socket.InternalEndConnect(IAsyncResult asyncResult)
   at System.Net.Sockets.Socket.EndConnect(IAsyncResult asyncResult)
   at System.Threading.Tasks.TaskFactory`1.FromAsyncCoreLogic(IAsyncResult iar, Func`2 endFunction, Action`1 endAction, Task`1 promise, Boolean requiresSynchronization)
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<ConnectAsync>d__7.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.TcpStreamFactory.<CreateStreamAsync>d__4.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at System.Runtime.CompilerServices.TaskAwaiter.HandleNonSuccessAndDebuggerNotification(Task task)
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
   --- End of inner exception stack trace ---
   at MongoDB.Driver.Core.Connections.BinaryConnection.<OpenHelperAsync>d__48.MoveNext()
--- End of stack trace from previous location where exception was thrown ---
   at System.Runtime.ExceptionServices.ExceptionDispatchInfo.Throw()
   at MongoDB.Driver.Core.Servers.ServerMonitor.<HeartbeatAsync>d__27.MoveNext()" }] }.
   at MongoDB.Driver.Core.Clusters.Cluster.ThrowTimeoutException(IServerSelector selector, ClusterDescription description)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChangedHelper.HandleCompletedTask(Task completedTask)
   at MongoDB.Driver.Core.Clusters.Cluster.WaitForDescriptionChanged(IServerSelector selector, ClusterDescription description, Task descriptionChangedTask, TimeSpan timeout, CancellationToken cancellationToken)
   at MongoDB.Driver.Core.Clusters.Cluster.SelectServer(IServerSelector selector, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupportedAfterServerSelection(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoClient.AreSessionsSupported(CancellationToken cancellationToken)
   at MongoDB.Driver.OperationExecutor.StartImplicitSession(CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.UsingImplicitSession[TResult](Func`2 func, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionImpl`1.BulkWrite(IEnumerable`1 requests, BulkWriteOptions options, CancellationToken cancellationToken)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, Action`2 bulkWrite)
   at MongoDB.Driver.MongoCollectionBase`1.InsertOne(TDocument document, InsertOneOptions options, CancellationToken cancellationToken)
   at Core.Audit.InsertMongoLog(String TraceId, String MethodName, String ShortMessage, String DetailMessage, String Supplier, Boolean status, Int32 SupplierCount, Int32 ParseCount, String Request, String Response) in D:\Projects\WorldwideDMCV2\Core\Auditer\Auditer\Audit.cs:line 134
0ef4ca4c-d117-4f80-bce8-6c67287328f7|SearchResponse|SearchResponse|<?xml version="1.0" encoding="utf-16"?>
<HotelSearchRS xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" TimeStamp="2026-08-06T10:42:20.4749648+01:00" Version="0" EchoToken="Search" TransactionIdentifier="0ef4ca4c-d117-4f80-bce8-6c67287328f7" Currency="GBP">
  <HotelStays>
    <HotelStay SourceId="16" TotalAmount="186.00" OriginalAmount="184.16" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473399991589" Longitude="39.612075076177" StarRating="3" HotelCode="399895|1785248|Bed &amp; Breakfast" HotelName="Al Mukhtara International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 29/08/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>60th Road, King Fahad Road, North Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629985/629985a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="203.01" OriginalAmount="201.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46683866" Longitude="39.59893348" StarRating="0" HotelCode="784472|zaha_al_madina_hotel_2" HotelName="Zaha Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Al Salam Road, As Suqya, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/4f/46/4f46e4a29c87032617ec7561fda4f5420cc5296b.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="224.24" OriginalAmount="222.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47362277" Longitude="39.60829198" StarRating="4" HotelCode="570579|2292975|Bed &amp; Breakfast" HotelName="Odst Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="24 Hour Security,Airport Transfer (on Demand),Banquet Hall,Business Centre,Currency Exchange,Fax,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ibn Awaf Street, Budaah District, North Al Markazeiah, Shamaliyah, Al Haram, Madinah 15032</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ab/c1/abc1de3923ee46e3ab8c5bf12f24b58f48ddc77a.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;ODST Al.Madinah Hotel

Known perviously as Fosool Al.Fayrooz Season, or Al.Majd Season, ODST Hotel A...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="233.94" OriginalAmount="231.62" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47329" Longitude="39.60898" StarRating="4" HotelCode="310083|629984|Bed &amp; Breakfast" HotelName="Zowar International Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Fax,Internet,Restaurant,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>The Central Area, P.O. 42311, Madina, Al Munnawarra?</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629984/629984a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="275.79" OriginalAmount="273.06" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464643479839" Longitude="39.609459230661" StarRating="3" HotelCode="514095|2292965|Bed &amp; Breakfast" HotelName="Nusk Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Kitchen,Laundry,Lounge">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Obadah Street, South Central Area, Madinah 42316</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a7/6e/a76ee761b692e010b69620e787dd26d50502b882.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="278.04" OriginalAmount="275.29" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.550404312371" Longitude="39.718454923116" StarRating="5" HotelCode="757151|632746|Bed &amp; Breakfast" HotelName="Millennium Madinah Airport" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="24 Hour Security,Air Conditioning,Banquet Hall,Business Centre,Conference Hall,Currency Exchange,Designated Smoking Area,Dining,Fax,Garden,Internet,Laundry,Meeting Room,Parking,Printer,Restaurant,Room Service,Smoking Rooms,Spa,Valet Parking,Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Prince Mohammed Bin Abdulaziz International Airport, Madinah 42342</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/ca/46/ca467fdd8197c82573cd3d6f40f0490102192c6a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;A newly built Millennium Madinah Airport boasts 227 comfortable guest rooms &amp; suites across six floo...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="287.96" OriginalAmount="285.11" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47386887" Longitude="39.60760649" StarRating="4" HotelCode="615308|613309|Bed &amp; Breakfast" HotelName="Saja Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street, Northern Central Zone, Al Madinah Al Munwarah, 42311 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/70/27/70275de59edf8c0386a8be0337b5c5f46a5e05d7.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
        <Offer>Exclusive discount</Offer>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="302.57" OriginalAmount="299.57" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471382519462" Longitude="39.612612187647" StarRating="4" HotelCode="236168|2520835|Bed &amp; Breakfast" HotelName="Golden Tulip Al Zahabi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine />
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/55/12/5512363ab285c5a263cefbee18608b2561c00e72.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="307.53" OriginalAmount="304.49" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463774241227" Longitude="39.611871242523" StarRating="5" HotelCode="174015|35724|Bed &amp; Breakfast" HotelName="Madinah Mövenpick Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Sharia Court Road, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/15/150838/150838a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="312.99" OriginalAmount="309.89" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48954135" Longitude="39.56409616" StarRating="5" HotelCode="80156|1622948|Bed &amp; Breakfast" HotelName="Le Meridien Medina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Khaled Bin El Waleed Road, PO Box 1735, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c2/24/c224bf893b45e94d60fa8c053abc791397270039.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="331.81" OriginalAmount="328.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.464248237184" Longitude="39.611160794889" StarRating="5" HotelCode="313286|59432551|Bed &amp; Breakfast" HotelName="Hotel Pullman ZamZam Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Amr Bin Al Gmoh Street, Madina, PO Box 40233, Al Madinah 41499</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/0a/c4/0ac4f7c9f88b95c5b216749e1aea6523f387fcbd.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="333.00" OriginalAmount="329.70" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471903101983" Longitude="39.609923465073" StarRating="5" HotelCode="351597|2367505|Bed &amp; Breakfast" HotelName="Royal Inn Al Rawda" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Medina 20012</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/34/84/34846bac34596459bd22330bf8d31b44329de73d.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="344.94" OriginalAmount="341.52" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46531676" Longitude="39.60882887" StarRating="4" HotelCode="354123|2367525|Bed &amp; Breakfast" HotelName="Nozol Al Shakreen Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Abu Ayyub Al-Ansari, Bani Khidrah, Medina 42311</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/1d/a9/1da9d463dbe4877c5284c4b231864274b051632e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="352.27" OriginalAmount="348.78" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.463882" Longitude="39.610066" StarRating="4" HotelCode="207932|1514050|Bed &amp; Breakfast" HotelName="Crowne Plaza Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Street Between 1st Ring Road, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/c7/3f/c73fb6cb9ae21983ccdf719e941356fedbe0260c.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="377.38" OriginalAmount="373.64" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.465234369093" Longitude="39.606745597037" StarRating="4" HotelCode="167755|2965611|Bed &amp; Breakfast" HotelName="Millennium Taiba Hotel Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Internet,Jacuzzi,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Omer Bin Khattab Road, Al-Anbariyah, Al Madinah 41422</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/54/548341/548341a_hb_a_001.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="382.76" OriginalAmount="378.97" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46888264" Longitude="39.60455071" StarRating="3" HotelCode="943569|2491355|Bed &amp; Breakfast" HotelName="Tulip Inn Al Dar Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Saeed Ibn Zaid Al Qurashi Street, Al Madinah 42311-2233</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f9/b5/f9b5205ad2925f1ab51d22f622230510af983b3e.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="390.72" OriginalAmount="386.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47282562" Longitude="39.60682845" StarRating="4" HotelCode="351867|2347035|Bed &amp; Breakfast" HotelName="Al Eiman Taibah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Central North, Al Madinah 55555</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a6/e4/a6e4a7f0e1fd1a66379ccac29b36f70b092bf2c6.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;The hotel offers a range of facilities and services to ensure a comfortable stay. Individual storeys...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="401.92" OriginalAmount="397.94" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472742" Longitude="39.613177" StarRating="5" HotelCode="167772|1658548|Bed &amp; Breakfast" HotelName="Leader Al Muna Kareem Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 28/08/2026" HotelFacility="Air Conditioning,Internet,Lounge,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Al Munawarah, PO. Box 7030, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d8/50/d850722a1b72b3834bbf5bf98ea8402d49fdaaf5.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel warmly welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="414.10" OriginalAmount="410.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.48614641" Longitude="39.64986336" StarRating="0" HotelCode="963752|marriott_executive_apartments_madinah" HotelName="Marriott Executive Apartments Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>King Abdullah Second Ring Road, Next to Al Rashid Mega Mall, Madinah 42361</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/6f/0f/6f0f8617ce8709cd0e9c938559a95054e03fe6a2.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="1" TotalAmount="429.28" OriginalAmount="425.03" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471985352502" Longitude="39.609501109123" StarRating="5" HotelCode="318685|CBG244300|Bed &amp; Breakfast" HotelName="Millennium Al Aqeeq Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 04/09/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Musab Bin Omair Street, North Central Region, P.O. Box 6388, Madinah 41442</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/44/442321/442321a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="450.46" OriginalAmount="446.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.473758244325" Longitude="39.61063291604" StarRating="5" HotelCode="82826|intercontinental_dar_al_hijra_madinah" HotelName="InterContinental Dar Al Hijra" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Central Area, PO Box 20201, Madinah 41455</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/cf/62/cf627977c7719d162f6e209adbe8c446f10b7905.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="456.77" OriginalAmount="452.25" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47310169814" Longitude="39.61083689266" StarRating="5" HotelCode="417066|2367635|Bed &amp; Breakfast" HotelName="Royal Dyar Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Internet,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Street, Northern Central Area, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/7c/70/7c7052b516074320facb1d9e1ff1636cf97acca8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel welcomes guests in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="482.38" OriginalAmount="477.60" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47266798046" Longitude="39.612600803375" StarRating="4" HotelCode="185731|2346695|Bed &amp; Breakfast" HotelName="Rove Al Madinah Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Central Heating,Designated Smoking Area,Laundry,Lounge,Restaurant,Room Service">
        <Address>
          <AddressLines>
            <AddressLine>Northern Central Area, Beside Masjid Al-Bukhari, Madina Al Mounawara, 40438 Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/a3/05/a30535235b8543ca1d4ed38b0553fee8861a2c8e.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the heart of Madinah. The nearest airport is Medina (MED) (about 15 km).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="484.82" OriginalAmount="480.02" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471403413525" Longitude="39.607810378075" StarRating="5" HotelCode="98617|1520156|Bed &amp; Breakfast" HotelName="Mövenpick Anwar Al Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Zone, Madinah, Munawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/50/af/50afd5c9ce6f8540fcc649a6eb4181ffaf4a93bb.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in the centre of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="63" TotalAmount="502.98" OriginalAmount="498.00" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472392" Longitude="39.608918" StarRating="5" HotelCode="298516|majlis_grand_mercure_medina" HotelName="Majlis Grand Mercure Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Central Area, Po Box 7714, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/35/b0/35b0d13266d76b76e9b281dbcf4ac62a388e2608.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="504.21" OriginalAmount="499.22" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47395" Longitude="39.610224" StarRating="5" HotelCode="167775|1074158|Bed &amp; Breakfast" HotelName="Al Madina Harmony Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Internet,Restaurant,Spa">
        <Address>
          <AddressLines>
            <AddressLine>Sitteen Road, P.O. Box 4424, Northern District, Madinah</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>http://media.dev.paximum.com/hotelimages/394827/1.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Most storeys can be reached by lift. The hotel features various services and facilities, including a...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="507.12" OriginalAmount="502.10" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47121243946" Longitude="39.606983670094" StarRating="3" HotelCode="82149|318639|Bed &amp; Breakfast" HotelName="Elaf Taiba Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 10/09/2026" HotelFacility="Air Conditioning,Internet">
        <Address>
          <AddressLines>
            <AddressLine>Saad Bin Moaz Street, Buda'a District, Markazia, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/56/3c/563c4211af650799ad4a148c77f24b6556e6418f.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="555.45" OriginalAmount="549.95" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472091243034" Longitude="39.610876834575" StarRating="5" HotelCode="41191|111669|Bed &amp; Breakfast" HotelName="Hilton Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Air Conditioning,Fax,Internet,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahd Street, Opposite Prophet Mosque, Madinah 41419</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/d9/ea/d9ea07fa4b69fd5ccb4adf2aa343fa6752519549.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located right in the heart of Madinah.</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="581.08" OriginalAmount="575.33" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.472106494779" Longitude="39.611377716065" StarRating="5" HotelCode="174017|2891071|Bed &amp; Breakfast" HotelName="Shaza Al Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Lounge,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>King Fahad Road, P.O.Box 25517, Al Madina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/14/18/14189c3a58052356076397fe22e5d894fd438aa8.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="620.10" OriginalAmount="613.96" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.47157643964" Longitude="39.611311465702" StarRating="5" HotelCode="102447|48144|Bed &amp; Breakfast" HotelName="Dar Al Taqwa Hotel Madinah" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Off Al Sitteen Streett, Madinah Al Mounawara</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/98/24/98247e0bab4e23d4800279a9e06b39556d0b2b70.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="667.66" OriginalAmount="661.05" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471450523292" Longitude="39.613180101241" StarRating="5" HotelCode="98767|22004|Bed &amp; Breakfast" HotelName="The Oberoi, Madina" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable" HotelFacility="Air Conditioning,Conference Hall,Fax,Restaurant,Room Service,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>Abizar Road, Madina Almunawara, Badaah, PO Box 1880, Madina Almunawara 42334</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/ostrovok/71/d7/71d7dfeb921cd8d76eadd5d17e2172d860eb60b0.JPEG</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="12" TotalAmount="766.74" OriginalAmount="759.15" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.471115344377" Longitude="39.608539938927" StarRating="5" HotelCode="98681|1710634|Bed &amp; Breakfast" HotelName="Intercontinental Madinah-Dar Al Iman" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" HotelFacility="Air Conditioning,Conference Hall,Fax,Internet,Restaurant,Room Service,Spa,Telephone Service">
        <Address>
          <AddressLines>
            <AddressLine>2657­ Badaah, Unit 10, Madinah 11142</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/03/0f/030fc0f921c4bebf7e20d6df321fd29fd6bdc68a.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;This hotel is located in Madinah. The nearest airport is Medina (MED).</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="16" TotalAmount="6406.28" OriginalAmount="6342.85" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.467543219522" Longitude="39.603310060914" StarRating="0" HotelCode="514462|2367535|Bed &amp; Breakfast" HotelName="Al Mukhtara Al Gharbi" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Non Refundable">
        <Address>
          <AddressLines>
            <AddressLine>Sitten Street, PO Box 1502, Medina 15032, North Central Region</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://dmcsquare.b-cdn.net/Images/default-hotel.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.4698" Longitude="39.6108" StarRating="3" HotelCode="835434|712570|Bed &amp; Breakfast" HotelName="Al Mokhtara Al Gharbi Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="" CnxPolicy="Free CXL until 09/09/2026">
        <Address>
          <AddressLines>
            <AddressLine>Seteen Street</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/5a/fa/5afa26604b86cedbbe0eacfef4508a2612e047ea.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46336551" Longitude="39.60535684" StarRating="3" HotelCode="776997|629992|Bed &amp; Breakfast" HotelName="Rawdah Al Mukhtara Hotel" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 27/08/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>Abdul Rahman Ben Awaf Street, Northern Area Of Al 10, Medina</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://photos.hotelbeds.com/giata/original/62/629992/629992a_hb_a_002.jpg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Rawdaht Al.Mukhtara Hotel is a prestigious 2 Stars property that located in the hart of the Al.Madin...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
    <HotelStay SourceId="8" TotalAmount="6683.15" OriginalAmount="6616.98" MarkupRule="1.00">
      <BasicPropertyInfo Latitude="24.46399099" Longitude="39.60260091" StarRating="2" HotelCode="750527|629994|Bed &amp; Breakfast" HotelName="Al Mukhtara Tower" Meals="BED &amp; BREAKFAST" BedType="BED &amp; BREAKFAST" PropertyType="hotel" CnxPolicy="Free CXL until 09/09/2026" HotelFacility="Wheelchair Access">
        <Address>
          <AddressLines>
            <AddressLine>King Faisal Road, Medina 42315</AddressLine>
          </AddressLines>
          <CityName>Madinah</CityName>
        </Address>
        <HotelPictures>https://cdn.worldota.net/t/x500/content/f4/2d/f42d455ce81f22237a3267203b8232f5f39b3757.jpeg</HotelPictures>
        <HotelDescription>&lt;br/&gt;Al.Mukhtara Tower (Burg) Hotel is an economy 1 Stars property that located in the hart of the Al.Mad...</HotelDescription>
      </BasicPropertyInfo>
    </HotelStay>
  </HotelStays>
  <Filter>
    <BasicAmenities>Air Conditioning,Fax,Internet,Lounge,Telephone Service,Spa,Conference Hall,Restaurant,Room Service,Jacuzzi,24 Hour Security,Banquet Hall,Business Centre,Currency Exchange,Designated Smoking Area,Dining,Garden,Laundry,Meeting Room,Parking,Printer,Smoking Rooms,Valet Parking,Wheelchair Access,Kitchen,Airport Transfer (on Demand),Central Heating</BasicAmenities>
    <HotelRating>5,4,3,2,1</HotelRating>
    <BedType />
    <Meals>BED &amp; BREAKFAST</Meals>
    <PropertyType>HOTEL</PropertyType>
  </Filter>
</HotelSearchRS>||True